changed debian/source/format to native
This commit is contained in:
parent
bb8d5ce342
commit
e1b45f09fa
|
@ -1,39 +0,0 @@
|
|||
From: Aurelien Jarno <aurel32@debian.org>
|
||||
Date: Sat, 14 May 2022 03:14:15 +0800
|
||||
Subject: lsusb.8.in-do-not-mention-usb.ids
|
||||
|
||||
https://github.com/gregkh/usbutils/pull/97
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
lsusb.8.in | 5 -----
|
||||
2 files changed, 1 insertion(+), 6 deletions(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 8926180..a8e5258 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -63,7 +63,7 @@ lsusb.py: $(srcdir)/lsusb.py.in
|
||||
chmod 755 $@
|
||||
|
||||
lsusb.8: $(srcdir)/lsusb.8.in
|
||||
- sed 's|VERSION|$(VERSION)|g;s|@usbids@|$(datadir)/usb.ids|g' $< >$@
|
||||
+ sed 's|VERSION|$(VERSION)|g' $< >$@
|
||||
|
||||
usb-devices.1: $(srcdir)/usb-devices.1.in
|
||||
sed 's|VERSION|$(VERSION)|g' $< >$@
|
||||
diff --git a/lsusb.8.in b/lsusb.8.in
|
||||
index 04249ae..3aff215 100644
|
||||
--- a/lsusb.8.in
|
||||
+++ b/lsusb.8.in
|
||||
@@ -57,11 +57,6 @@ then exit successfully.
|
||||
.SH RETURN VALUE
|
||||
If the specified device is not found, a non-zero exit code is returned.
|
||||
|
||||
-.SH FILES
|
||||
-.TP
|
||||
-.B @usbids@
|
||||
-A list of all known USB ID's (vendors, products, classes, subclasses and protocols).
|
||||
-
|
||||
.SH SEE ALSO
|
||||
.BR lspci (8),
|
||||
.BR usbview (8).
|
|
@ -1 +0,0 @@
|
|||
01-lsusb.8.in-do-not-mention-usb.ids.patch
|
|
@ -1 +1 @@
|
|||
3.0 (quilt)
|
||||
3.0 (native)
|
||||
|
|
Loading…
Reference in New Issue