Author: twerner Date: 2010-05-07 22:19:59 +0000 (Fri, 07 May 2010) New Revision: 12337
Removed: trunk/ow-util-ant-tasks/debian/libow-util-ant-tasks-java.postinst trunk/ow-util-ant-tasks/debian/libow-util-ant-tasks-java.prerm Modified: trunk/ow-util-ant-tasks/debian/changelog trunk/ow-util-ant-tasks/debian/control trunk/ow-util-ant-tasks/debian/copyright Log: * Add Homepage and Vcs-* headers. * Update Standards-Version: 3.8.4. * Convert copyright file to UTF-8 encoding. * Remove empty maintainer scripts. Modified: trunk/ow-util-ant-tasks/debian/changelog =================================================================== --- trunk/ow-util-ant-tasks/debian/changelog 2010-05-07 22:14:56 UTC (rev 12336) +++ trunk/ow-util-ant-tasks/debian/changelog 2010-05-07 22:19:59 UTC (rev 12337) @@ -8,8 +8,12 @@ * Switch to source format 3.0. * Replace 'dh_clean -k' by 'dh_prep'. * Fix binary-arch and binary-indep targets. + * Add Homepage and Vcs-* headers. + * Update Standards-Version: 3.8.4. + * Convert copyright file to UTF-8 encoding. + * Remove empty maintainer scripts. - -- Torsten Werner <[email protected]> Sat, 08 May 2010 00:13:15 +0200 + -- Torsten Werner <[email protected]> Sat, 08 May 2010 00:18:30 +0200 ow-util-ant-tasks (1.3.2-2ubuntu1) karmic; urgency=low Modified: trunk/ow-util-ant-tasks/debian/control =================================================================== --- trunk/ow-util-ant-tasks/debian/control 2010-05-07 22:14:56 UTC (rev 12336) +++ trunk/ow-util-ant-tasks/debian/control 2010-05-07 22:19:59 UTC (rev 12337) @@ -5,7 +5,10 @@ Uploaders: Michael Koch <[email protected]> Build-Depends: debhelper (>= 7) Build-Depends-Indep: default-jdk, ant (>= 1.7), junit, libxalan2-java, libasm2-java -Standards-Version: 3.7.2 +Standards-Version: 3.8.4 +Homepage: http://forge.ow2.org/projects/monolog/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/ow-util-ant-tasks +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ow-util-ant-tasks/ Package: libow-util-ant-tasks-java Architecture: all Modified: trunk/ow-util-ant-tasks/debian/copyright =================================================================== --- trunk/ow-util-ant-tasks/debian/copyright 2010-05-07 22:14:56 UTC (rev 12336) +++ trunk/ow-util-ant-tasks/debian/copyright 2010-05-07 22:19:59 UTC (rev 12337) @@ -4,7 +4,7 @@ It was downloaded from http://forge.objectweb.org/project/showfiles.php?group_id=41 Copyright Holder: France Telecom Research and Development - S�bastien Chassande-Barrioz <[email protected]> + Sébastien Chassande-Barrioz <[email protected]> License: Deleted: trunk/ow-util-ant-tasks/debian/libow-util-ant-tasks-java.postinst =================================================================== --- trunk/ow-util-ant-tasks/debian/libow-util-ant-tasks-java.postinst 2010-05-07 22:14:56 UTC (rev 12336) +++ trunk/ow-util-ant-tasks/debian/libow-util-ant-tasks-java.postinst 2010-05-07 22:19:59 UTC (rev 12337) @@ -1,40 +0,0 @@ -#! /bin/sh -# postinst script for libowanttasks-java -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * <postinst> `configure' <most-recently-configured-version> -# * <old-postinst> `abort-upgrade' <new version> -# * <conflictor's-postinst> `abort-remove' `in-favour' <package> -# <new-version> -# * <deconfigured's-postinst> `abort-deconfigure' `in-favour' -# <failed-install-package> <version> `removing' -# <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package -# - -case "$1" in - configure) - - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 Deleted: trunk/ow-util-ant-tasks/debian/libow-util-ant-tasks-java.prerm =================================================================== --- trunk/ow-util-ant-tasks/debian/libow-util-ant-tasks-java.prerm 2010-05-07 22:14:56 UTC (rev 12336) +++ trunk/ow-util-ant-tasks/debian/libow-util-ant-tasks-java.prerm 2010-05-07 22:19:59 UTC (rev 12337) @@ -1,36 +0,0 @@ -#! /bin/sh -# prerm script for libowanttasks-java -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * <prerm> `remove' -# * <old-prerm> `upgrade' <new-version> -# * <new-prerm> `failed-upgrade' <old-version> -# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version> -# * <deconfigured's-prerm> `deconfigure' `in-favour' -# <package-being-installed> <version> `removing' -# <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - remove|upgrade|deconfigure) - ;; - failed-upgrade) - ;; - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0
_______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

