[DRE-commits] r1334 - packages-wip/deplate/trunk/debian
Maxim Komar
komar-guest at alioth.debian.org
Thu Apr 5 00:29:50 UTC 2007
Author: komar-guest
Date: 2007-04-05 00:29:50 +0000 (Thu, 05 Apr 2007)
New Revision: 1334
Modified:
packages-wip/deplate/trunk/debian/changelog
packages-wip/deplate/trunk/debian/watch
Log:
fix debian/watch for temporary source URL, since URL from sf.net don't work..
Modified: packages-wip/deplate/trunk/debian/changelog
===================================================================
--- packages-wip/deplate/trunk/debian/changelog 2007-03-25 05:24:53 UTC (rev 1333)
+++ packages-wip/deplate/trunk/debian/changelog 2007-04-05 00:29:50 UTC (rev 1334)
@@ -1,3 +1,10 @@
+deplate (0.8-3) unstable; urgency=low
+
+ * fix debian/watch for temporary source URL, since
+ URL from sf.net don't work..
+
+ -- Maxim Komar <komar at ukr.net> Thu, 5 Apr 2007 02:25:58 +0200
+
deplate (0.8-2) unstable; urgency=low
* update package according Debian/Ruby Extras team rules
Modified: packages-wip/deplate/trunk/debian/watch
===================================================================
--- packages-wip/deplate/trunk/debian/watch 2007-03-25 05:24:53 UTC (rev 1333)
+++ packages-wip/deplate/trunk/debian/watch 2007-04-05 00:29:50 UTC (rev 1334)
@@ -3,4 +3,10 @@
# to check for upstream updates and more.
# Site Directory Pattern Version Script
version=3
-http://sf.net/deplate/deplate-([0-9.]*)\.zip
+
+# TODO: don't work :-(
+#http://sf.net/deplate/deplate-([0-9.]*)\.zip
+
+# temporary
+#http://pkg-ruby-extras.alioth.debian.org/upstream-cache/deplate/deplate-([0-9.]*)\.zip
+http://pkg-ruby-extras.alioth.debian.org/upstream-cache/deplate/deplate-([0-9.]*)\.orig\.tar\.gz
More information about the Pkg-ruby-extras-commits
mailing list