[Pkg-wmaker-commits] [wmifinfo] 11/49: Remove quilt from Build-Depends.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 18 02:07:41 UTC 2015


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

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

commit f8b283286cc893e722edf5e8c3d82089eadaab9c
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Jul 28 21:18:00 2014 -0500

    Remove quilt from Build-Depends.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 3 +++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6396f49..07e0459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ wmifinfo (0.09-7) unstable; urgency=low
     - New file.
   * debian/rules
     - Simplify to use dh(1).
+    - Pass CPPFLAGS to CC via CFLAGS.
   * debian/source/format
     - New file; set to quilt (3.0).
 
diff --git a/debian/control b/debian/control
index 57200c6..e8bdc57 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: wmifinfo
 Section: x11
 Priority: optional
 Maintainer: Doug Torrance <dtorrance at monmouthcollege.edu>
-Build-Depends: debhelper (>= 9), libx11-dev, libxext-dev, libxpm-dev, quilt
+Build-Depends: debhelper (>= 9), libx11-dev, libxext-dev, libxpm-dev
 Standards-Version: 3.9.5
 Homepage: http://zevv.nl/play/code/wmifinfo/
 Vcs-Browser: https://github.com/d-torrance/wmifinfo
diff --git a/debian/rules b/debian/rules
index cbe925d..21caa9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
 %:
 	dh $@
+
+override_dh_auto_build:
+	dh_auto_build -- CFLAGS+="$(CPPFLAGS)"

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



More information about the Pkg-wmaker-commits mailing list