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

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Thu Jun 5 08:56:29 UTC 2008


    Date: Thursday, June 5, 2008 @ 08:56:28
  Author: dottedmag-guest
Revision: 1387

* New upstream release.
* debian/rules cleaned up

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

Modified: packages/s3cmd/trunk/debian/changelog
===================================================================
--- packages/s3cmd/trunk/debian/changelog	2008-06-04 20:25:58 UTC (rev 1386)
+++ packages/s3cmd/trunk/debian/changelog	2008-06-05 08:56:28 UTC (rev 1387)
@@ -1,7 +1,9 @@
-s3cmd (0.9.6-2) UNRELEASED; urgency=low
+s3cmd (0.9.7.tar-1) UNRELEASED; urgency=low
 
+  * New upstream release.
   * Package is now maintained in PAPT:
     - PAPT added to Uploaders.
+  * debian/rules cleaned up: no need to have empty configure target
 
  -- Mikhail Gusarov <dottedmag at dottedmag.net>  Sat, 03 May 2008 14:30:29 +0700
 

Modified: packages/s3cmd/trunk/debian/rules
===================================================================
--- packages/s3cmd/trunk/debian/rules	2008-06-04 20:25:58 UTC (rev 1386)
+++ packages/s3cmd/trunk/debian/rules	2008-06-05 08:56:28 UTC (rev 1387)
@@ -5,13 +5,8 @@
 
 PACKAGE_NAME=s3cmd
 
-configure: configure-stamp
-configure-stamp: patch
-	dh_testdir
-	touch $@
+build:
 
-build: configure
-
 clean: patch
 	dh_testdir
 	dh_testroot




More information about the Python-apps-commits mailing list