[med-svn] [Git][med-team/prank][master] 5 commits: Enable cross building
Andreas Tille
gitlab at salsa.debian.org
Sun May 27 15:08:03 BST 2018
Andreas Tille pushed to branch master at Debian Med / prank
Commits:
3284ffa1 by Andreas Tille at 2018-05-27T16:03:06+02:00
Enable cross building
- - - - -
ff8e6427 by Andreas Tille at 2018-05-27T16:03:24+02:00
debhelper 11
- - - - -
1735bdfb by Andreas Tille at 2018-05-27T16:03:27+02:00
Point Vcs fields to salsa.debian.org
- - - - -
c6f8d7d4 by Andreas Tille at 2018-05-27T16:03:27+02:00
Standards-Version: 4.1.4
- - - - -
cf7b8b4a by Andreas Tille at 2018-05-27T16:04:48+02:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/compat
- debian/control
- + debian/patches/cross.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,19 @@
-prank (0.0.170427+dfsg-2) UNRELEASED; urgency=medium
+prank (0.0.170427+dfsg-2) unstable; urgency=medium
+ [ Steffen Moeller ]
* Added references to registries.
* Added reference to paper shown in OMICtools
- -- Steffen Moeller <moeller at debian.org> Tue, 12 Sep 2017 16:33:31 +0200
+ [ Helmut Grohne ]
+ * Enable cross building
+ Closes: #900191
+
+ [ Andreas Tille ]
+ * debhelper 11
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.1.4
+
+ -- Andreas Tille <tille at debian.org> Sun, 27 May 2018 16:03:27 +0200
prank (0.0.170427+dfsg-1) unstable; urgency=medium
=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Uploaders: Manuel Prinz <manuel at debian.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 10)
-Standards-Version: 4.1.0
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/prank.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/prank.git
+Build-Depends: debhelper (>= 11~)
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/prank
+Vcs-Git: https://salsa.debian.org/med-team/prank.git
Homepage: http://wasabiapp.org/software/prank/
Package: prank
=====================================
debian/patches/cross.patch
=====================================
--- /dev/null
+++ b/debian/patches/cross.patch
@@ -0,0 +1,16 @@
+Author: Helmut Grohne <helmut at subdivi.de>
+Last-Update: Sun, 27 May 2018 14:25:23 +0200
+Bug-Debian: https://bugs.debian.org/900191
+Description: Enable cross building
+
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -10,7 +10,7 @@ DEFINES =
+ CFLAGS += -pipe -O3 $(DEFINES)
+ CXXFLAGS += -std=gnu++98 -pipe -O3 $(DEFINES)
+ INCPATH = -I. -I/usr/include
+-LINK = g++
++LINK = $(CXX)
+ #LFLAGS = -m64
+ LIBS = $(SUBLIBS)
+ AR = ar cqs
=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
hardening.patch
fix-gcc6.patch
+cross.patch
View it on GitLab: https://salsa.debian.org/med-team/prank/compare/5ec269c4de5bbc8988d28870a272fb1101522603...cf7b8b4a2c04031129710fb5dee9aba5503aec2e
--
View it on GitLab: https://salsa.debian.org/med-team/prank/compare/5ec269c4de5bbc8988d28870a272fb1101522603...cf7b8b4a2c04031129710fb5dee9aba5503aec2e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180527/762e2b6f/attachment-0001.html>
More information about the debian-med-commit
mailing list