[Pkg-ruby-extras-maintainers] r227 - /
packages/liblocale-ruby/trunk/debian
Antonio S. de A. Terceiro
terceiro-guest at costa.debian.org
Mon Jan 9 18:38:23 UTC 2006
Author: terceiro-guest
Date: 2006-01-09 18:38:23 +0000 (Mon, 09 Jan 2006)
New Revision: 227
Added:
packages/liblocale-ruby/trunk/debian/control.in
Modified:
/
packages/liblocale-ruby/trunk/debian/changelog
packages/liblocale-ruby/trunk/debian/control
packages/liblocale-ruby/trunk/debian/rules
Log:
r4614 at boipeba: terceiro | 2005-09-04 14:35:45 -0300
branching locally
r12979 at boipeba: terceiro | 2006-01-09 12:20:33 -0200
forking debian/control into using debian/control.in
r12980 at boipeba: terceiro | 2006-01-09 14:25:39 -0200
converted debian/rules to use pkg-ruby-tools CDBS class
r12981 at boipeba: terceiro | 2006-01-09 14:54:02 -0200
overriding DEB_RUBY_SETUP_CMD (needs patched ruby-setup-rb.mk)
r12982 at boipeba: terceiro | 2006-01-09 14:58:54 -0200
updating changelog
r12983 at boipeba: terceiro | 2006-01-09 15:18:23 -0200
reverting debian/rules. Can't use CDBS for this package
r12984 at boipeba: terceiro | 2006-01-09 15:21:29 -0200
removing ruby-pkg-tools dependency
r12985 at boipeba: terceiro | 2006-01-09 15:23:31 -0200
adding uploader.mk rules and readding dependency on ruby-pkg-tools
r12986 at boipeba: terceiro | 2006-01-09 15:28:06 -0200
fixing make error
r12987 at boipeba: terceiro | 2006-01-09 15:39:18 -0200
updated pre-seeded debian/control
r12988 at boipeba: terceiro | 2006-01-09 15:53:37 -0200
building arch-indep and arch-dep packages separately
r12989 at boipeba: terceiro | 2006-01-09 15:57:32 -0200
updating changelog
Property changes on:
___________________________________________________________________
Name: svk:merge
- 2fc9a2b1-8909-0410-b2c6-b2eeb0da6562:/local/pkg-ruby-extras:210
+ 2fc9a2b1-8909-0410-b2c6-b2eeb0da6562:/local/pkg-ruby-extras:210
6fe119f3-adff-0310-8d65-eaf721ad8dcd:/local/pkg-ruby-extras:12989
Modified: packages/liblocale-ruby/trunk/debian/changelog
===================================================================
--- packages/liblocale-ruby/trunk/debian/changelog 2006-01-05 22:15:03 UTC (rev 226)
+++ packages/liblocale-ruby/trunk/debian/changelog 2006-01-09 18:38:23 UTC (rev 227)
@@ -1,9 +1,11 @@
-liblocale-ruby (0.1-2) UNRELEASED; urgency=low
+liblocale-ruby (0.1-2) unstable; urgency=low
- * NOT RELEASED YET
+ * changed debian/rules to handle architecture-independent and architecture-dependent packages only
+ in the appropriate targets. (Closes: #345804)
+ * added pkg-ruby-extras team as Maintainer: and team members as Uploaders: .
+
+ -- Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br> Mon, 9 Jan 2006 14:55:40 -0200
- -- Paul van Tilburg <paulvt at debian.org> Sun, 28 Aug 2005 12:38:54 +0200
-
liblocale-ruby (0.1-1) unstable; urgency=low
* Initial release (Closes: #321009)
Modified: packages/liblocale-ruby/trunk/debian/control
===================================================================
--- packages/liblocale-ruby/trunk/debian/control 2006-01-05 22:15:03 UTC (rev 226)
+++ packages/liblocale-ruby/trunk/debian/control 2006-01-09 18:38:23 UTC (rev 227)
@@ -1,8 +1,9 @@
Source: liblocale-ruby
Section: interpreters
Priority: optional
-Maintainer: Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>
-Build-Depends: debhelper (>= 4.0.0), ruby1.8-dev, ruby1.8
+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>
+Build-Depends: debhelper (>= 4.0.0), ruby1.8-dev, ruby1.8, ruby-pkg-tools
Standards-Version: 3.6.2
Package: liblocale-ruby1.8
Added: packages/liblocale-ruby/trunk/debian/control.in
===================================================================
--- packages/liblocale-ruby/trunk/debian/control.in 2006-01-05 22:15:03 UTC (rev 226)
+++ packages/liblocale-ruby/trunk/debian/control.in 2006-01-09 18:38:23 UTC (rev 227)
@@ -0,0 +1,25 @@
+Source: liblocale-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: @RUBY_TEAM@
+Build-Depends: debhelper (>= 4.0.0), ruby1.8-dev, ruby1.8, ruby-pkg-tools
+Standards-Version: 3.6.2
+
+Package: liblocale-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: extension to the Ruby intepreter for supporting locales
+ This package contains an extension to the Ruby interpreter, so applications
+ written in Ruby can use locales features, like dates formatting, timezone,
+ currency, and others.
+
+Package: liblocale-ruby
+Architecture: all
+Depends: liblocale-ruby1.8
+Description: extension to the Ruby intepreter for supporting locales (dummy package)
+ This package contains an extension to the Ruby interpreter, so applications
+ written in Ruby can use locales features, like dates formatting, timezone,
+ currency, and others.
+ .
+ This is a dummy package.
Modified: packages/liblocale-ruby/trunk/debian/rules
===================================================================
--- packages/liblocale-ruby/trunk/debian/rules 2006-01-05 22:15:03 UTC (rev 226)
+++ packages/liblocale-ruby/trunk/debian/rules 2006-01-09 18:38:23 UTC (rev 227)
@@ -34,7 +34,8 @@
touch build-stamp
-clean:
+# needs to be a double-colon rule, since uploaders.mk's clean is also one
+clean::
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
@@ -44,40 +45,63 @@
dh_clean
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+install-arch: build
+ dh_testdir -a
+ dh_testroot -a
+ dh_clean -k -a
+ dh_installdirs -a
+
# Add here commands to install the package into debian/liblocale-ruby.
$(MAKE) install sitedir=$(CURDIR)/debian/liblocale-ruby1.8/usr/lib/ruby
+install-indep:
+ dh_testdir -i
+ dh_testroot -i
+ dh_clean -k -i
+ dh_installdirs -i
# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
+binary-indep: install-indep
+ dh_testdir -i
+ dh_testroot -i
+ dh_installchangelogs -i
+ dh_installdocs -i
+ dh_installexamples -i
+ #
+ dh_installman -i
+ dh_link -i
+ dh_strip -i
+ dh_compress -i
+ dh_fixperms -i
+ #
+ dh_installdeb -i
+ dh_shlibdeps -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
-# dh_install
-# dh_installini
- dh_installman
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
-# dh_makeshlibs
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+binary-arch: build install-arch
+ dh_testdir -a
+ dh_testroot -a
+ dh_installchangelogs -a
+ dh_installdocs -a
+ dh_installexamples -a
+ #
+ dh_installman -a
+ dh_link -a
+ dh_strip -a
+ dh_compress -a
+ dh_fixperms -a
+ #
+ dh_installdeb -a
+ dh_shlibdeps -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
+
More information about the pkg-ruby-extras-maintainers
mailing list