r36168 - in /desktop/experimental/d-conf/debian: changelog control.in dconf-tools.maintscript
smcv at users.alioth.debian.org
smcv at users.alioth.debian.org
Wed Oct 24 15:44:03 UTC 2012
Author: smcv
Date: Wed Oct 24 15:44:03 2012
New Revision: 36168
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36168
Log:
Use dpkg-maintscript-helper to clean up the obsolete bash completion file
We might as well reduce divergence by copying the threshold version from
Ubuntu, since it's newer than Debian's oldest version without this change,
and older than our oldest version with it.
Added:
desktop/experimental/d-conf/debian/dconf-tools.maintscript
Modified:
desktop/experimental/d-conf/debian/changelog
desktop/experimental/d-conf/debian/control.in
Modified: desktop/experimental/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/changelog?rev=36168&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/changelog [utf-8] (original)
+++ desktop/experimental/d-conf/debian/changelog [utf-8] Wed Oct 24 15:44:03 2012
@@ -1,5 +1,6 @@
d-conf (0.14.0-1) UNRELEASED; urgency=low
+ [ Emilio Pozuelo Monfort ]
* New upstream release.
+ debian/control.in:
- Update build dependencies.
@@ -16,6 +17,9 @@
debian/dconf-tools.install:
- Install the manpages and translations.
+ [ Simon McVittie ]
+ * Use dpkg-maintscript-helper to clean up the obsolete bash completion file
+
-- Emilio Pozuelo Monfort <pochu at debian.org> Tue, 23 Oct 2012 13:58:37 +0200
d-conf (0.12.1-2) unstable; urgency=low
Modified: desktop/experimental/d-conf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/control.in?rev=36168&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/control.in [utf-8] (original)
+++ desktop/experimental/d-conf/debian/control.in [utf-8] Wed Oct 24 15:44:03 2012
@@ -113,6 +113,7 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
Conflicts: dconf
Description: simple configuration storage system - utilities
DConf is a low-level key/value database designed for storing desktop
Added: desktop/experimental/d-conf/debian/dconf-tools.maintscript
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/dconf-tools.maintscript?rev=36168&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/dconf-tools.maintscript (added)
+++ desktop/experimental/d-conf/debian/dconf-tools.maintscript [utf-8] Wed Oct 24 15:44:03 2012
@@ -1,0 +1,1 @@
+rm_conffile /etc/bash_completion.d/dconf-bash-completion.sh 0.13.5-0ubuntu1 dconf-tools
More information about the pkg-gnome-commits
mailing list