[Pkg-drupal-commits] r1886 - in /branches/drupal-5.0/debian: changelog watch
luigi at users.alioth.debian.org
luigi at users.alioth.debian.org
Mon Jun 2 17:18:36 UTC 2008
Author: luigi
Date: Mon Jun 2 17:18:36 2008
New Revision: 1886
URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=1886
Log:
Fixed watch file to ignore 6.x versions (Closes: #468647)
Modified:
branches/drupal-5.0/debian/changelog
branches/drupal-5.0/debian/watch
Modified: branches/drupal-5.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/changelog?rev=1886&op=diff
==============================================================================
--- branches/drupal-5.0/debian/changelog (original)
+++ branches/drupal-5.0/debian/changelog Mon Jun 2 17:18:36 2008
@@ -1,6 +1,10 @@
drupal5 (5.7-2) UNRELEASED; urgency=low
* NOT RELEASED YET
+
+ [ Luigi Gangitano ]
+ * debian/watch
+ - Fixed watch file to ignore 6.x versions (Closes: #468647)
-- Luigi Gangitano <luigi at debian.org> Mon, 2 Jun 2008 19:14:12 +0100
Modified: branches/drupal-5.0/debian/watch
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/watch?rev=1886&op=diff
==============================================================================
--- branches/drupal-5.0/debian/watch (original)
+++ branches/drupal-5.0/debian/watch Mon Jun 2 17:18:36 2008
@@ -1,2 +1,2 @@
version=2
-http://ftp.osuosl.org/pub/drupal/files/projects/drupal-([\d\.]+)\.tar\.gz
+http://ftp.osuosl.org/pub/drupal/files/projects/drupal-(5[\d\.]+)\.tar\.gz
More information about the Pkg-drupal-commits
mailing list