[med-svn] r16907 - in trunk/packages/genometools/trunk/debian: . patches
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Sat May 10 22:13:31 UTC 2014
Author: sascha-guest
Date: 2014-05-10 22:13:31 +0000 (Sat, 10 May 2014)
New Revision: 16907
Added:
trunk/packages/genometools/trunk/debian/patches/mips-64
Modified:
trunk/packages/genometools/trunk/debian/changelog
trunk/packages/genometools/trunk/debian/control
trunk/packages/genometools/trunk/debian/patches/series
Log:
address #747431 and some lintian warnings
Modified: trunk/packages/genometools/trunk/debian/changelog
===================================================================
--- trunk/packages/genometools/trunk/debian/changelog 2014-05-10 22:03:42 UTC (rev 16906)
+++ trunk/packages/genometools/trunk/debian/changelog 2014-05-10 22:13:31 UTC (rev 16907)
@@ -1,4 +1,4 @@
-genometools (1.5.1-3) UNRELEASED; urgency=low
+genometools (1.5.1-3) unstable; urgency=low
* debian/rules
- Add basic tests to check whether cairo/pango linking works
@@ -9,8 +9,10 @@
- Move libgenometools0 package into libs section
- Switch pango deps to new package
- Add ruby builddep, required for the testsuite
+ * Fix compilation on mips64/mips64el
+ Closes: #747431
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Wed, 06 Nov 2013 14:28:41 +0100
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Sat, 10 May 2014 22:28:41 +0000
genometools (1.5.1-2) unstable; urgency=low
Modified: trunk/packages/genometools/trunk/debian/control
===================================================================
--- trunk/packages/genometools/trunk/debian/control 2014-05-10 22:03:42 UTC (rev 16906)
+++ trunk/packages/genometools/trunk/debian/control 2014-05-10 22:13:31 UTC (rev 16907)
@@ -24,7 +24,7 @@
texlive-fonts-recommended,
python,
ruby
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/genometools/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/genometools/trunk/
Homepage: http://genometools.org
Added: trunk/packages/genometools/trunk/debian/patches/mips-64
===================================================================
--- trunk/packages/genometools/trunk/debian/patches/mips-64 (rev 0)
+++ trunk/packages/genometools/trunk/debian/patches/mips-64 2014-05-10 22:13:31 UTC (rev 16907)
@@ -0,0 +1,23 @@
+Description: Fix compilation on mips64.
+Author: Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de>
+--- a/Makefile
++++ b/Makefile
+@@ -371,13 +371,11 @@
+ endif
+
+ ifeq ($(m64),yes)
+- ifneq ($(MACHINE),ia64)
+- ifneq ($(MACHINE),alpha)
+- GT_CFLAGS += -m64
+- HMMER_CFLAGS += -m64
+- GT_LDFLAGS += -m64
+- SQLITE_CFLAGS += -m64
+- endif
++ ifeq (,$(filter $(MACHINE),ia64 alpha mips64 mips64el))
++ GT_CFLAGS += -m64
++ HMMER_CFLAGS += -m64
++ GT_LDFLAGS += -m64
++ SQLITE_CFLAGS += -m64
+ endif
+ endif
+
Modified: trunk/packages/genometools/trunk/debian/patches/series
===================================================================
--- trunk/packages/genometools/trunk/debian/patches/series 2014-05-10 22:03:42 UTC (rev 16906)
+++ trunk/packages/genometools/trunk/debian/patches/series 2014-05-10 22:13:31 UTC (rev 16907)
@@ -1,3 +1,4 @@
+mips-64
split_manuals
adding_soname
libbam-fix
More information about the debian-med-commit
mailing list