[Python-modules-commits] [python-scruffy] 08/08: Update rules

ChangZhuo Chen czchen at moszumanska.debian.org
Wed May 11 12:01:59 UTC 2016


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

czchen pushed a commit to branch master
in repository python-scruffy.

commit 77cf68aba61ed5a64e498772b796d4efa1537171
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Wed May 11 20:00:54 2016 +0800

    Update rules
---
 debian/rules | 23 ++---------------------
 1 file changed, 2 insertions(+), 21 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2f54c47..39c1983 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,6 @@
 #!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
 #export DH_VERBOSE = 1
-
-
-# see FEATURE AREAS in dpkg-buildflags(1)
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-# see ENVIRONMENT in dpkg-buildflags(1)
-# package maintainers to append CFLAGS
-#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-# package maintainers to append LDFLAGS
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
+export PYBUILD_NAME = scruffy
 
 %:
-	dh $@ 
-
-
-# dh_make generated override targets
-# This is example for Cmake (See https://bugs.debian.org/641051 )
-#override_dh_auto_configure:
-#	dh_auto_configure -- #	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
-
+	dh $@ --with python2,python3 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-scruffy.git



More information about the Python-modules-commits mailing list