tags 380728 patch tags 367088 patch thanks Hi,
I have prepared a patch which fixes the broken gconf schema handling (380728) and adds xterm to the Depends of apt-watch-gnome (367088). The patch is attached. Greetings Arjan
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.
+ * Urgency set to medium because this upload fixes an RC bug.
+ * Fix non-debianized 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)
+
+ -- Arjan Oosting <[EMAIL PROTECTED]> Thu, 3 Aug 2006 17:52:46 +0200
+
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}, ${misc:Depends}
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
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
@@ -77,7 +77,7 @@
$(CURDIR)/debian/apt-watch-gnome/etc/
mv $(CURDIR)/debian/apt-watch/usr/lib/bonobo/ \
$(CURDIR)/debian/apt-watch-gnome/usr/lib/
-
+
# Rename remaining files to "backend" package
mv $(CURDIR)/debian/apt-watch/* $(CURDIR)/debian/apt-watch-backend/
@@ -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
signature.asc
Description: Dit berichtdeel is digitaal ondertekend

