[DRE-commits] r4956 - in trunk/librmagick-ruby/debian: . source
Vincent Fourmond
fourmond at alioth.debian.org
Thu Mar 18 18:32:25 UTC 2010
Author: fourmond
Date: 2010-03-18 18:32:23 +0000 (Thu, 18 Mar 2010)
New Revision: 4956
Added:
trunk/librmagick-ruby/debian/source/
trunk/librmagick-ruby/debian/source/format
Modified:
trunk/librmagick-ruby/debian/changelog
trunk/librmagick-ruby/debian/control
trunk/librmagick-ruby/debian/rules
Log:
[librmagick] Switch to source 3.0 (quilt) + final cleanups before upload
Modified: trunk/librmagick-ruby/debian/changelog
===================================================================
--- trunk/librmagick-ruby/debian/changelog 2010-03-18 02:18:13 UTC (rev 4955)
+++ trunk/librmagick-ruby/debian/changelog 2010-03-18 18:32:23 UTC (rev 4956)
@@ -1,11 +1,16 @@
-librmagick-ruby (2.13.0-2) NOTWORKINGYET; urgency=low
+librmagick-ruby (2.13.0-2) unstable; urgency=low
* Pull debian/patches/fix-missing-MagickLibSubversion.diff from
upstream's git repository to fix missing symbols in the newer image
- magick libraries (closes: 573620)
+ magick libraries (closes: 573620, 574313)
* Reflect versioned depencencies as a consequence
+ * Switch to source format 3.0 (quilt)
+ - drop dependency on quilt
+ * Now conforming to standards 3.8.4
+ * Build-depends on libmagickcore-dev (>= 7:6.6.0.4-2~) to avoid the FTBS
+ with earlier versions due to an imagemagick bug.
- -- Vincent Fourmond <fourmond at debian.org> Mon, 15 Mar 2010 22:27:53 +0100
+ -- Vincent Fourmond <fourmond at debian.org> Thu, 18 Mar 2010 18:50:52 +0100
librmagick-ruby (2.13.0-1) unstable; urgency=low
Modified: trunk/librmagick-ruby/debian/control
===================================================================
--- trunk/librmagick-ruby/debian/control 2010-03-18 02:18:13 UTC (rev 4955)
+++ trunk/librmagick-ruby/debian/control 2010-03-18 18:32:23 UTC (rev 4956)
@@ -3,11 +3,11 @@
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro at softwarelivre.org>, Gunnar Wolf <gwolf at debian.org>, Vincent Fourmond <fourmond at debian.org>
-Build-Depends: debhelper (>= 5), libmagickcore-dev (>= 7:6.6.0.4-1) ,
+Build-Depends: debhelper (>= 5), libmagickcore-dev (>= 7:6.6.0.4-2~) ,
ruby1.8, ruby1.8-dev, libwmf-bin, ghostscript, gsfonts, cdbs (>= 0.4.33),
- ruby-pkg-tools (>= 0.13), rdoc, graphviz, quilt,
+ ruby-pkg-tools (>= 0.13), rdoc, graphviz,
libsetup-ruby1.8 (>= 3.4.1-3), libmagickwand-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://rmagick.rubyforge.org/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/librmagick-ruby/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/librmagick-ruby/
Modified: trunk/librmagick-ruby/debian/rules
===================================================================
--- trunk/librmagick-ruby/debian/rules 2010-03-18 02:18:13 UTC (rev 4955)
+++ trunk/librmagick-ruby/debian/rules 2010-03-18 18:32:23 UTC (rev 4956)
@@ -4,7 +4,7 @@
#export DH_VERBOSE=1
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+# include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
docdir := /usr/share/doc/librmagick-ruby-doc/html
Added: trunk/librmagick-ruby/debian/source/format
===================================================================
--- trunk/librmagick-ruby/debian/source/format (rev 0)
+++ trunk/librmagick-ruby/debian/source/format 2010-03-18 18:32:23 UTC (rev 4956)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the Pkg-ruby-extras-commits
mailing list