[Pkg-wmaker-commits] [wmbattery] 232/241: debian/patches/clean_config.h.in.patch: New patch; remove file created by autoheader to avoid dpkg_source error.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:38:05 UTC 2015


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

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

commit 759acb05ac1138e9fad10ca9a2da5e8f0d115c91
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Thu May 14 10:46:37 2015 -0500

    debian/patches/clean_config.h.in.patch: New patch; remove file created by
    autoheader to avoid dpkg_source error.
---
 debian/patches/clean_config.h.in.patch | 18 ++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/clean_config.h.in.patch b/debian/patches/clean_config.h.in.patch
new file mode 100644
index 0000000..ec33276
--- /dev/null
+++ b/debian/patches/clean_config.h.in.patch
@@ -0,0 +1,18 @@
+Description: Add config.h.in to `make distclean`.
+ Note that dh_auto_clean results in a call to autoheader, which creates
+ config.h.in.  If this isn't then removed, we get a dpkg-source error.
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: 2015-05-14
+
+--- a/Makefile
++++ b/Makefile
+@@ -6,7 +6,8 @@
+ 	rm -f wmbattery *.o
+ 
+ distclean: clean
+-	rm -f config.status config.cache config.log makeinfo config.h configure
++	rm -f config.status config.cache config.log makeinfo config.h \
++		config.h.in configure
+ 
+ install: all
+ 	$(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(icondir)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e03a16e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+clean_config.h.in.patch

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



More information about the Pkg-wmaker-commits mailing list