[Pkg-wmaker-commits] [wmbattery] 234/241: wmbattery: Add config.h.in to `make distclean`.

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 a2c78661bc13306f6fc1763bb28f34e9b0618e2d
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Aug 24 00:11:44 2015 -0400

    wmbattery: Add config.h.in to `make distclean`.
    
    Its absence created a problem for the Debian package.  During the build,
    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.
    
    Obtained from [1].
    
    [1] https://sources.debian.net/src/wmbattery/2.48-1/debian/patches/clean_config.h.in.patch/
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a789c50..864e1c8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ clean:
 	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)

-- 
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