r16498 - in /packages/unstable/update-notifier/debian: changelog control control.in patches/07_improve_readme.diff update-notifier.cron.daily

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Wed Jul 9 07:11:42 UTC 2008


Author: alanbach-guest
Date: Wed Jul  9 07:11:41 2008
New Revision: 16498

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16498
Log:
* Bump standards version to 3.8.0, no extra change is needed
* Updated 07_improve_readme.diff to fix examples reference
* Fixed wrong executable check in update-notifier.cron.daily example
  script. Closes: #489954.

Modified:
    packages/unstable/update-notifier/debian/changelog
    packages/unstable/update-notifier/debian/control
    packages/unstable/update-notifier/debian/control.in
    packages/unstable/update-notifier/debian/patches/07_improve_readme.diff
    packages/unstable/update-notifier/debian/update-notifier.cron.daily

Modified: packages/unstable/update-notifier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/changelog?rev=16498&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/changelog (original)
+++ packages/unstable/update-notifier/debian/changelog Wed Jul  9 07:11:41 2008
@@ -1,11 +1,18 @@
 update-notifier (0.70.7.debian-3) unstable; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * debian/control.in:
     - update-notifier-common replaces update-manager, as it's
       now shipping /etc/apt/apt.conf.d/10periodic.
     - Remove Conflicts in update-notifier-common, they are not needed.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 08 Jul 2008 18:07:52 +0200
+  [ Alan Baghumian ]
+  * Bump standards version to 3.8.0, no extra change is needed
+  * Updated 07_improve_readme.diff to fix examples reference 
+  * Fixed wrong executable check in update-notifier.cron.daily example
+    script. Closes: #489954.
+
+ -- Alan Baghumian <alan at technotux.org>  Wed, 09 Jul 2008 09:05:22 +0200
 
 update-notifier (0.70.7.debian-2) unstable; urgency=low
 

Modified: packages/unstable/update-notifier/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/control?rev=16498&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/control (original)
+++ packages/unstable/update-notifier/debian/control Wed Jul  9 07:11:41 2008
@@ -18,7 +18,7 @@
                sng
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/update-notifier/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/?op=log
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: update-notifier
 Architecture: any

Modified: packages/unstable/update-notifier/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/control.in?rev=16498&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/control.in (original)
+++ packages/unstable/update-notifier/debian/control.in Wed Jul  9 07:11:41 2008
@@ -18,7 +18,7 @@
                sng
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/update-notifier/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/?op=log
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: update-notifier
 Architecture: any

Modified: packages/unstable/update-notifier/debian/patches/07_improve_readme.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/patches/07_improve_readme.diff?rev=16498&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/patches/07_improve_readme.diff (original)
+++ packages/unstable/update-notifier/debian/patches/07_improve_readme.diff Wed Jul  9 07:11:41 2008
@@ -13,7 +13,7 @@
 +setup the daily cron job provided by the apt package.
 +
 +Also, you can either install cron-apt or use the cron job provided at
-+/usr/share/doc/upgrade-notifier/examples/upgrade-notifier.cron.daily
++/usr/share/doc/update-notifier/examples/update-notifier.cron.daily
 +
 +It uses FAM or GAMIN to monitor /var/lib/apt/lists/* and
  /var/lib/update-notifier/dpkg-run-stamp. If they change it updates

Modified: packages/unstable/update-notifier/debian/update-notifier.cron.daily
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-notifier/debian/update-notifier.cron.daily?rev=16498&op=diff
==============================================================================
--- packages/unstable/update-notifier/debian/update-notifier.cron.daily (original)
+++ packages/unstable/update-notifier/debian/update-notifier.cron.daily Wed Jul  9 07:11:41 2008
@@ -4,7 +4,7 @@
 
 set -e
 
-if [ -x /usr/bin/upgrade-notifier ]; then
+if [ -x /usr/bin/update-notifier ]; then
     if /usr/bin/apt-get update 2>&1 >/dev/null; then
 	dbus-send --system / app.apt.dbus.updated boolean:true
 	#touch /var/lib/apt/lists/update-stamp




More information about the pkg-gnome-commits mailing list