[Python-modules-commits] r2246 -
/packages/pyinotify/trunk/debian/rules
dottedmag-guest at users.alioth.debian.org
dottedmag-guest at users.alioth.debian.org
Fri May 4 14:10:30 UTC 2007
Author: dottedmag-guest
Date: Fri May 4 14:10:29 2007
New Revision: 2246
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2246
Log:
Removed useless dh_python invocations and comments.
Modified:
packages/pyinotify/trunk/debian/rules
Modified: packages/pyinotify/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyinotify/trunk/debian/rules?rev=2246&op=diff
==============================================================================
--- packages/pyinotify/trunk/debian/rules (original)
+++ packages/pyinotify/trunk/debian/rules Fri May 4 14:10:29 2007
@@ -1,11 +1,7 @@
#!/usr/bin/make -f
-# pyinotify debian/rules file
-#
+
# Based on sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
# List of python versions this package will be compiled for.
# This list has to match the package list in debian/control.
@@ -61,7 +57,6 @@
dh_compress -i -Xexamples
dh_fixperms -i
dh_pysupport -i
- dh_python -i
dh_installdeb -i
dh_shlibdeps -i
dh_gencontrol -i
@@ -79,7 +74,6 @@
dh_compress -a
dh_fixperms -a
dh_pysupport -a
- dh_python -a
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a
More information about the Python-modules-commits
mailing list