[Python-apps-commits] r9766 - in packages/smem/trunk/debian (5 files)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Mon Jun 17 07:40:45 UTC 2013
Date: Monday, June 17, 2013 @ 07:40:44
Author: nijel
Revision: 9766
Use CPPFLAGS debian/patches/buildsystem.patch
Modified:
packages/smem/trunk/debian/changelog
packages/smem/trunk/debian/compat
packages/smem/trunk/debian/control
packages/smem/trunk/debian/patches/buildsystem.patch
packages/smem/trunk/debian/rules
Modified: packages/smem/trunk/debian/changelog
===================================================================
--- packages/smem/trunk/debian/changelog 2013-06-17 07:36:38 UTC (rev 9765)
+++ packages/smem/trunk/debian/changelog 2013-06-17 07:40:44 UTC (rev 9766)
@@ -2,6 +2,7 @@
* NOT RELEASED YET
* Bump standards to 3.9.4.
+ * Use debhelper 9.
-- Michal ÄihaÅ <nijel at debian.org> Tue, 07 May 2013 11:09:53 +0200
Modified: packages/smem/trunk/debian/compat
===================================================================
--- packages/smem/trunk/debian/compat 2013-06-17 07:36:38 UTC (rev 9765)
+++ packages/smem/trunk/debian/compat 2013-06-17 07:40:44 UTC (rev 9766)
@@ -1 +1 @@
-7
+9
Modified: packages/smem/trunk/debian/control
===================================================================
--- packages/smem/trunk/debian/control 2013-06-17 07:36:38 UTC (rev 9765)
+++ packages/smem/trunk/debian/control 2013-06-17 07:40:44 UTC (rev 9766)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Michal ÄihaÅ <nijel at debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.16.1~), python (>= 2.6.6-3)
+Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), python (>= 2.6.6-3)
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/smem/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/smem/trunk/
Modified: packages/smem/trunk/debian/patches/buildsystem.patch
===================================================================
--- packages/smem/trunk/debian/patches/buildsystem.patch 2013-06-17 07:36:38 UTC (rev 9765)
+++ packages/smem/trunk/debian/patches/buildsystem.patch 2013-06-17 07:40:44 UTC (rev 9766)
@@ -8,7 +8,7 @@
+all: smemcap
+
+smemcap: smemcap.c
-+ $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
++ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $< -o $@
+
+clean:
+ rm -f smemcap
Modified: packages/smem/trunk/debian/rules
===================================================================
--- packages/smem/trunk/debian/rules 2013-06-17 07:36:38 UTC (rev 9765)
+++ packages/smem/trunk/debian/rules 2013-06-17 07:40:44 UTC (rev 9766)
@@ -1,9 +1,6 @@
#!/usr/bin/make -f
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-
#export DH_VERBOSE=1
%:
- dh --with python2 $@
+ dh $@ --with python2
More information about the Python-apps-commits
mailing list