** Summary changed:
- Please sponsor libapache-mod-random upload
+ please sponsor merge libapache-mod-random 1.4-10 from debian
** Description changed:
+ Debian changelog:
+
+ libapache-mod-random (1.4-10) unstable; urgency=low
+
+ * Added Czech, German, Spanish, French, Italian, Japanese and Swedish
+ translations of debconf templates
+ (closes: #404767, #364152, #368339, #387528, #400759, #403259)
+ * Fixed postinst to work regardless of what /bin/sh is (closes: #367940)
+
+ -- Paweł Więcek <[EMAIL PROTECTED]> Thu, 28 Dec 2006 22:08:46 +0100
+
+
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
affects ubuntu/libapache-mod-random
subscribe ubuntu-universe-sponsors
diff -u libapache-mod-random-1.4/debian/postrm
libapache-mod-random-1.4/debian/postrm
- --- libapache-mod-random-1.4/debian/postrm
+++ libapache-mod-random-1.4/debian/postrm
@@ -12,7 +12,7 @@
remove)
db_get shared/apache-modules/counters/remove
COUNT="$RET"
- - let COUNT-- || true
+ COUNT=$(($COUNT-1)) || true
db_set shared/apache-modules/counters/remove "$COUNT"
if [ "$COUNT" -eq 0 ]
then
diff -u libapache-mod-random-1.4/debian/preinst
libapache-mod-random-1.4/debian/preinst
- --- libapache-mod-random-1.4/debian/preinst
+++ libapache-mod-random-1.4/debian/preinst
@@ -20,7 +20,7 @@
:
else
# add this module to list & counter
- - let COUNT++ || true
+ COUNT=$(($COUNT+1)) || true
LIST="$LIST,$MODULE"
db_set shared/apache-modules/counters/install "$COUNT"
db_set shared/apache-modules/counters/install_list "$LIST"
@@ -51,7 +51,7 @@
:
else
# add this module to list & counter
- - let COUNT++ || true
+ COUNT=$(($COUNT+1)) || true
LIST="$LIST,$MODULE"
db_set shared/apache-modules/counters/upgrade "$COUNT"
db_set shared/apache-modules/counters/upgrade_list "$LIST"
diff -u libapache-mod-random-1.4/debian/control
libapache-mod-random-1.4/debian/control
- --- libapache-mod-random-1.4/debian/control
+++ libapache-mod-random-1.4/debian/control
@@ -1,9 +1,10 @@
Source: libapache-mod-random
Section: web
Priority: optional
- -Maintainer: Paweł Więcek <[EMAIL PROTECTED]>
+Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
+XSBC-Original-Maintainer: Paweł Więcek <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.1.16), apache-dev (>= 1.3.34)
- -Standards-Version: 3.6.2
+Standards-Version: 3.7.2
Package: libapache-mod-random
Architecture: any
diff -u libapache-mod-random-1.4/debian/prerm
libapache-mod-random-1.4/debian/prerm
- --- libapache-mod-random-1.4/debian/prerm
+++ libapache-mod-random-1.4/debian/prerm
@@ -20,7 +20,7 @@
:
else
# add this module to list & counter
- - let COUNT++ || true
+ COUNT=$(($COUNT+1)) || true
LIST="$LIST,$MODULE"
db_set shared/apache-modules/counters/remove "$COUNT"
db_set shared/apache-modules/counters/remove_list "$LIST"
diff -u libapache-mod-random-1.4/debian/changelog
libapache-mod-random-1.4/debian/changelog
- --- libapache-mod-random-1.4/debian/changelog
+++ libapache-mod-random-1.4/debian/changelog
@@ -1,3 +1,13 @@
+libapache-mod-random (1.4-10ubuntu1) gutsy; urgency=low
+
+ * Merge from Debian unstable. Remaining Ubuntu changes:
+ - postinst, postrm, preinst, prerm: remove bashism by replacing let call
+ (Closes LP: #90933)
+ - debian/control: Change Maintainer/XSBC-Original-Maintainer field
+ - debian/control: Bumped the Standards-Version to 3.7.2
+
+ -- Kjell Braden <[EMAIL PROTECTED]> Fri, 4 May 2007 20:22:00 +0200
+
libapache-mod-random (1.4-10) unstable; urgency=low
* Added Czech, German, Spanish, French, Italian, Japanese and Swedish
diff -u libapache-mod-random-1.4/debian/postinst
libapache-mod-random-1.4/debian/postinst
- --- libapache-mod-random-1.4/debian/postinst
+++ libapache-mod-random-1.4/debian/postinst
@@ -16,7 +16,7 @@
# upgraded
db_get shared/apache-modules/counters/upgrade
COUNT="$RET"
- - let COUNT-- || true
+ COUNT=$(($COUNT-1)) || true
db_set shared/apache-modules/counters/upgrade "$COUNT"
if [ "$COUNT" -eq 0 ]
then
@@ -35,7 +35,7 @@
# newly installed
db_get shared/apache-modules/counters/install
COUNT="$RET"
- - let COUNT-- || true
+ COUNT=$(($COUNT-1)) || true
db_set shared/apache-modules/counters/install "$COUNT"
if [ "$COUNT" -eq 0 ]
then
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGO5a5X1tbg24Y08QRAuZSAJ9i/X74/rBMt6wpHJq9dUWAORUspgCeOFIz
ZeXHMsbXCCqlyzk9Kt/yOTE=
=H1MH
-----END PGP SIGNATURE-----
** Tags added: merge
** Description changed:
Debian changelog:
libapache-mod-random (1.4-10) unstable; urgency=low
* Added Czech, German, Spanish, French, Italian, Japanese and Swedish
translations of debconf templates
(closes: #404767, #364152, #368339, #387528, #400759, #403259)
* Fixed postinst to work regardless of what /bin/sh is (closes: #367940)
-- Paweł Więcek <[EMAIL PROTECTED]> Thu, 28 Dec 2006 22:08:46 +0100
-
- -----BEGIN PGP SIGNED MESSAGE-----
- Hash: SHA1
-
- affects ubuntu/libapache-mod-random
- subscribe ubuntu-universe-sponsors
+ Debdiff:
diff -u libapache-mod-random-1.4/debian/postrm
libapache-mod-random-1.4/debian/postrm
- --- libapache-mod-random-1.4/debian/postrm
+++ libapache-mod-random-1.4/debian/postrm
@@ -12,7 +12,7 @@
remove)
db_get shared/apache-modules/counters/remove
COUNT="$RET"
- - let COUNT-- || true
+ COUNT=$(($COUNT-1)) || true
db_set shared/apache-modules/counters/remove "$COUNT"
if [ "$COUNT" -eq 0 ]
then
diff -u libapache-mod-random-1.4/debian/preinst
libapache-mod-random-1.4/debian/preinst
- --- libapache-mod-random-1.4/debian/preinst
+++ libapache-mod-random-1.4/debian/preinst
@@ -20,7 +20,7 @@
:
else
# add this module to list & counter
- - let COUNT++ || true
+ COUNT=$(($COUNT+1)) || true
LIST="$LIST,$MODULE"
db_set shared/apache-modules/counters/install "$COUNT"
db_set shared/apache-modules/counters/install_list "$LIST"
@@ -51,7 +51,7 @@
:
else
# add this module to list & counter
- - let COUNT++ || true
+ COUNT=$(($COUNT+1)) || true
LIST="$LIST,$MODULE"
db_set shared/apache-modules/counters/upgrade "$COUNT"
db_set shared/apache-modules/counters/upgrade_list "$LIST"
diff -u libapache-mod-random-1.4/debian/control
libapache-mod-random-1.4/debian/control
- --- libapache-mod-random-1.4/debian/control
+++ libapache-mod-random-1.4/debian/control
@@ -1,9 +1,10 @@
Source: libapache-mod-random
Section: web
Priority: optional
- -Maintainer: Paweł Więcek <[EMAIL PROTECTED]>
+Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
+XSBC-Original-Maintainer: Paweł Więcek <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.1.16), apache-dev (>= 1.3.34)
- -Standards-Version: 3.6.2
+Standards-Version: 3.7.2
Package: libapache-mod-random
Architecture: any
diff -u libapache-mod-random-1.4/debian/prerm
libapache-mod-random-1.4/debian/prerm
- --- libapache-mod-random-1.4/debian/prerm
+++ libapache-mod-random-1.4/debian/prerm
@@ -20,7 +20,7 @@
:
else
# add this module to list & counter
- - let COUNT++ || true
+ COUNT=$(($COUNT+1)) || true
LIST="$LIST,$MODULE"
db_set shared/apache-modules/counters/remove "$COUNT"
db_set shared/apache-modules/counters/remove_list "$LIST"
diff -u libapache-mod-random-1.4/debian/changelog
libapache-mod-random-1.4/debian/changelog
- --- libapache-mod-random-1.4/debian/changelog
+++ libapache-mod-random-1.4/debian/changelog
@@ -1,3 +1,13 @@
+libapache-mod-random (1.4-10ubuntu1) gutsy; urgency=low
+
+ * Merge from Debian unstable. Remaining Ubuntu changes:
+ - postinst, postrm, preinst, prerm: remove bashism by replacing let call
+ (Closes LP: #90933)
+ - debian/control: Change Maintainer/XSBC-Original-Maintainer field
+ - debian/control: Bumped the Standards-Version to 3.7.2
+
+ -- Kjell Braden <[EMAIL PROTECTED]> Fri, 4 May 2007 20:22:00 +0200
+
libapache-mod-random (1.4-10) unstable; urgency=low
* Added Czech, German, Spanish, French, Italian, Japanese and Swedish
diff -u libapache-mod-random-1.4/debian/postinst
libapache-mod-random-1.4/debian/postinst
- --- libapache-mod-random-1.4/debian/postinst
+++ libapache-mod-random-1.4/debian/postinst
@@ -16,7 +16,7 @@
# upgraded
db_get shared/apache-modules/counters/upgrade
COUNT="$RET"
- - let COUNT-- || true
+ COUNT=$(($COUNT-1)) || true
db_set shared/apache-modules/counters/upgrade "$COUNT"
if [ "$COUNT" -eq 0 ]
then
@@ -35,7 +35,7 @@
# newly installed
db_get shared/apache-modules/counters/install
COUNT="$RET"
- - let COUNT-- || true
+ COUNT=$(($COUNT-1)) || true
db_set shared/apache-modules/counters/install "$COUNT"
if [ "$COUNT" -eq 0 ]
then
-
- -----BEGIN PGP SIGNATURE-----
- Version: GnuPG v1.4.6 (GNU/Linux)
-
- iD8DBQFGO5a5X1tbg24Y08QRAuZSAJ9i/X74/rBMt6wpHJq9dUWAORUspgCeOFIz
- ZeXHMsbXCCqlyzk9Kt/yOTE=
- =H1MH
- -----END PGP SIGNATURE-----
** Description changed:
Debian changelog:
libapache-mod-random (1.4-10) unstable; urgency=low
* Added Czech, German, Spanish, French, Italian, Japanese and Swedish
translations of debconf templates
(closes: #404767, #364152, #368339, #387528, #400759, #403259)
* Fixed postinst to work regardless of what /bin/sh is (closes: #367940)
-- Paweł Więcek <[EMAIL PROTECTED]> Thu, 28 Dec 2006 22:08:46 +0100
Debdiff:
diff -u libapache-mod-random-1.4/debian/postrm
libapache-mod-random-1.4/debian/postrm
- - --- libapache-mod-random-1.4/debian/postrm
+ --- libapache-mod-random-1.4/debian/postrm
+++ libapache-mod-random-1.4/debian/postrm
@@ -12,7 +12,7 @@
remove)
db_get shared/apache-modules/counters/remove
COUNT="$RET"
- - - let COUNT-- || true
+ - let COUNT-- || true
+ COUNT=$(($COUNT-1)) || true
db_set shared/apache-modules/counters/remove "$COUNT"
if [ "$COUNT" -eq 0 ]
then
diff -u libapache-mod-random-1.4/debian/preinst
libapache-mod-random-1.4/debian/preinst
- - --- libapache-mod-random-1.4/debian/preinst
+ --- libapache-mod-random-1.4/debian/preinst
+++ libapache-mod-random-1.4/debian/preinst
@@ -20,7 +20,7 @@
:
else
# add this module to list & counter
- - - let COUNT++ || true
+ - let COUNT++ || true
+ COUNT=$(($COUNT+1)) || true
LIST="$LIST,$MODULE"
db_set shared/apache-modules/counters/install "$COUNT"
db_set shared/apache-modules/counters/install_list "$LIST"
@@ -51,7 +51,7 @@
:
else
# add this module to list & counter
- - - let COUNT++ || true
+ - let COUNT++ || true
+ COUNT=$(($COUNT+1)) || true
LIST="$LIST,$MODULE"
db_set shared/apache-modules/counters/upgrade "$COUNT"
db_set shared/apache-modules/counters/upgrade_list "$LIST"
diff -u libapache-mod-random-1.4/debian/control
libapache-mod-random-1.4/debian/control
- - --- libapache-mod-random-1.4/debian/control
+ --- libapache-mod-random-1.4/debian/control
+++ libapache-mod-random-1.4/debian/control
@@ -1,9 +1,10 @@
Source: libapache-mod-random
Section: web
Priority: optional
- - -Maintainer: Paweł Więcek <[EMAIL PROTECTED]>
+ -Maintainer: Paweł Więcek <[EMAIL PROTECTED]>
+Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
+XSBC-Original-Maintainer: Paweł Więcek <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.1.16), apache-dev (>= 1.3.34)
- - -Standards-Version: 3.6.2
+ -Standards-Version: 3.6.2
+Standards-Version: 3.7.2
Package: libapache-mod-random
Architecture: any
diff -u libapache-mod-random-1.4/debian/prerm
libapache-mod-random-1.4/debian/prerm
- - --- libapache-mod-random-1.4/debian/prerm
+ --- libapache-mod-random-1.4/debian/prerm
+++ libapache-mod-random-1.4/debian/prerm
@@ -20,7 +20,7 @@
:
else
# add this module to list & counter
- - - let COUNT++ || true
+ - let COUNT++ || true
+ COUNT=$(($COUNT+1)) || true
LIST="$LIST,$MODULE"
db_set shared/apache-modules/counters/remove "$COUNT"
db_set shared/apache-modules/counters/remove_list "$LIST"
diff -u libapache-mod-random-1.4/debian/changelog
libapache-mod-random-1.4/debian/changelog
- - --- libapache-mod-random-1.4/debian/changelog
+ --- libapache-mod-random-1.4/debian/changelog
+++ libapache-mod-random-1.4/debian/changelog
@@ -1,3 +1,13 @@
+libapache-mod-random (1.4-10ubuntu1) gutsy; urgency=low
+
+ * Merge from Debian unstable. Remaining Ubuntu changes:
+ - postinst, postrm, preinst, prerm: remove bashism by replacing let call
+ (Closes LP: #90933)
+ - debian/control: Change Maintainer/XSBC-Original-Maintainer field
+ - debian/control: Bumped the Standards-Version to 3.7.2
+
+ -- Kjell Braden <[EMAIL PROTECTED]> Fri, 4 May 2007 20:22:00 +0200
+
libapache-mod-random (1.4-10) unstable; urgency=low
* Added Czech, German, Spanish, French, Italian, Japanese and Swedish
diff -u libapache-mod-random-1.4/debian/postinst
libapache-mod-random-1.4/debian/postinst
- - --- libapache-mod-random-1.4/debian/postinst
+ --- libapache-mod-random-1.4/debian/postinst
+++ libapache-mod-random-1.4/debian/postinst
@@ -16,7 +16,7 @@
# upgraded
db_get shared/apache-modules/counters/upgrade
COUNT="$RET"
- - - let COUNT-- || true
+ - let COUNT-- || true
+ COUNT=$(($COUNT-1)) || true
db_set shared/apache-modules/counters/upgrade "$COUNT"
if [ "$COUNT" -eq 0 ]
then
@@ -35,7 +35,7 @@
# newly installed
db_get shared/apache-modules/counters/install
COUNT="$RET"
- - - let COUNT-- || true
+ - let COUNT-- || true
+ COUNT=$(($COUNT-1)) || true
db_set shared/apache-modules/counters/install "$COUNT"
if [ "$COUNT" -eq 0 ]
then
--
please sponsor merge libapache-mod-random 1.4-10 from debian
https://bugs.launchpad.net/bugs/112449
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs