[med-svn] r18842 - trunk/packages/seqan/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sun Feb 22 17:03:49 UTC 2015
Author: tille
Date: 2015-02-22 17:03:48 +0000 (Sun, 22 Feb 2015)
New Revision: 18842
Modified:
trunk/packages/seqan/trunk/debian/changelog
trunk/packages/seqan/trunk/debian/rules
Log:
disable doc creation which works differently than in previous versions
Modified: trunk/packages/seqan/trunk/debian/changelog
===================================================================
--- trunk/packages/seqan/trunk/debian/changelog 2015-02-22 16:56:00 UTC (rev 18841)
+++ trunk/packages/seqan/trunk/debian/changelog 2015-02-22 17:03:48 UTC (rev 18842)
@@ -2,6 +2,8 @@
* New upstream version
* cme fix dpkg-control
+ * moved debian/upstream to debian/upstream/metadata
+ * disable doc creation which works differently than in previous versions
-- Andreas Tille <tille at debian.org> Sun, 22 Feb 2015 10:07:40 +0100
Modified: trunk/packages/seqan/trunk/debian/rules
===================================================================
--- trunk/packages/seqan/trunk/debian/rules 2015-02-22 16:56:00 UTC (rev 18841)
+++ trunk/packages/seqan/trunk/debian/rules 2015-02-22 17:03:48 UTC (rev 18842)
@@ -20,7 +20,7 @@
override_dh_auto_build:
dh_auto_build
- cd obj-$(DEB_BUILD_GNU_TYPE); make docs
+ # cd obj-$(DEB_BUILD_GNU_TYPE); make docs
override_dh_install:
dh_install
More information about the debian-med-commit
mailing list