[DRE-commits] r5099 - trunk/libdifflcs-ruby/debian
Paul van Tilburg
paulvt at alioth.debian.org
Sat Apr 10 20:54:20 UTC 2010
Author: paulvt
Date: 2010-04-10 20:54:19 +0000 (Sat, 10 Apr 2010)
New Revision: 5099
Modified:
trunk/libdifflcs-ruby/debian/changelog
trunk/libdifflcs-ruby/debian/control
trunk/libdifflcs-ruby/debian/watch
Log:
- Added the team (and myself) to the uploaders.
* debian/watch: Changed the regexp so it doesn't look at the wrong
files (e.g. GPG asc sign files).
Modified: trunk/libdifflcs-ruby/debian/changelog
===================================================================
--- trunk/libdifflcs-ruby/debian/changelog 2010-04-10 20:41:26 UTC (rev 5098)
+++ trunk/libdifflcs-ruby/debian/changelog 2010-04-10 20:54:19 UTC (rev 5099)
@@ -1,11 +1,13 @@
-libdifflcs-ruby (1.1.2-5.1) UNRELEASED; urgency=low
+libdifflcs-ruby (1.1.2-6) unstable; urgency=low
* This package is now maintained within the Debian/Ruby Extras team.
* debian/control:
- - Added the team to the uploaders.
+ - Added the team (and myself) to the uploaders.
- Added the Vcs-* fields.
+ * debian/watch: Changed the regexp so it doesn't look at the wrong
+ files (e.g. GPG asc sign files).
- -- Paul van Tilburg <paulvt at debian.org> Sat, 10 Apr 2010 12:36:27 +0200
+ -- Paul van Tilburg <paulvt at debian.org> Sat, 10 Apr 2010 22:53:45 +0200
libdifflcs-ruby (1.1.2-5) unstable; urgency=low
Modified: trunk/libdifflcs-ruby/debian/control
===================================================================
--- trunk/libdifflcs-ruby/debian/control 2010-04-10 20:41:26 UTC (rev 5098)
+++ trunk/libdifflcs-ruby/debian/control 2010-04-10 20:54:19 UTC (rev 5099)
@@ -2,7 +2,7 @@
Section: ruby
Priority: optional
Maintainer: Tobias Grimm <etobi at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
Build-Depends: debhelper (>> 6.0.0), ruby-pkg-tools (>= 0.17), cdbs, libsetup-ruby1.8
Build-Depends-Indep: ruby1.8, ruby1.9.1
Standards-Version: 3.8.4
Modified: trunk/libdifflcs-ruby/debian/watch
===================================================================
--- trunk/libdifflcs-ruby/debian/watch 2010-04-10 20:41:26 UTC (rev 5098)
+++ trunk/libdifflcs-ruby/debian/watch 2010-04-10 20:54:19 UTC (rev 5099)
@@ -1,4 +1,4 @@
version=3
http://rubyforge.org/frs/?group_id=84&release_id=975 \
- .*diff-lcs-(.*)\.tar.gz.*
+ .*/diff-lcs-(.*)\.tar\.gz
More information about the Pkg-ruby-extras-commits
mailing list