[Pkg-ruby-extras-maintainers] r321 - in packages/librmagick-ruby/trunk/debian: . patches

Lucas Nussbaum lucas-guest at costa.debian.org
Wed Feb 1 23:01:05 UTC 2006


Author: lucas-guest
Date: 2006-02-01 23:01:05 +0000 (Wed, 01 Feb 2006)
New Revision: 321

Modified:
   packages/librmagick-ruby/trunk/debian/control
   packages/librmagick-ruby/trunk/debian/patches/pkg-config.dpatch
   packages/librmagick-ruby/trunk/debian/rules
Log:
There was a missing build-dep on pkg-config. Now it should *really* be working ...

Modified: packages/librmagick-ruby/trunk/debian/control
===================================================================
--- packages/librmagick-ruby/trunk/debian/control	2006-01-30 09:35:00 UTC (rev 320)
+++ packages/librmagick-ruby/trunk/debian/control	2006-02-01 23:01:05 UTC (rev 321)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>
-Build-Depends: debhelper (>> 5), libmagick9-dev, ruby1.8, ruby1.8-dev, libwmf-bin, gs-gpl, cdbs, ruby-pkg-tools, rdoc, graphviz, dpatch
+Build-Depends: debhelper (>> 5), libmagick9-dev, ruby1.8, ruby1.8-dev, libwmf-bin, gs-gpl, cdbs, ruby-pkg-tools, rdoc, graphviz, dpatch, pkg-config
 Standards-Version: 3.6.2.2
 
 Package: librmagick-ruby

Modified: packages/librmagick-ruby/trunk/debian/patches/pkg-config.dpatch
===================================================================
--- packages/librmagick-ruby/trunk/debian/patches/pkg-config.dpatch	2006-01-30 09:35:00 UTC (rev 320)
+++ packages/librmagick-ruby/trunk/debian/patches/pkg-config.dpatch	2006-02-01 23:01:05 UTC (rev 321)
@@ -7,7 +7,7 @@
 @DPATCH@
 diff -urNad trunk~/ext/RMagick/extconf.rb.in trunk/ext/RMagick/extconf.rb.in
 --- trunk~/ext/RMagick/extconf.rb.in	2005-05-06 02:28:41.000000000 +0200
-+++ trunk/ext/RMagick/extconf.rb.in	2006-01-30 10:20:56.000000000 +0100
++++ trunk/ext/RMagick/extconf.rb.in	2006-02-01 23:37:05.000000000 +0100
 @@ -6,16 +6,10 @@
  # Pass along Ruby's version number
  VERSION_NUMBER = '0x'+RUBY_VERSION.tr('.','')

Modified: packages/librmagick-ruby/trunk/debian/rules
===================================================================
--- packages/librmagick-ruby/trunk/debian/rules	2006-01-30 09:35:00 UTC (rev 320)
+++ packages/librmagick-ruby/trunk/debian/rules	2006-02-01 23:01:05 UTC (rev 321)
@@ -53,3 +53,4 @@
 cleanbuilddir/librmagick-ruby::
 	-$(MAKE) distclean
 	rm -f ext/RMagick/Makefile ext/RMagick/rmagick_config.h
+	rm -rf doc/ex/.examples




More information about the pkg-ruby-extras-maintainers mailing list