Tags 380728 + pending
Tags 367088 + pending
Thanks
Hi!
I have prepared a package that fixes these bugs, and I intend to upload it
today.
I basically do the same that was included in Arjan's patch, only that I
actually do add the xterm dependency, and that the {misc:Depends} is in
the apt-watch-gnome packages, that is the one that includes the gconf
schemas.
I'm attaching the full interdiff output for this fix.
--
Love
Marga.
diff -u apt-watch-0.3.2/debian/changelog apt-watch-0.3.2/debian/changelog
--- apt-watch-0.3.2/debian/changelog
+++ apt-watch-0.3.2/debian/changelog
@@ -1,3 +1,15 @@
+apt-watch (0.3.2-7.1) unstable; urgency=medium
+
+ * Non-maintainer upload to fix wrong handling of GConf schemas and lack of
+ dependency on xterm. Thanks to Arjan Oosting for the patches.
+ * Fixed incorrect GConf use. (Closes: #380728)
+ - debian/rules: fix call dh_gconf to work on apt-watch-gnome.
+ - debian/control: add ${misc:Depends} to Depends and bump the build
+ depency on debhelper to 4.9.8.1.
+ * debian/control: Add missing xterm dependency. (Closes: #367088)
+
+ -- Margarita Manterola <[EMAIL PROTECTED]> Wed, 9 Aug 2006 09:50:26 -0300
+
apt-watch (0.3.2-7) unstable; urgency=low
* apt-watch-gnome and apt-watch-backend are now marked as
diff -u apt-watch-0.3.2/debian/control apt-watch-0.3.2/debian/control
--- apt-watch-0.3.2/debian/control
+++ apt-watch-0.3.2/debian/control
@@ -2,12 +2,12 @@
Section: admin
Priority: optional
Maintainer: John Lightsey <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libpam0g-dev | libpam-dev, libfam-dev,
libpanel-applet2-dev, libapt-pkg-dev
+Build-Depends: debhelper (>= 4.9.8.1), libpam0g-dev | libpam-dev, libfam-dev,
libpanel-applet2-dev, libapt-pkg-dev
Standards-Version: 3.7.2.0
Package: apt-watch-backend
Architecture: any
-Depends: apt-watch-interface, ${shlibs:Depends}
+Depends: apt-watch-interface, ${shlibs:Depends}, xterm
Replaces: apt-watch (<< 0.3.2-6)
Description: Applet that monitors apt sources for upgrades (backend slave)
apt-watch is an applet that will inform you when upgrades are
@@ -19,7 +19,7 @@
Package: apt-watch-gnome
Architecture: any
-Depends: apt-watch-backend, ${shlibs:Depends}
+Depends: apt-watch-backend, ${shlibs:Depends}, ${misc:Depends}
Replaces: apt-watch (<< 0.3.2-6)
Provides: apt-watch-interface
Recommends: synaptic | aptitude
diff -u apt-watch-0.3.2/debian/rules apt-watch-0.3.2/debian/rules
--- apt-watch-0.3.2/debian/rules
+++ apt-watch-0.3.2/debian/rules
@@ -93,7 +93,7 @@
dh_installchangelogs
dh_installdocs
dh_installpam
- dh_gconf -papt-watch
+ dh_gconf -papt-watch-gnome
dh_strip
dh_compress
dh_fixperms -Xapt-watch