summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2021-05-16 14:25:31 +0200
committerDidier Raboud <odyx@debian.org>2021-05-16 14:25:31 +0200
commit3eef0dfe1141d1024f68f6d1327ca412373624f0 (patch)
treeec1bdce365816a435e7ccd1b59734dfa38891ae5
parent6b2a43d9ceae7df1d0a4727dc7d3384bf64c360b (diff)
Commit patch queue (exported by git-debrebase)
[git-debrebase make-patches: export and commit patches]
-rw-r--r--debian/patches/0001-Revert-make-install-made-dependent-on-make-all.patch22
-rw-r--r--debian/patches/series1
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/0001-Revert-make-install-made-dependent-on-make-all.patch b/debian/patches/0001-Revert-make-install-made-dependent-on-make-all.patch
new file mode 100644
index 0000000..8830008
--- /dev/null
+++ b/debian/patches/0001-Revert-make-install-made-dependent-on-make-all.patch
@@ -0,0 +1,22 @@
+From: Didier Raboud <odyx@debian.org>
+Date: Sat, 10 Oct 2020 17:37:04 +0200
+Subject: Revert "make install made dependent on make all"
+
+This reverts commit 5472b98469ad532064698ba91dd94f1892d5fcb0.
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 8fe9fa9..4e41ef0 100644
+--- a/Makefile
++++ b/Makefile
+@@ -17,7 +17,7 @@ man: $(MANPAGE)
+ $(MANPAGE): $(MANPAGE).md
+ ronn --roff --manual=$@ $<
+
+-install: all
++install:
+ install -s -D -t $(PREFIX)/sbin ipp-usb
+ install -m 644 -D -t $(PREFIX)/lib/udev/rules.d systemd-udev/*.rules
+ install -m 644 -D -t $(PREFIX)/lib/systemd/system systemd-udev/*.service
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a012aff
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Revert-make-install-made-dependent-on-make-all.patch