[DRE-commits] r4647 - trunk/webgen0.4/debian
Paul van Tilburg
paulvt at alioth.debian.org
Sun Feb 14 15:11:24 UTC 2010
Author: paulvt
Date: 2010-02-14 15:11:23 +0000 (Sun, 14 Feb 2010)
New Revision: 4647
Modified:
trunk/webgen0.4/debian/changelog
trunk/webgen0.4/debian/control
trunk/webgen0.4/debian/watch
Log:
* debian/control:
- Added myself to the uploaders.
- Bumped standards version to 3.8.4.
- Fixed the build-depend on webgen to be << 0.4 instead of < 0.4.
* debian/watch:
- Adapted the watch file to only consider 0.4.x releases.
Modified: trunk/webgen0.4/debian/changelog
===================================================================
--- trunk/webgen0.4/debian/changelog 2010-02-14 14:58:26 UTC (rev 4646)
+++ trunk/webgen0.4/debian/changelog 2010-02-14 15:11:23 UTC (rev 4647)
@@ -1,3 +1,14 @@
+webgen0.4 (0.4.7-4) unstable; urgency=low
+
+ * debian/control:
+ - Added myself to the uploaders.
+ - Bumped standards version to 3.8.4.
+ - Fixed the build-depend on webgen to be << 0.4 instead of < 0.4.
+ * debian/watch:
+ - Adapted the watch file to only consider 0.4.x releases.
+
+ -- Paul van Tilburg <paulvt at debian.org> Sun, 14 Feb 2010 16:02:03 +0100
+
webgen0.4 (0.4.7-3) unstable; urgency=low
* Added myself and the Debian Ruby team to uploaders
Modified: trunk/webgen0.4/debian/control
===================================================================
--- trunk/webgen0.4/debian/control 2010-02-14 14:58:26 UTC (rev 4646)
+++ trunk/webgen0.4/debian/control 2010-02-14 15:11:23 UTC (rev 4647)
@@ -2,11 +2,10 @@
Section: web
Priority: optional
Maintainer: Arnaud Cornet <acornet at debian.org>
-Uploaders: Vincent Fourmond <fourmond at debian.org>, Debian Ruby Extras
- Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Fourmond <fourmond at debian.org>, Paul van Tilburg <paulvt at debian.org>, Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Build-Depends: cdbs, debhelper (>= 5.0.0), quilt, ruby, ruby-pkg-tools (>= 0.14), libcmdparse2-ruby, libbluecloth-ruby, libredcloth-ruby, libbuilder-ruby, librmagick-ruby, libmaruku-ruby, graphviz
-Build-Conflicts: libxml2-utils, webgen (< 0.4)
-Standards-Version: 3.8.3
+Build-Conflicts: libxml2-utils, webgen (<< 0.4)
+Standards-Version: 3.8.4
Homepage: http://webgen.rubyforge.org/
Package: webgen0.4
Modified: trunk/webgen0.4/debian/watch
===================================================================
--- trunk/webgen0.4/debian/watch 2010-02-14 14:58:26 UTC (rev 4646)
+++ trunk/webgen0.4/debian/watch 2010-02-14 15:11:23 UTC (rev 4647)
@@ -1,2 +1,2 @@
version=3
-http://rubyforge.org/frs/?group_id=296 .*webgen-(.*)\.t.*
+http://rubyforge.org/frs/?group_id=296 .*webgen-(0\.4\..*)\.t.*
More information about the Pkg-ruby-extras-commits
mailing list