[DRE-commits] [SCM] ruby-addressable.git branch, master, updated. upstream/2.2.6-5-g2d7d5ec

Deepak Tripathi deepak at debian.org
Thu May 26 10:12:33 UTC 2011


The following commit has been merged in the master branch:
commit 2d7d5ec2fb8d5c4035cdd95d53d12bd2aa49e349
Author: Deepak Tripathi <deepak at debian.org>
Date:   Thu May 26 15:39:24 2011 +0530

    Updated control file with source and binary package name,
    updated changlog

diff --git a/debian/changelog b/debian/changelog
index fbe9a13..48768e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 ruby-addressable (2.2.6-1) UNRELEASED; urgency=low
 
-   * Initial release (Closes: #nnnn)
-   
+   * New upstream release
+   * Switch to gem2deb-based packaging. Rename source and binary package.
+   * debian/control
+       - Removed DM upload tag.
+       - Bumped the standard version.
+     
  -- Deepak Tripathi <deepak at debian.org>  Wed, 18 May 2011 16:19:23 +0530
  
 libaddressable-ruby (2.2.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c1d3428..ba21971 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,10 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Deepak Tripathi <deepak at debian.org>
-DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2)
-Standards-Version: 3.9.1
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-addressable.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-addressable.git;a=summary
+Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-addressable.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-addressable.git;a=summary
 Homepage: http://addressable.rubyforge.org/
 XS-Ruby-Versions: all
 
@@ -15,8 +14,34 @@ Package: ruby-addressable
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
-# rake (>= 0.7.3, development), rspec (>= 1.0.8, development), launchy (>= 0.3.2, development), diff-lcs (>= 1.1.2, development)
+Replaces: libaddressable-ruby (<< 2.2.2-1~), libaddressable-ruby1.8 (<< 2.2.2-1~), libaddressable-ruby1.9.1 (<< 2.2.2-1~)
+Conflicts: libaddressable-ruby (<< 2.2.2-1~), libaddressable-ruby1.8 (<< 2.2.2-1~), libaddressable-ruby1.9.1 (<< 2.2.2-1~)
+Provides: libaddressable-ruby, libaddressable-ruby1.8, libaddressable-ruby1.9.1
 Description: URI Implementation
  Addressable is a replacement for the URI implementation that is part of
  Ruby's standard library. It more closely conforms to the relevant RFCs and
  adds support for IRIs and URI templates.
+ 
+Package: libaddressable-ruby
+Section: oldlibs
+Architecture: all 
+Depends: ruby-addressable, ${misc:Depends}
+Description: Transitional package for ruby-addressable
+ This is a transitional package to ease upgrades to the ruby-addressable	
+ package. It can safely be removed.	
+
+Package: libaddressable-ruby1.8
+Section: oldlibs
+Architecture: all 
+Depends: ruby-addressable, ${misc:Depends}
+Description: Transitional package for ruby-addressable
+ This is a transitional package to ease upgrades to the ruby-addressable	
+ package. It can safely be removed.	
+
+Package: libaddressable-ruby1.9.1
+Section: oldlibs
+Architecture: all 
+Depends: ruby-addressable, ${misc:Depends}
+Description: Transitional package for ruby-addressable
+ This is a transitional package to ease upgrades to the ruby-addressable	
+ package. It can safely be removed.	

-- 
ruby-addressable.git



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