[med-svn] r17593 - trunk/packages/seqan/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Fri Aug 1 10:53:48 UTC 2014
Author: tille
Date: 2014-08-01 10:53:48 +0000 (Fri, 01 Aug 2014)
New Revision: 17593
Modified:
trunk/packages/seqan/trunk/debian/copyright
trunk/packages/seqan/trunk/debian/rules
trunk/packages/seqan/trunk/debian/watch
Log:
Exclude unused compressed JS code
Modified: trunk/packages/seqan/trunk/debian/copyright
===================================================================
--- trunk/packages/seqan/trunk/debian/copyright 2014-08-01 10:20:10 UTC (rev 17592)
+++ trunk/packages/seqan/trunk/debian/copyright 2014-08-01 10:53:48 UTC (rev 17593)
@@ -3,6 +3,9 @@
Hannes Röst <roest at imsb.biol.ethz.ch>
Upstream-Name: SeqAn
Source: http://packages.seqan.de/seqan-src/seqan-src-1.4.1.tar.gz
+Files-Excluded: util/py_lib/seqan/dddoc/tpl/js
+ util/py_lib/seqan/dddoc/tpl/panel
+ util/py_lib/seqan/dox/tpl/js
Files: *
Copyright: © 2007-2013
Modified: trunk/packages/seqan/trunk/debian/rules
===================================================================
--- trunk/packages/seqan/trunk/debian/rules 2014-08-01 10:20:10 UTC (rev 17592)
+++ trunk/packages/seqan/trunk/debian/rules 2014-08-01 10:53:48 UTC (rev 17593)
@@ -7,10 +7,10 @@
export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-fstack-protector *//')
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-DEB_BUILD_ARCH_BITS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_BITS)
-ifeq ($(DEB_BUILD_ARCH_BITS),32)
- CFLAGS=$(shell dpkg-buildflags --get CFLAGS | sed 's/-O[2-9]/-O1/')
- CXXFLAGS=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-O[2-9]/-O1/')
+
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+ export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS | sed 's/-O[1-9]//') -O0 -mxgot
endif
%:
@@ -76,5 +76,5 @@
endif
get-orig-source:
- uscan --verbose --force-download
+ uscan --verbose --force-download --repack --compress xz
Modified: trunk/packages/seqan/trunk/debian/watch
===================================================================
--- trunk/packages/seqan/trunk/debian/watch 2014-08-01 10:20:10 UTC (rev 17592)
+++ trunk/packages/seqan/trunk/debian/watch 2014-08-01 10:53:48 UTC (rev 17593)
@@ -1,2 +1,3 @@
version=3
-http://packages.seqan.de/ .*/seqan-src-([.\d]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+opts="uversionmangle=s/$/+dfsg/" \
+ http://packages.seqan.de/ .*/seqan-src-([.\d]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the debian-med-commit
mailing list