[med-svn] r19485 - trunk/packages/rostlab/reprof/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Fri Jul 3 11:54:09 UTC 2015
Author: tille
Date: 2015-07-03 11:54:08 +0000 (Fri, 03 Jul 2015)
New Revision: 19485
Modified:
trunk/packages/rostlab/reprof/trunk/debian/changelog
trunk/packages/rostlab/reprof/trunk/debian/reprof.install
trunk/packages/rostlab/reprof/trunk/debian/rules
Log:
Fix install target and upload to unstable
Modified: trunk/packages/rostlab/reprof/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/reprof/trunk/debian/changelog 2015-07-03 11:30:36 UTC (rev 19484)
+++ trunk/packages/rostlab/reprof/trunk/debian/changelog 2015-07-03 11:54:08 UTC (rev 19485)
@@ -1,12 +1,14 @@
-reprof (1.0.1-2) UNRELEASED; urgency=low
+reprof (1.0.1-2) unstable; urgency=low
* Build-Depends: libmodule-build-perl
Closes: #789643
* cme fix dpkg-control
* Priority: optional
* debhelper 9
+ * d/rules: needs adapting dh_auto_install
+ * use --with autotools_dev in d/rules to enable building twice in a row
- -- Andreas Tille <tille at debian.org> Fri, 03 Jul 2015 09:39:05 +0200
+ -- Andreas Tille <tille at debian.org> Fri, 03 Jul 2015 13:35:31 +0200
reprof (1.0.1-1) unstable; urgency=low
Modified: trunk/packages/rostlab/reprof/trunk/debian/reprof.install
===================================================================
--- trunk/packages/rostlab/reprof/trunk/debian/reprof.install 2015-07-03 11:30:36 UTC (rev 19484)
+++ trunk/packages/rostlab/reprof/trunk/debian/reprof.install 2015-07-03 11:54:08 UTC (rev 19485)
@@ -1,3 +1,3 @@
-usr/bin/reprof
-usr/share/man/man1/reprof.1
+usr/bin
+usr/share/man/man1
usr/share/doc/reprof/examples
Modified: trunk/packages/rostlab/reprof/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/reprof/trunk/debian/rules 2015-07-03 11:30:36 UTC (rev 19484)
+++ trunk/packages/rostlab/reprof/trunk/debian/rules 2015-07-03 11:54:08 UTC (rev 19485)
@@ -5,8 +5,13 @@
export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with autotools_dev
-.PHONY: override_dh_compress
+override_dh_auto_install:
+ # The following will run: perl Build install
+ dh_auto_install
+ # But we also need this to get the correct script
+ DESTDIR=$(CURDIR)/debian/tmp make install
+
override_dh_compress:
dh_compress -Xexample.Q
More information about the debian-med-commit
mailing list