[Python-apps-commits] r2422 - in packages/s3cmd/trunk/debian (changelog watch)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Feb 16 22:17:15 UTC 2009


    Date: Monday, February 16, 2009 @ 22:17:14
  Author: piotr
Revision: 2422

debian/watch file updated to handle -rc and -pre versions correctly

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

Modified: packages/s3cmd/trunk/debian/changelog
===================================================================
--- packages/s3cmd/trunk/debian/changelog	2009-02-16 22:13:12 UTC (rev 2421)
+++ packages/s3cmd/trunk/debian/changelog	2009-02-16 22:17:14 UTC (rev 2422)
@@ -1,5 +1,6 @@
-s3cmd (0.9.9~rc3-1) UNRELEASED; urgency=low
+s3cmd (0.9.9~rc3-1) unstable; urgency=low
 
+  [ Mikhail Gusarov ]
   * New upstream release.
   * debian/watch:
     - 0.9.9-rc3-speedup tarball should not be considered.
@@ -8,6 +9,9 @@
   * debian/rules:
     - deprecated dh_clean -k replaced with dh_prep.
 
+  [ Piotr Ożarowski ]
+  * debian/watch file updated to handle -rc and -pre versions correctly
+
  -- Mikhail Gusarov <dottedmag at dottedmag.net>  Tue, 17 Feb 2009 01:27:27 +0600
 
 s3cmd (0.9.8.4-1) unstable; urgency=low

Modified: packages/s3cmd/trunk/debian/watch
===================================================================
--- packages/s3cmd/trunk/debian/watch	2009-02-16 22:13:12 UTC (rev 2421)
+++ packages/s3cmd/trunk/debian/watch	2009-02-16 22:17:14 UTC (rev 2422)
@@ -1,3 +1,2 @@
 version=3
-
-opts=uversionmangle=s/-speedup/~speedup/ http://sf.net/s3tools/s3cmd-(.*)\.tar\.gz
+opts=uversionmangle=s/-(pre|rc)/~$1/;s/-(speedup)/~$1/  http://sf.net/s3tools/s3cmd-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list