[Pkg-wmaker-commits] [wmcube] 41/67: debian/patches: (update_makefile.patch) Restore upstream installation of unwanted files; we will remove these in debian/rules instead.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 03:22:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcube.

commit 42f3d034066932dce86a99406536f8fb35efdc1a
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed Jan 14 07:28:13 2015 -0600

    debian/patches: (update_makefile.patch) Restore upstream installation of
    unwanted files; we will remove these in debian/rules instead.
---
 debian/patches/update_makefile.patch | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/patches/update_makefile.patch b/debian/patches/update_makefile.patch
index a45ebed..14982b1 100644
--- a/debian/patches/update_makefile.patch
+++ b/debian/patches/update_makefile.patch
@@ -5,13 +5,8 @@ Description: Update Makefile.
  - Honor CPPFLAGS and LDFLAGS build flags.
  - Honor DESTDIR variable.
  - Create binary installation directory.
- - Skip installation of CHANGES to avoid wrong-name-for-upstream-changelog
-   Lintian warning.
- - Skip installation of COPYING to avoid extra-license-file Lintian warning.
- - Skip installation of INSTALL to avoid
-   package-contains-upstream-install-documentation Lintian warning.
 Author: Doug Torrance <dtorrance at monmouthcollege.edu>
-Last-Update: 2015-01-13
+Last-Update: 2015-01-14
 
 --- a/wmcube/Makefile
 +++ b/wmcube/Makefile
@@ -62,7 +57,7 @@ Last-Update: 2015-01-13
 +	chmod 755 $(DESTDIR)$(BINDIR)/wmcube
 +	chown root:root $(DESTDIR)$(BINDIR)/wmcube
 +	mkdir -p $(DESTDIR)$(DOCDIR)
-+	cp -p ../README $(DESTDIR)$(DOCDIR)
++	cp -p ../CHANGES ../COPYING ../INSTALL ../README $(DESTDIR)$(DOCDIR)
 +	cp -pr ../3D-objects $(DESTDIR)$(DOCDIR)
 +	mkdir -p $(DESTDIR)$(OBJDIR)
 +	cp -p ../3D-objects/* $(DESTDIR)$(OBJDIR)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcube.git



More information about the Pkg-wmaker-commits mailing list