r17785 - in /packages/unstable/update-notifier/debian: README.reboot-required.Debian changelog control

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Nov 28 19:52:13 UTC 2008


Author: lool
Date: Fri Nov 28 19:52:13 2008
New Revision: 17785

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17785
Log:
Use lt-nl instead of lt in README.reboot-required.Debian for robustness.

Modified:
    packages/unstable/update-notifier/debian/README.reboot-required.Debian
    packages/unstable/update-notifier/debian/changelog
    packages/unstable/update-notifier/debian/control

Modified: packages/unstable/update-notifier/debian/README.reboot-required.Debian
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/README.reboot-required.Debian?rev=17785&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/README.reboot-required.Debian (original)
+++ packages/unstable/update-notifier/debian/README.reboot-required.Debian Fri Nov 28 19:52:13 2008
@@ -64,7 +64,7 @@
 -----------------------------------------------------------------------
 # a reboot is needed to make XYZ work. Flag  using notify-reboot-required. 
 # cannot do this on postinst because of XYZ.
-if dpkg --compare-versions "$PREV_VER" lt "SOME_VERSION_HERE" \
+if dpkg --compare-versions "$PREV_VER" lt-nl "SOME_VERSION_HERE" \
  && [ -x /usr/share/update-notifier/notify-reboot-required ]; then
          /usr/share/update-notifier/notify-reboot-required
          fi

Modified: packages/unstable/update-notifier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/changelog?rev=17785&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/changelog (original)
+++ packages/unstable/update-notifier/debian/changelog Fri Nov 28 19:52:13 2008
@@ -1,3 +1,9 @@
+update-notifier (0.70.7.debian-6) UNRELEASED; urgency=low
+
+  * Use lt-nl instead of lt in README.reboot-required.Debian for robustness.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 28 Nov 2008 20:51:42 +0100
+
 update-notifier (0.70.7.debian-5) unstable; urgency=low
 
   [ Hideki Yamane ]

Modified: packages/unstable/update-notifier/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/control?rev=17785&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/control (original)
+++ packages/unstable/update-notifier/debian/control Fri Nov 28 19:52:13 2008
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Alan Baghumain <alan at technotux.org>, Emilio Pozuelo Monfort <pochu at ubuntu.com>, Gustavo Noronha Silva <kov at debian.org>, Josselin Mouette <joss at debian.org>
+Uploaders: Alan Baghumain <alan at technotux.org>, Emilio Pozuelo Monfort <pochu at ubuntu.com>, Gustavo Noronha Silva <kov at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
 Build-Depends: cdbs,
                debhelper (>= 5.0.51~),
                gnome-pkg-tools (>= 0.12.3),




More information about the pkg-gnome-commits mailing list