[med-svn] [augustus] 05/12: new Debian version

Sascha Steinbiss satta at debian.org
Sun Dec 11 11:07:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

satta pushed a commit to branch master
in repository augustus.

commit 953cde7176b5c01551554c3c006cf2fd720d792c
Author: Sascha Steinbiss <satta at debian.org>
Date:   Sun Dec 11 10:01:19 2016 +0000

    new Debian version
---
 debian/changelog                  |  7 +++++++
 debian/patches/buildflags.patch   | 18 +++++++-----------
 debian/patches/keep_cflags        |  2 +-
 debian/patches/search_config_path |  2 +-
 debian/patches/series             |  1 -
 5 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 934fa91..ba18f6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+augustus (3.2.3+dfsg-1) UNRELEASED; urgency=medium
+
+  * New upstream version.
+  * Refresh and drop patches.
+
+ -- Sascha Steinbiss <satta at debian.org>  Sun, 11 Dec 2016 09:27:52 +0000
+
 augustus (3.2.2+dfsg-2) unstable; urgency=medium
 
   * Update uploader email address.
diff --git a/debian/patches/buildflags.patch b/debian/patches/buildflags.patch
index b95c279..d035d2c 100644
--- a/debian/patches/buildflags.patch
+++ b/debian/patches/buildflags.patch
@@ -16,7 +16,7 @@ Author: Sascha Steinbiss <sascha at steinbiss.name>
  
 --- a/auxprogs/homGeneMapping/src/Makefile
 +++ b/auxprogs/homGeneMapping/src/Makefile
-@@ -8,7 +8,7 @@
+@@ -12,7 +12,7 @@
  # Notes: - "-Wno-sign-compare" eliminates a high number of warnings (see footnote below). Please adopt
  #          a strict signed-only usage strategy to avoid mistakes since we are not warned about this.
  #        - The order of object files in $(OBJS) IS IMPORTANT (see lldouble.hh)
@@ -24,23 +24,19 @@ Author: Sascha Steinbiss <sascha at steinbiss.name>
 +CPPFLAGS+=-Wall -Wno-sign-compare -ansi -pedantic -std=c++0x -pthread
  
  INCLS	= -I../include
- 
-@@ -25,10 +25,10 @@
- .SUFFIXES: .cc .o .so
- 
- .cc.o:
--	$(CC) -c $(CFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $< $(INCLS)
-+	$(CC) -c $(CPPFLAGS) $(CXXFLAGS) -o $@ $< $(INCLS)
+ LIBS	=
+@@ -39,7 +39,7 @@
+ 	$(CC) -c $(CFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $< $(INCLS)
  
  homGeneMapping: main.cc $(OBJS)
--	$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $^ $(INCLS)
-+	$(CC) $(CPPFLAGS) $(CXXFLAGS) -o $@ $^ $(INCLS) $(LDFLAGS)
+-	$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $^ $(INCLS)  $(LIBS)
++	$(CC) $(CFLAGS) $(CXXFLAGS) $(CPPFLAGS) -o $@ $^ $(INCLS)  $(LIBS)
  	cp homGeneMapping ../../../bin/homGeneMapping
  
  clean:
 --- a/src/Makefile
 +++ b/src/Makefile
-@@ -64,7 +64,7 @@
+@@ -68,7 +68,7 @@
  .SUFFIXES: .cc .o .so
  
  .cc.o:
diff --git a/debian/patches/keep_cflags b/debian/patches/keep_cflags
index 2ef6bec..7e0f813 100644
--- a/debian/patches/keep_cflags
+++ b/debian/patches/keep_cflags
@@ -2,7 +2,7 @@ Description: keep cflags file
 Author: Sascha Steinbiss <sascha at steinbiss.name>
 --- a/src/Makefile
 +++ b/src/Makefile
-@@ -110,7 +110,7 @@
+@@ -118,7 +118,7 @@
  	echo "$(CXXFLAGS)" > $(INFO)
  
  clean:
diff --git a/debian/patches/search_config_path b/debian/patches/search_config_path
index 3448895..65b915a 100644
--- a/debian/patches/search_config_path
+++ b/debian/patches/search_config_path
@@ -5,7 +5,7 @@ Description: use Debian config path
 Author: Sascha Steinbiss <sascha at steinbiss.name>
 --- a/src/properties.cc
 +++ b/src/properties.cc
-@@ -389,7 +389,8 @@
+@@ -394,7 +394,8 @@
  	if (dir){
  	    configPath = string(dir);
  	} else { // third priority: relative to the path of the executable
diff --git a/debian/patches/series b/debian/patches/series
index 79716c2..8e23e91 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,3 @@ search_config_path
 set_installdir
 keep_cflags
 buildflags.patch
-avoid_PATH_MAX.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/augustus.git



More information about the debian-med-commit mailing list