[Pkg-wmaker-commits] [wmget] 15/41: debian/patches: (01_Makefile.dpatch) Convert to quilt, add DEP3 header, and rename to 01_Makefile.patch.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 23 17:05:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmget.
commit e24553ee7ad2a41402df7cb444382b48a3c3420c
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Sat Jan 24 21:09:50 2015 -0600
debian/patches: (01_Makefile.dpatch) Convert to quilt, add DEP3 header, and
rename to 01_Makefile.patch.
---
debian/patches/00list | 1 -
debian/patches/01_Makefile.dpatch | 30 ------------------------------
debian/patches/01_Makefile.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
4 files changed, 17 insertions(+), 31 deletions(-)
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 242396a..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-01_Makefile
diff --git a/debian/patches/01_Makefile.dpatch b/debian/patches/01_Makefile.dpatch
deleted file mode 100644
index 0385246..0000000
--- a/debian/patches/01_Makefile.dpatch
+++ /dev/null
@@ -1,30 +0,0 @@
-#! /bin/sh -e
-
-
-patch_opts="${patch_opts:--f --no-backup-if-mismatch ${2:+-d $2}}"
-
-if [ $# -ne 1 ]; then
- echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1
-fi
-case "$1" in
- -patch) patch $patch_opts -p0 < $0;;
- -unpatch) patch $patch_opts -R -p0 < $0;;
- *)
- echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1;;
-esac
-
-exit 0
-
- at DPATCH@
---- Makefile.orig 2004-06-05 10:48:30.000000000 +0200
-+++ Makefile 2004-06-05 10:48:52.000000000 +0200
-@@ -83,8 +83,8 @@
- echo $(PREFIX) > install.prefix ; \
- $(INSTALLDIR) $(PREFIX)/bin ; \
- $(INSTALLBIN) wmget $(PREFIX)/bin/wmget ; \
-- $(INSTALLDIR) $(PREFIX)/man/man1 ; \
-- $(INSTALLMAN) wmget.1 $(PREFIX)/man/man1/wmget.1 ; \
-+ $(INSTALLDIR) $(PREFIX)/share/man/man1 ; \
-+ $(INSTALLMAN) wmget.1 $(PREFIX)/share/man/man1/wmget.1 ; \
diff --git a/debian/patches/01_Makefile.patch b/debian/patches/01_Makefile.patch
new file mode 100644
index 0000000..7972dbd
--- /dev/null
+++ b/debian/patches/01_Makefile.patch
@@ -0,0 +1,16 @@
+Description: Install Makefile in /usr/share/man instead of /usr/man.
+Last-Update: 2015-01-24
+
+--- a/Makefile
++++ b/Makefile
+@@ -83,8 +83,8 @@
+ echo $(PREFIX) > install.prefix ; \
+ $(INSTALLDIR) $(PREFIX)/bin ; \
+ $(INSTALLBIN) wmget $(PREFIX)/bin/wmget ; \
+- $(INSTALLDIR) $(PREFIX)/man/man1 ; \
+- $(INSTALLMAN) wmget.1 $(PREFIX)/man/man1/wmget.1 ; \
++ $(INSTALLDIR) $(PREFIX)/share/man/man1 ; \
++ $(INSTALLMAN) wmget.1 $(PREFIX)/share/man/man1/wmget.1 ; \
+
+ uninstall:
+ cd `cat install.prefix` && rm -f bin/wmget man/man1/wmget.1
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c3de10c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_Makefile.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmget.git
More information about the Pkg-wmaker-commits
mailing list