[DRE-commits] [SCM] libalgorithm-diff-ruby packaging branch, master, updated. debian/0.4-11-3-g3a6e71b

TANIGUCHI Takaki takaki at asis.media-as.org
Tue May 17 05:18:31 UTC 2011


The following commit has been merged in the master branch:
commit e784a8ca0e0efef6a8d759b23ec376f939040ade
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Tue May 17 13:57:05 2011 +0900

    Switch to gem2deb.
      + Use quilt instead of dpatch.
      + Rename source and binary packages name.
      + Change source format to 3.0 (quilt).

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..845ca06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc
diff --git a/debian/changelog b/debian/changelog
index a97f9c0..9c2b9f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
-libalgorithm-diff-ruby (0.4-12) UNRELEASED; urgency=low
+ruby-algorithm-diff (0.4-12) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.9.2 (with no changes).
+  * Switch to gem2deb.
+     + Use quilt instead of dpatch.
+     + Rename source and binary packages name.
+     + Change source format to 3.0 (quilt).
 
  -- TANIGUCHI Takaki <takaki at debian.org>  Tue, 17 May 2011 13:50:13 +0900
 
diff --git a/debian/control b/debian/control
index 5390284..3955f0d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,38 @@
-Source: libalgorithm-diff-ruby
+Source: ruby-algorithm-diff
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends-Indep: ruby1.8
-Build-Depends: debhelper (>> 7), dpatch
+Build-Depends: debhelper (>> 7), 
+	gem2deb,
 Standards-Version: 3.9.2
+XS-Ruby-Versions: all
 
-Package: libalgorithm-diff-ruby
+Package: ruby-algorithm-diff
 Architecture: all
-Depends: libalgorithm-diff-ruby1.8
-Description: Ruby conversion of the Perl's Algorithm::Diff (dummy package)
+Depends: ruby-interpreter | ruby, ${misc:Depends} 
+Replaces: libalgorithm-diff-ruby (<< 0.4-12~), libalgorithm-diff-ruby1.8  (<< 0.4-12~)
+Conflicts: libalgorithm-diff-ruby (<< 0.4-12~), libalgorithm-diff-ruby1.8  (<< 0.4-12~)
+Provides: libalgorithm-diff-ruby, libalgorithm-diff-ruby1.8 
+Description: Ruby conversion of the Perl's Algorithm::Diff
  Diff is an algorithm which computes the differences between two
  lists a and b. The resulting set of differences can be applied to
  a (also called "patching") to get b. This is also what the Unix
  command line tools "diff" and "patch" are able to do.
- .
- This is dummy package.
+
+Package: libalgorithm-diff-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-libalgorithm-diff
+Description: Transitional package for ruby-libalgorithm-diff
+ This is a transitional package to ease upgrades to the ruby-libalgorithm-diff
+ package. It can safely be removed.
 
 Package: libalgorithm-diff-ruby1.8
+Section: oldlibs
 Architecture: all
-Depends: libruby1.8
-Provides: libalgorithm-diff-ruby
-Replaces: libalgorithm-diff-ruby(<< 0.4-2)
-Conflicts: libalgorithm-diff-ruby(<< 0.4-2)
-Description: Ruby conversion of the Perl's Algorithm::Diff (Ruby 1.8)
- Diff is an algorithm which computes the differences between two
- lists a and b. The resulting set of differences can be applied to
- a (also called "patching") to get b. This is also what the Unix
- command line tools "diff" and "patch" are able to do.
- .
- This package is for ruby1.8.
+Depends: ${misc:Depends}, ruby-libalgorithm-diff
+Description: Transitional package for ruby-libalgorithm-diff
+ This is a transitional package to ease upgrades to the ruby-libalgorithm-diff
+ package. It can safely be removed.
+
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index d6db916..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-01_debian-patch
diff --git a/debian/patches/01_debian-patch.dpatch b/debian/patches/01_fix_syntax_error
similarity index 100%
rename from debian/patches/01_debian-patch.dpatch
rename to debian/patches/01_fix_syntax_error
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d2f5d46
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_fix_syntax_error
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
libalgorithm-diff-ruby packaging



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