[DRE-commits] r4995 - in trunk/activeldap/debian: . source

Marc Dequènes duck at alioth.debian.org
Sun Mar 21 18:41:48 UTC 2010


Author: duck
Date: 2010-03-21 18:41:45 +0000 (Sun, 21 Mar 2010)
New Revision: 4995

Added:
   trunk/activeldap/debian/source/
   trunk/activeldap/debian/source/format
Modified:
   trunk/activeldap/debian/changelog
   trunk/activeldap/debian/control.in
   trunk/activeldap/debian/watch
Log:
[evol] preliminary work for 1.2.1, format 3, policy 3.8.4, fixed watch

Modified: trunk/activeldap/debian/changelog
===================================================================
--- trunk/activeldap/debian/changelog	2010-03-21 17:21:37 UTC (rev 4994)
+++ trunk/activeldap/debian/changelog	2010-03-21 18:41:45 UTC (rev 4995)
@@ -1,3 +1,13 @@
+activeldap (1.2.1-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+    /!\ currently blocked by rails: >= 2.3.2 needed
+  * Switched to dpkg-source 3.0 (quilt) format.
+  * Increased Standards-Version to 3.8.4 (no changes).
+  * Fixed watch file.
+
+ -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Sun, 21 Mar 2010 19:36:10 +0100
+
 activeldap (1.0.9-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/activeldap/debian/control.in
===================================================================
--- trunk/activeldap/debian/control.in	2010-03-21 17:21:37 UTC (rev 4994)
+++ trunk/activeldap/debian/control.in	2010-03-21 18:41:45 UTC (rev 4995)
@@ -4,8 +4,8 @@
 Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: @cdbs@, ruby (>= 1.8.1), ruby-pkg-tools (>= 0.8)
-Build-Depends-Indep: rdoc (>= 1.8.1), graphviz
-Standards-Version: 3.8.2.0
+Build-Depends-Indep: ruby1.8, rdoc1.8, graphviz
+Standards-Version: 3.8.4
 Homepage: http://rubyforge.org/projects/ruby-activeldap
 
 Package: libactiveldap-ruby
@@ -25,7 +25,7 @@
 
 Package: libactiveldap-ruby1.8
 Architecture: all
-Depends: ${misc:Depends}, libruby1.8, libldap-ruby1.8 (>= 0.8.2), rails, libgettext-ruby1.8
+Depends: ${misc:Depends}, libruby1.8, libldap-ruby1.8 (>= 0.8.2), rails (>= 2.3.2), libgettext-ruby1.8
 Suggests: liblog4r-ruby1.8 (>= 1.0.4)
 Description: an object-oriented interface to LDAP for Ruby
  ActiveLDAP is a wrapper around Ruby/LDAP with its interface inspired

Added: trunk/activeldap/debian/source/format
===================================================================
--- trunk/activeldap/debian/source/format	                        (rev 0)
+++ trunk/activeldap/debian/source/format	2010-03-21 18:41:45 UTC (rev 4995)
@@ -0,0 +1 @@
+3.0 (quilt)

Modified: trunk/activeldap/debian/watch
===================================================================
--- trunk/activeldap/debian/watch	2010-03-21 17:21:37 UTC (rev 4994)
+++ trunk/activeldap/debian/watch	2010-03-21 18:41:45 UTC (rev 4995)
@@ -1,4 +1,4 @@
 version=3
 http://rubyforge.org/frs/?group_id=381 \
-	(?:.*/)?ruby-activeldap-([0-9.]+).(?:tar\.gz|tgz) \
+	(?:.*/)?(?:ruby-)?activeldap-([0-9.]+).(?:tar\.gz|tgz) \
         debian uupdate




More information about the Pkg-ruby-extras-commits mailing list