[Python-modules-commits] r1031 - in /packages/pyprotocols/trunk/debian: changelog python-support.version rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Fri Jun 23 20:18:23 UTC 2006


Author: kov
Date: Fri Jun 23 20:18:22 2006
New Revision: 1031

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1031
Log:
  - no longer need to take care of supported version manually; dh_support
    will help here

Removed:
    packages/pyprotocols/trunk/debian/python-support.version
Modified:
    packages/pyprotocols/trunk/debian/changelog
    packages/pyprotocols/trunk/debian/rules

Modified: packages/pyprotocols/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/changelog?rev=1031&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/changelog (original)
+++ packages/pyprotocols/trunk/debian/changelog Fri Jun 23 20:18:22 2006
@@ -1,6 +1,8 @@
 pyprotocols (1.0a0dev-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * debian/rules, debian/python-support.version:
+  - no longer need to take care of that manually; dh_support
+    will help here
 
  -- Gustavo Noronha Silva <kov at debian.org>  Sat, 20 May 2006 14:12:11 -0300
 

Modified: packages/pyprotocols/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyprotocols/trunk/debian/rules?rev=1031&op=diff
==============================================================================
--- packages/pyprotocols/trunk/debian/rules (original)
+++ packages/pyprotocols/trunk/debian/rules Fri Jun 23 20:18:22 2006
@@ -24,11 +24,3 @@
 
 DEB_PYTHON_SETUP_CMD += --without-speedups
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --install-lib usr/share/python-support/python-protocols
-
-clean::
-	# hack (CDBS bug -- see #300149)
-	-rm -rf build
-
-common-binary-post-install-indep::
-	install -D -o root -g root -m 644 debian/python-support.version \
-		debian/python-protocols/usr/share/python-support/python-protocols/.version




More information about the Python-modules-commits mailing list