[med-svn] r3723 - trunk/packages/libace-perl/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Sun Aug 2 14:40:24 UTC 2009
Author: plessy
Date: 2009-08-02 14:40:23 +0000 (Sun, 02 Aug 2009)
New Revision: 3723
Modified:
trunk/packages/libace-perl/trunk/debian/changelog
trunk/packages/libace-perl/trunk/debian/rules
Log:
Solved duplication problem and updated.
Modified: trunk/packages/libace-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libace-perl/trunk/debian/changelog 2009-08-02 10:50:35 UTC (rev 3722)
+++ trunk/packages/libace-perl/trunk/debian/changelog 2009-08-02 14:40:23 UTC (rev 3723)
@@ -1,12 +1,11 @@
-libace-perl (1.92-2) UNRELEASED; urgency=low
+libace-perl (1.92-2) unstable; urgency=low
- TODO: correct dupplication ace/ace.pl in /usr/bin.
-
* debian/rules
- Replaced an echo command by the Perl equivalent in debian/rules
(Closes: #535390).
- Use dh clean and binary-arch, and created debian/docs and
debian/examples.
+ - Override dh_auto_install, that created duplicates.
* debian/control:
- Added links to the Subversion repository where libace-perl is.
- Incremented Standards-Version to reflect conformance with
@@ -17,7 +16,7 @@
machine-readable format.
* Added bibliographic information in BibTeX format in debian/reference.
- -- Charles Plessy <plessy at debian.org> Tue, 07 Jul 2009 09:32:15 +0900
+ -- Charles Plessy <plessy at debian.org> Sun, 02 Aug 2009 23:15:09 +0900
libace-perl (1.92-1) unstable; urgency=low
Modified: trunk/packages/libace-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libace-perl/trunk/debian/rules 2009-08-02 10:50:35 UTC (rev 3722)
+++ trunk/packages/libace-perl/trunk/debian/rules 2009-08-02 14:40:23 UTC (rev 3723)
@@ -78,5 +78,8 @@
binary-arch: build install
dh binary-arch
+override_dh_auto_install:
+# Do nothing (it installs ace.pl again).
+
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
More information about the debian-med-commit
mailing list