[DRE-commits] r1420 - packages/libcairo-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Wed Apr 18 19:49:03 UTC 2007


Author: paulvt
Date: 2007-04-18 19:49:03 +0000 (Wed, 18 Apr 2007)
New Revision: 1420

Added:
   packages/libcairo-ruby/trunk/debian/libcairo-ruby.examples
Modified:
   packages/libcairo-ruby/trunk/debian/changelog
   packages/libcairo-ruby/trunk/debian/rules
Log:
* New upstream release:
  - Modified debian/rules to switch to extconf installation 
* Added debian/libcairo-ruby.examples to install the examples using this
  file, not directly from debian/rules.

Modified: packages/libcairo-ruby/trunk/debian/changelog
===================================================================
--- packages/libcairo-ruby/trunk/debian/changelog	2007-04-18 19:48:04 UTC (rev 1419)
+++ packages/libcairo-ruby/trunk/debian/changelog	2007-04-18 19:49:03 UTC (rev 1420)
@@ -1,11 +1,14 @@
 libcairo-ruby (1.4.1-1) unstable; urgency=low
 
-  * New upstream release.
+  * New upstream release:
+    - Modified debian/rules to switch to extconf installation 
   * Adapted debian/control, debian/rules, and removed debian/control.in
     to drop the Uploaders rule.
   * Changed priority to optional, no idea why it was extras.
+  * Added debian/libcairo-ruby.examples to install the examples using this
+    file, not directly from debian/rules.
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed, 18 Apr 2007 21:32:05 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 18 Apr 2007 21:46:14 +0200
 
 libcairo-ruby (1.2.0-1) unstable; urgency=low
 

Added: packages/libcairo-ruby/trunk/debian/libcairo-ruby.examples
===================================================================
--- packages/libcairo-ruby/trunk/debian/libcairo-ruby.examples	2007-04-18 19:48:04 UTC (rev 1419)
+++ packages/libcairo-ruby/trunk/debian/libcairo-ruby.examples	2007-04-18 19:49:03 UTC (rev 1420)
@@ -0,0 +1 @@
+samples/*

Modified: packages/libcairo-ruby/trunk/debian/rules
===================================================================
--- packages/libcairo-ruby/trunk/debian/rules	2007-04-18 19:48:04 UTC (rev 1419)
+++ packages/libcairo-ruby/trunk/debian/rules	2007-04-18 19:49:03 UTC (rev 1420)
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
+#
+# CDBS file to build the libcairo-ruby packages.
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-
-DEB_RUBY_CONFIG_ARGS = --installdirs=std
-DEB_INSTALL_EXAMPLES_ALL = examples/*
-
+include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk




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