[Python-apps-commits] r10530 - in packages/s3cmd/trunk/debian (changelog rules)

dottedmag at users.alioth.debian.org dottedmag at users.alioth.debian.org
Sun Feb 16 21:43:25 UTC 2014


    Date: Sunday, February 16, 2014 @ 21:43:24
  Author: dottedmag
Revision: 10530

debian/rules: force python_distutils build system to ignore Makefile

Modified:
  packages/s3cmd/trunk/debian/changelog
  packages/s3cmd/trunk/debian/rules

Modified: packages/s3cmd/trunk/debian/changelog
===================================================================
--- packages/s3cmd/trunk/debian/changelog	2014-02-16 14:11:00 UTC (rev 10529)
+++ packages/s3cmd/trunk/debian/changelog	2014-02-16 21:43:24 UTC (rev 10530)
@@ -2,6 +2,8 @@
 
   * New upstream snapshot (targeting experimental):
     - debian/rules: get-orig-source target.
+    - debian/rules: force python_distutils build system to ignore
+      Makefile.
     - debian/patches: refreshed, upstream patch dropped.
 
  -- Mikhail Gusarov <dottedmag at debian.org>  Thu, 13 Feb 2014 16:55:35 +0100

Modified: packages/s3cmd/trunk/debian/rules
===================================================================
--- packages/s3cmd/trunk/debian/rules	2014-02-16 14:11:00 UTC (rev 10529)
+++ packages/s3cmd/trunk/debian/rules	2014-02-16 21:43:24 UTC (rev 10530)
@@ -5,7 +5,7 @@
 SHARE_DIR=/usr/share/$(PACKAGE_NAME)
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem python_distutils
 
 override_dh_auto_clean:
 	S3CMD_PACKAGING=1 python setup.py clean




More information about the Python-apps-commits mailing list