[DRE-commits] r3354 - packages/libtioga-ruby/trunk/debian

fourmond at alioth.debian.org fourmond at alioth.debian.org
Mon Mar 30 17:38:54 UTC 2009


Author: fourmond
Date: 2009-03-30 17:38:54 +0000 (Mon, 30 Mar 2009)
New Revision: 3354

Modified:
   packages/libtioga-ruby/trunk/debian/changelog
   packages/libtioga-ruby/trunk/debian/control
   packages/libtioga-ruby/trunk/debian/libtioga-ruby1.8.docs
   packages/libtioga-ruby/trunk/debian/rules
Log:
[libtioga-ruby] New upstream release

Modified: packages/libtioga-ruby/trunk/debian/changelog
===================================================================
--- packages/libtioga-ruby/trunk/debian/changelog	2009-03-29 16:57:40 UTC (rev 3353)
+++ packages/libtioga-ruby/trunk/debian/changelog	2009-03-30 17:38:54 UTC (rev 3354)
@@ -1,8 +1,13 @@
-libtioga-ruby (1.9-2) UNRELEASED; urgency=low
+libtioga-ruby (1.10-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release
+  * Moved to Section: ruby
+  * Install the tioga.sty style file into the documentation package. No
+    integration with texlive is performed, however.
+  * Few debian/rules cleanups
+  * Already conforms to standards 3.8.1
 
- -- Vincent Fourmond <fourmond at debian.org>  Sat, 21 Feb 2009 20:27:40 +0100
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 30 Mar 2009 19:30:34 +0200
 
 libtioga-ruby (1.9-1) unstable; urgency=low
 

Modified: packages/libtioga-ruby/trunk/debian/control
===================================================================
--- packages/libtioga-ruby/trunk/debian/control	2009-03-29 16:57:40 UTC (rev 3353)
+++ packages/libtioga-ruby/trunk/debian/control	2009-03-30 17:38:54 UTC (rev 3354)
@@ -1,10 +1,10 @@
 Source: libtioga-ruby
-Section: graphics
+Section: ruby
 Priority: optional
 Maintainer: Vincent Fourmond <fourmond at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 4.0.0), ruby1.8-dev, ruby1.8, zlib1g-dev, dpatch, ruby-pkg-tools, rdoc1.8
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://rubyforge.org/projects/tioga/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/packages/libtioga-ruby/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libtioga-ruby/trunk

Modified: packages/libtioga-ruby/trunk/debian/libtioga-ruby1.8.docs
===================================================================
--- packages/libtioga-ruby/trunk/debian/libtioga-ruby1.8.docs	2009-03-29 16:57:40 UTC (rev 3353)
+++ packages/libtioga-ruby/trunk/debian/libtioga-ruby1.8.docs	2009-03-30 17:38:54 UTC (rev 3354)
@@ -1,2 +1,3 @@
 Tioga_README
 lgpl.txt
+tioga.sty

Modified: packages/libtioga-ruby/trunk/debian/rules
===================================================================
--- packages/libtioga-ruby/trunk/debian/rules	2009-03-29 16:57:40 UTC (rev 3353)
+++ packages/libtioga-ruby/trunk/debian/rules	2009-03-30 17:38:54 UTC (rev 3354)
@@ -70,14 +70,11 @@
 	rm -f build-arch-stamp build-indep-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-cd $(SRCDIR); $(MAKE) distclean
-	-rm -f $(SRCDIR)/mkmf2.log
-	-rm -f $(SRCDIR)/mkmf.log
-	-rm -rf doc/
+	cd $(SRCDIR); ( [ -f Makefile ] && $(MAKE) distclean ) || true
+	rm -f $(SRCDIR)/mkmf2.log $(SRCDIR)/mkmf.log
+	rm -rf doc/
 # Some additional cleanup, as per #442655
-	-rm samples.tar.gz
-	-rm split/Tioga/lib/TexPreamble.rb
-	-rm tioga.sty
+	rm -f samples.tar.gz split/Tioga/lib/TexPreamble.rb tioga.sty
 	dh_clean 
 
 CP_EXAMPLES=cp -t $(CURDIR)/debian/libtioga-ruby-examples/$(EXAMPLES_TARGET_DIR)




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