[DRE-commits] r3302 - in tools/ruby-pkg-tools/trunk: 1/class debian

ryan52-guest at alioth.debian.org ryan52-guest at alioth.debian.org
Sat Mar 21 07:35:25 UTC 2009


Author: ryan52-guest
Date: 2009-03-21 07:35:25 +0000 (Sat, 21 Mar 2009)
New Revision: 3302

Modified:
   tools/ruby-pkg-tools/trunk/1/class/ruby-extconf-rb.mk
   tools/ruby-pkg-tools/trunk/debian/changelog
   tools/ruby-pkg-tools/trunk/debian/compat
   tools/ruby-pkg-tools/trunk/debian/control
Log:
* instead of ignoring all errors from make distclean, only run it if
  the makefile exists
* add myself to uploaders
* debhelper compat 5
* debian policy 3.8.1
* misc:Depends

Modified: tools/ruby-pkg-tools/trunk/1/class/ruby-extconf-rb.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/class/ruby-extconf-rb.mk	2009-03-21 04:15:53 UTC (rev 3301)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-extconf-rb.mk	2009-03-21 07:35:25 UTC (rev 3302)
@@ -39,13 +39,13 @@
 # Install regular library packages.
 $(patsubst %,install/%,$(DEB_RUBY_REAL_LIB_PACKAGES)) :: install/% :
 	cd $(DEB_SRCDIR) 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	/usr/bin/ruby$(cdbs_ruby_ver) $(DEB_RUBY_SETUP_RUBY_ARGS) $(DEB_RUBY_SETUP_CMD) $(DEB_RUBY_SETUP_ARGS)
 	$(MAKE)
 	$(MAKE) install $(DEB_RUBY_INSTALL_ARGS)
 
 clean::
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 endif
 

Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog	2009-03-21 04:15:53 UTC (rev 3301)
+++ tools/ruby-pkg-tools/trunk/debian/changelog	2009-03-21 07:35:25 UTC (rev 3302)
@@ -12,8 +12,14 @@
 
   [ Ryan Niebur ]
   * Add me to the team.
+  * instead of ignoring all errors from make distclean, only run it if
+    the makefile exists
+  * add myself to uploaders
+  * debhelper compat 5
+  * debian policy 3.8.1
+  * misc:Depends
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 29 Oct 2008 22:44:22 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 21 Mar 2009 00:34:23 -0700
 
 ruby-pkg-tools (0.14) unstable; urgency=high
 

Modified: tools/ruby-pkg-tools/trunk/debian/compat
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/compat	2009-03-21 04:15:53 UTC (rev 3301)
+++ tools/ruby-pkg-tools/trunk/debian/compat	2009-03-21 07:35:25 UTC (rev 3302)
@@ -1 +1 @@
-4
+5

Modified: tools/ruby-pkg-tools/trunk/debian/control
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/control	2009-03-21 04:15:53 UTC (rev 3301)
+++ tools/ruby-pkg-tools/trunk/debian/control	2009-03-21 07:35:25 UTC (rev 3302)
@@ -2,15 +2,15 @@
 Section: devel
 Priority: optional
 Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow 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>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>, Gunnar Wolf <gwolf at debian.org>, Maxim Komar <komar at ukr.net>, Michael Schutte <m.schutte.jr at gmail.com>
-Build-Depends: cdbs, debhelper (>= 4.1)
-Standards-Version: 3.7.3
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow 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>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>, Gunnar Wolf <gwolf at debian.org>, Maxim Komar <komar at ukr.net>, Michael Schutte <m.schutte.jr at gmail.com>, Ryan Niebur <ryanryan52 at gmail.com>
+Build-Depends: cdbs, debhelper (>= 5)
+Standards-Version: 3.8.1
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/tools/ruby-pkg-tools/trunk/
 Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/tools/ruby-pkg-tools/trunk/
 
 Package: ruby-pkg-tools
 Architecture: all
-Depends: ruby, rdoc, libsetup-ruby1.8
+Depends: ruby, rdoc, libsetup-ruby1.8, ${misc:Depends}
 Recommends: svn-buildpackage, devscripts, libwww-perl
 Description: Tools for building Debian Ruby packages
  This package contains some useful tools for building Debian Ruby packages




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