tags 580585 + pending thanks Dear maintainer,
I've prepared an NMU for libgettext-ruby (versioned as 2.1.0-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru libgettext-ruby-2.1.0/debian/changelog libgettext-ruby-2.1.0/debian/changelog --- libgettext-ruby-2.1.0/debian/changelog 2010-04-15 23:11:43.000000000 -0700 +++ libgettext-ruby-2.1.0/debian/changelog 2010-05-13 06:51:50.000000000 -0700 @@ -1,3 +1,22 @@ +libgettext-ruby (2.1.0-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/*.1 + - Fix hyphens. + * debian/compat + - Update to 7. + * debian/control + - (Build-Depends): Update to debhelper 7.1. + - (Homepage): New field. + * debian/libgettext-ruby1.8.docs, debian/libgettext-ruby1.9.1.docs + - Remove obsolete ChangeLog-1, the ChangeLog mentioned in Gunnar Wolf + <[email protected]>'S patch in BTS is already installed by + dh_installchangelog(1) program. (Closes: #580585). + * debian/patches + - (fix_loadpath_mangle): Add description. + + -- Jari Aalto <[email protected]> Thu, 13 May 2010 16:51:50 +0300 + libgettext-ruby (2.1.0-2) unstable; urgency=low * Fix unexpected $LOAD_PATH mangle (Closes: #577801) diff -Nru libgettext-ruby-2.1.0/debian/compat libgettext-ruby-2.1.0/debian/compat --- libgettext-ruby-2.1.0/debian/compat 2010-02-18 03:01:46.000000000 -0800 +++ libgettext-ruby-2.1.0/debian/compat 2010-05-13 06:40:18.000000000 -0700 @@ -1 +1 @@ -5 +7 diff -Nru libgettext-ruby-2.1.0/debian/control libgettext-ruby-2.1.0/debian/control --- libgettext-ruby-2.1.0/debian/control 2010-04-14 16:09:57.000000000 -0700 +++ libgettext-ruby-2.1.0/debian/control 2010-05-13 06:43:12.000000000 -0700 @@ -2,10 +2,11 @@ Section: ruby Priority: optional Maintainer: Tatsuki Sugiura <[email protected]> -Build-Depends: debhelper (>> 5.0.0), cdbs (>= 0.4.26-2), ruby-pkg-tools, quilt +Build-Depends: debhelper (>> 7.1), cdbs (>= 0.4.26-2), ruby-pkg-tools, quilt Build-Depends-Indep: ruby1.8 (>= 1.8.2), ruby1.9.1 Standards-Version: 3.8.4 Uploaders: Taku YASUI <[email protected]> +Homepage: http://rubyforge.org/projects/gettext Package: libgettext-ruby1.8 Provides: libgettext-ruby, libgettext-ruby-util diff -Nru libgettext-ruby-2.1.0/debian/libgettext-ruby1.8.docs libgettext-ruby-2.1.0/debian/libgettext-ruby1.8.docs --- libgettext-ruby-2.1.0/debian/libgettext-ruby1.8.docs 2010-02-18 02:09:39.000000000 -0800 +++ libgettext-ruby-2.1.0/debian/libgettext-ruby1.8.docs 2010-05-13 06:52:09.000000000 -0700 @@ -1,3 +1,3 @@ README.rdoc NEWS-1 -ChangeLog-1 + diff -Nru libgettext-ruby-2.1.0/debian/libgettext-ruby1.9.1.docs libgettext-ruby-2.1.0/debian/libgettext-ruby1.9.1.docs --- libgettext-ruby-2.1.0/debian/libgettext-ruby1.9.1.docs 2010-02-18 02:09:15.000000000 -0800 +++ libgettext-ruby-2.1.0/debian/libgettext-ruby1.9.1.docs 2010-05-13 06:52:16.000000000 -0700 @@ -1,3 +1,3 @@ README.rdoc NEWS-1 -ChangeLog-1 + diff -Nru libgettext-ruby-2.1.0/debian/patches/debian-changes-2.1.0-2.1 libgettext-ruby-2.1.0/debian/patches/debian-changes-2.1.0-2.1 --- libgettext-ruby-2.1.0/debian/patches/debian-changes-2.1.0-2.1 1969-12-31 16:00:00.000000000 -0800 +++ libgettext-ruby-2.1.0/debian/patches/debian-changes-2.1.0-2.1 2010-05-14 21:55:11.000000000 -0700 @@ -0,0 +1,62 @@ +Description: Upstream changes introduced in version 2.1.0-2.1 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + libgettext-ruby (2.1.0-2.1) unstable; urgency=low + . + * Non-maintainer upload. + * debian/*.1 + - Fix hyphens. + * debian/compat + - Update to 7. + * debian/control + - (Build-Depends): Update to debhelper 7.1. + - (Homepage): New field. + * debian/libgettext-ruby1.8.docs, debian/libgettext-ruby1.9.1.docs + - Remove obsolete ChangeLog-1, the ChangeLog mentioned in Gunnar Wolf + <[email protected]>'S patch in BTS is already installed by + dh_installchangelog(1) program. (Closes: #580585). + * debian/patches + - (fix_loadpath_mangle): Add description. + . + The person named in the Author field signed this changelog entry. +Author: Jari Aalto <[email protected]> +Bug-Debian: http://bugs.debian.org/580585 + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: <vendor|upstream|other>, <url of original patch> +Bug: <url in upstream bugtracker> +Bug-Debian: http://bugs.debian.org/<bugnumber> +Forwarded: <no|not-needed|url proving that it has been forwarded> +Reviewed-By: <name and email of someone who approved the patch> +Last-Update: <YYYY-MM-DD> + +--- libgettext-ruby-2.1.0.orig/bin/rmsgmerge ++++ libgettext-ruby-2.1.0/bin/rmsgmerge +@@ -1,4 +1,4 @@ +-#! /usr/bin/ruby ++#! /usr/bin/ruby1.9.1 + =begin + rmsgmerge - ruby version of msgmerge + +--- libgettext-ruby-2.1.0.orig/bin/rmsgfmt ++++ libgettext-ruby-2.1.0/bin/rmsgfmt +@@ -1,4 +1,4 @@ +-#! /usr/bin/ruby ++#! /usr/bin/ruby1.9.1 + =begin + rgettext - ruby version of xgettext + +--- libgettext-ruby-2.1.0.orig/bin/rgettext ++++ libgettext-ruby-2.1.0/bin/rgettext +@@ -1,4 +1,4 @@ +-#! /usr/bin/ruby ++#! /usr/bin/ruby1.9.1 + =begin + rgettext - ruby version of xgettext + diff -Nru libgettext-ruby-2.1.0/debian/patches/fix_loadpath_mangle libgettext-ruby-2.1.0/debian/patches/fix_loadpath_mangle --- libgettext-ruby-2.1.0/debian/patches/fix_loadpath_mangle 2010-04-14 16:06:12.000000000 -0700 +++ libgettext-ruby-2.1.0/debian/patches/fix_loadpath_mangle 2010-05-13 06:43:43.000000000 -0700 @@ -1,3 +1,5 @@ +Subject: Correct load_path + Index: libgettext-ruby/lib/gettext/runtime/locale_path.rb =================================================================== --- libgettext-ruby.orig/lib/gettext/runtime/locale_path.rb 2010-04-15 08:02:01.000000000 +0900 diff -Nru libgettext-ruby-2.1.0/debian/patches/series libgettext-ruby-2.1.0/debian/patches/series --- libgettext-ruby-2.1.0/debian/patches/series 2010-04-14 16:17:50.000000000 -0700 +++ libgettext-ruby-2.1.0/debian/patches/series 2010-05-13 23:45:56.000000000 -0700 @@ -1 +1,2 @@ fix_loadpath_mangle +debian-changes-2.1.0-2.1 diff -Nru libgettext-ruby-2.1.0/debian/rgettext.1 libgettext-ruby-2.1.0/debian/rgettext.1 --- libgettext-ruby-2.1.0/debian/rgettext.1 2006-01-05 03:28:08.000000000 -0800 +++ libgettext-ruby-2.1.0/debian/rgettext.1 2010-05-13 06:41:31.000000000 -0700 @@ -19,7 +19,7 @@ rgettext \- extract translate message .SH SYNOPSIS .B rgettext -input.rb -o output.pot +input.rb \-o output.pot .br .SH DESCRIPTION Extract translatable string from given input ruby script files. diff -Nru libgettext-ruby-2.1.0/debian/rmsgfmt.1 libgettext-ruby-2.1.0/debian/rmsgfmt.1 --- libgettext-ruby-2.1.0/debian/rmsgfmt.1 2006-01-05 03:28:08.000000000 -0800 +++ libgettext-ruby-2.1.0/debian/rmsgfmt.1 2010-05-13 06:41:48.000000000 -0700 @@ -19,7 +19,7 @@ rmsgfmt \- compile message catalog to binary format .SH SYNOPSIS .B rmsgfmt -input.po [ -o output.mo ] +input.po [ \-o output.mo ] .br .SH DESCRIPTION Generate binary message catalog from textual translation description. diff -Nru libgettext-ruby-2.1.0/debian/rmsgmerge.1 libgettext-ruby-2.1.0/debian/rmsgmerge.1 --- libgettext-ruby-2.1.0/debian/rmsgmerge.1 2006-01-05 03:28:08.000000000 -0800 +++ libgettext-ruby-2.1.0/debian/rmsgmerge.1 2010-05-13 06:41:57.000000000 -0700 @@ -19,7 +19,7 @@ rmsgmerge \- Extract translatable string from given input ruby script files. .SH SYNOPSIS .B rmsgmerge -def.po ref.pot [-o output.pot] +def.po ref.pot [\-o output.pot] .br .SH DESCRIPTION Merges two Uniforum style .po files together. The def.po file is an existing PO file with translations. The ref.pot file is the last created PO file with up-to-date source references. ref.pot is generally created by rgettext. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

