Author: tille
Date: 2015-11-25 16:36:06 +0000 (Wed, 25 Nov 2015)
New Revision: 20553

Modified:
   trunk/packages/qiime/trunk/debian/changelog
   trunk/packages/qiime/trunk/debian/control
   trunk/packages/qiime/trunk/debian/copyright
   trunk/packages/qiime/trunk/debian/rules
Log:
Enable building arch independent packages separately, upload to unstable


Modified: trunk/packages/qiime/trunk/debian/changelog
===================================================================
--- trunk/packages/qiime/trunk/debian/changelog 2015-11-25 16:35:02 UTC (rev 
20552)
+++ trunk/packages/qiime/trunk/debian/changelog 2015-11-25 16:36:06 UTC (rev 
20553)
@@ -1,4 +1,4 @@
-qiime (1.9.1+dfsg-1) UNRELEASED; urgency=medium
+qiime (1.9.1+dfsg-1) trusty; urgency=medium
 
   * Take over changes from BioLinux for new upstream version
   * adapt d/watch and get-orig-source target to new uscan
@@ -7,8 +7,12 @@
     any more
   * DEP5 fixes
   * Add lintian override for false positive about JS without source
+  * Enable building arch independent packages separately
+    Closes: #806101
+  * This upload also
+    Closes: #758987
 
- -- Andreas Tille <[email protected]>  Wed, 29 Jul 2015 14:31:20 +0200
+ -- Andreas Tille <[email protected]>  Wed, 25 Nov 2015 17:07:33 +0100
 
 qiime (1.9.1+dfsg-0ubuntu1) trusty; urgency=medium
 

Modified: trunk/packages/qiime/trunk/debian/control
===================================================================
--- trunk/packages/qiime/trunk/debian/control   2015-11-25 16:35:02 UTC (rev 
20552)
+++ trunk/packages/qiime/trunk/debian/control   2015-11-25 16:36:06 UTC (rev 
20553)
@@ -6,6 +6,7 @@
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
+               dh-python,
                python-all-dev (>= 2.7),
                python-qcli,
                python-cogent (>= 1.5.3),

Modified: trunk/packages/qiime/trunk/debian/copyright
===================================================================
--- trunk/packages/qiime/trunk/debian/copyright 2015-11-25 16:35:02 UTC (rev 
20552)
+++ trunk/packages/qiime/trunk/debian/copyright 2015-11-25 16:36:06 UTC (rev 
20553)
@@ -25,7 +25,7 @@
 
 Files: qiime/support_files/js/jquery.js
 Copyright: John Resig <jquery.com>
-License: GPL-2+ | MIT
+License: GPL-2+ or MIT
 Comment: Dual licensed under the MIT (MIT-LICENSE.txt)
  and GPL (GPL-LICENSE.txt) licenses.
 

Modified: trunk/packages/qiime/trunk/debian/rules
===================================================================
--- trunk/packages/qiime/trunk/debian/rules     2015-11-25 16:35:02 UTC (rev 
20552)
+++ trunk/packages/qiime/trunk/debian/rules     2015-11-25 16:36:06 UTC (rev 
20553)
@@ -52,8 +52,8 @@
 # Setup scripts go into /usr/lib/$(pkg)/shell
 # Default configuration goes into /etc/$(pkg)/default_qiime_config
 # ...see debian/*.install files
-override_dh_install:
-       dh_install
+override_dh_install-arch:
+       dh_install -a
        chmod a+x $(ROOTDIR)/usr/lib/qiime/bin/uclust || true
        chmod a+x $(ROOTDIR)/usr/lib/qiime/bin/usearch* || true
        chmod -R a+rX $(ROOTDIR)/usr/lib/qiime/shell || true


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to