diff -Nru libept-1.0.6~exp1/debian/changelog libept-1.0.6~exp1ubuntu1/debian/changelog --- libept-1.0.6~exp1/debian/changelog 2012-01-24 13:31:50.000000000 +0000 +++ libept-1.0.6~exp1ubuntu1/debian/changelog 2012-02-13 15:00:49.000000000 +0000 @@ -1,3 +1,12 @@ +libept (1.0.6~exp1ubuntu1) precise; urgency=low + + * Use maintscript support in dh_installdeb rather than writing out + dpkg-maintscript-helper commands by hand. We now simply Pre-Depend on a + new enough version of dpkg rather than using 'dpkg-maintscript-helper + supports' guards, leading to more predictable behaviour on upgrades. + + -- Colin Watson Mon, 13 Feb 2012 15:00:48 +0000 + libept (1.0.6~exp1) experimental; urgency=low * build against libapt in experimental diff -Nru libept-1.0.6~exp1/debian/control libept-1.0.6~exp1ubuntu1/debian/control --- libept-1.0.6~exp1/debian/control 2012-01-24 13:31:50.000000000 +0000 +++ libept-1.0.6~exp1ubuntu1/debian/control 2012-02-13 15:00:47.000000000 +0000 @@ -1,9 +1,10 @@ Source: libept Section: libdevel Priority: important -Maintainer: Enrico Zini +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Enrico Zini Uploaders: Petr Rockai -Build-Depends: cdbs, debhelper (>> 5), dh-buildinfo, doxygen, libapt-pkg-dev (>= 0.6.46.1), libwibble-dev (>= 0.1.23), libwibble-dev (<< 0.2), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), pkg-config, libxapian-dev (>= 1.0.5), cmake (>= 2.6) +Build-Depends: cdbs, debhelper (>= 8.1.0~), dh-buildinfo, doxygen, libapt-pkg-dev (>= 0.6.46.1), libwibble-dev (>= 0.1.23), libwibble-dev (<< 0.2), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), pkg-config, libxapian-dev (>= 1.0.5), cmake (>= 2.6) Standards-Version: 3.9.0.0 Vcs-Git: git://git.debian.org/git/debtags/libept.git Vcs-Browser: http://git.debian.org/?p=debtags/libept.git @@ -47,6 +48,7 @@ Package: ept-cache Architecture: all Section: misc +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, apt-xapian-index (>= 0.30) Recommends: debtags Description: Obsolete commandline tool to search the package archive diff -Nru libept-1.0.6~exp1/debian/ept-cache.maintscript libept-1.0.6~exp1ubuntu1/debian/ept-cache.maintscript --- libept-1.0.6~exp1/debian/ept-cache.maintscript 1970-01-01 00:00:00.000000000 +0000 +++ libept-1.0.6~exp1ubuntu1/debian/ept-cache.maintscript 2012-02-13 14:59:10.000000000 +0000 @@ -0,0 +1 @@ +rm_conffile /etc/cron.weekly/ept-cache 1.0.1 diff -Nru libept-1.0.6~exp1/debian/ept-cache.postinst libept-1.0.6~exp1ubuntu1/debian/ept-cache.postinst --- libept-1.0.6~exp1/debian/ept-cache.postinst 2012-01-24 13:03:06.000000000 +0000 +++ libept-1.0.6~exp1ubuntu1/debian/ept-cache.postinst 2012-02-13 15:00:05.000000000 +0000 @@ -9,9 +9,4 @@ fi fi -# FIXME: remove test when we are not interested in lenny anymore -if test -x /usr/bin/dpkg-maintscript-helper && dpkg-maintscript-helper supports rm_conffile; then - dpkg-maintscript-helper rm_conffile /etc/cron.weekly/ept-cache 1.0.1 -- "$@" -fi - #DEBHELPER# diff -Nru libept-1.0.6~exp1/debian/ept-cache.postrm libept-1.0.6~exp1ubuntu1/debian/ept-cache.postrm --- libept-1.0.6~exp1/debian/ept-cache.postrm 2012-01-24 13:03:06.000000000 +0000 +++ libept-1.0.6~exp1ubuntu1/debian/ept-cache.postrm 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -# FIXME: remove test when we are not interested in lenny anymore -if test -x /usr/bin/dpkg-maintscript-helper && dpkg-maintscript-helper supports rm_conffile; then - dpkg-maintscript-helper rm_conffile /etc/cron.weekly/ept-cache 1.0.1 -- "$@" -fi - -#DEBHELPER# diff -Nru libept-1.0.6~exp1/debian/ept-cache.preinst libept-1.0.6~exp1ubuntu1/debian/ept-cache.preinst --- libept-1.0.6~exp1/debian/ept-cache.preinst 2012-01-24 13:03:06.000000000 +0000 +++ libept-1.0.6~exp1ubuntu1/debian/ept-cache.preinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -# FIXME: remove test when we are not interested in lenny anymore -if test -x /usr/bin/dpkg-maintscript-helper && dpkg-maintscript-helper supports rm_conffile; then - dpkg-maintscript-helper rm_conffile /etc/cron.weekly/ept-cache 1.0.1 -- "$@" -fi - -#DEBHELPER# diff -Nru libept-1.0.6~exp1/debian/ept-cache.prerm libept-1.0.6~exp1ubuntu1/debian/ept-cache.prerm --- libept-1.0.6~exp1/debian/ept-cache.prerm 2012-01-24 13:03:06.000000000 +0000 +++ libept-1.0.6~exp1ubuntu1/debian/ept-cache.prerm 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -#!/bin/sh - -set -e - -# FIXME: remove test when we are not interested in lenny anymore -if test -x /usr/bin/dpkg-maintscript-helper && dpkg-maintscript-helper supports rm_conffile; then - dpkg-maintscript-helper rm_conffile /etc/cron.weekly/ept-cache 1.0.1 -- "$@" -fi - -#DEBHELPER#