[DRE-commits] r3448 - packages/librmagick-ruby/trunk/debian
Vincent Fourmond
fourmond at alioth.debian.org
Sat Apr 25 12:45:12 UTC 2009
Author: fourmond
Date: 2009-04-25 12:45:12 +0000 (Sat, 25 Apr 2009)
New Revision: 3448
Modified:
packages/librmagick-ruby/trunk/debian/changelog
packages/librmagick-ruby/trunk/debian/control
Log:
[librmagick-ruby] Fix the FTBS in unstable (imagemagick transition)
Modified: packages/librmagick-ruby/trunk/debian/changelog
===================================================================
--- packages/librmagick-ruby/trunk/debian/changelog 2009-04-25 04:52:22 UTC (rev 3447)
+++ packages/librmagick-ruby/trunk/debian/changelog 2009-04-25 12:45:12 UTC (rev 3448)
@@ -8,8 +8,16 @@
[ Gunnar Wolf ]
* Changed section to Ruby as per ftp-masters' request
- -- Gunnar Wolf <gwolf at debian.org> Tue, 21 Apr 2009 15:54:01 -0500
+ [ Vincent Fourmond ]
+ * Added myself to uploaders
+ * Replace the build-depends on libmagick9-dev by libmagickcore-dev: this
+ makes librmagick-ruby build from source again and fixes the
+ uninstallability problems in unstable (closes: #525528)
+ * Already conforms to standards 3.8.1
+ * Add ${misc:Depends} for potential dependencies dragged in by debhelper
+ -- Vincent Fourmond <fourmond at debian.org> Sat, 25 Apr 2009 14:33:30 +0200
+
librmagick-ruby (2.5.2-1) unstable; urgency=low
* New upstream release.
Modified: packages/librmagick-ruby/trunk/debian/control
===================================================================
--- packages/librmagick-ruby/trunk/debian/control 2009-04-25 04:52:22 UTC (rev 3447)
+++ packages/librmagick-ruby/trunk/debian/control 2009-04-25 12:45:12 UTC (rev 3448)
@@ -2,16 +2,16 @@
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>, Antonio Terceiro <terceiro at softwarelivre.org>, Gunnar Wolf <gwolf at debian.org>
-Build-Depends: debhelper (>= 5), libmagick9-dev (>= 7:6.3.7), ruby1.8, ruby1.8-dev, libwmf-bin, ghostscript, gsfonts, cdbs (>= 0.4.33), ruby-pkg-tools (>= 0.13), rdoc, graphviz, quilt, libsetup-ruby1.8 (>= 3.4.1-3)
-Standards-Version: 3.8.0
+Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>, Antonio Terceiro <terceiro at softwarelivre.org>, Gunnar Wolf <gwolf at debian.org>, Vincent Fourmond <fourmond at debian.org>
+Build-Depends: debhelper (>= 5), libmagickcore-dev, ruby1.8, ruby1.8-dev, libwmf-bin, ghostscript, gsfonts, cdbs (>= 0.4.33), ruby-pkg-tools (>= 0.13), rdoc, graphviz, quilt, libsetup-ruby1.8 (>= 3.4.1-3)
+Standards-Version: 3.8.1
Homepage: http://rmagick.rubyforge.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/librmagick-ruby/trunk/
Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/librmagick-ruby/trunk/
Package: librmagick-ruby
Architecture: all
-Depends: librmagick-ruby1.8
+Depends: librmagick-ruby1.8, ${misc:Depends}
Suggests: librmagick-ruby-doc
Description: ImageMagick API for Ruby
RMagick is an interface between the Ruby programming language and the
@@ -23,7 +23,7 @@
Package: librmagick-ruby1.8
Architecture: any
Suggests: librmagick-ruby-doc
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ImageMagick API for Ruby 1.8
RMagick is an interface between the Ruby programming language and the
ImageMagick image processing library.
@@ -34,6 +34,7 @@
Package: librmagick-ruby-doc
Section: doc
Architecture: all
+Depends: ${misc:Depends}
Description: ImageMagick API for Ruby (documentation)
RMagick is an interface between the Ruby programming language and the
ImageMagick image processing library.
More information about the Pkg-ruby-extras-commits
mailing list