[tcl-signal] 01/01: Push to newest standards (3.9.5) and dh (9) and solve lintian warnings

Ole Streicher olebole-guest at moszumanska.debian.org
Mon Apr 14 12:08:36 UTC 2014


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

olebole-guest pushed a commit to branch debian
in repository tcl-signal.

commit 935ef952964a5d74aa2b94d1aff49c0b8ba977bf
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Apr 14 14:05:09 2014 +0200

    Push to newest standards (3.9.5) and dh (9) and solve lintian warnings
---
 debian/changelog                      |  6 ++++++
 debian/compat                         |  2 +-
 debian/control                        |  8 ++++----
 debian/patches/propagate_cflags.patch | 19 +++++++++++++++++++
 debian/patches/series                 |  1 +
 5 files changed, 31 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d83c8a9..3646439 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tcl-signal (1.4-2) unstable; urgency=low
+
+  * Push to newest standards (3.9.5) and dh (9) and solve lintian warnings
+
+ -- Ole Streicher <debian at liska.ath.cx>  Mon, 14 Apr 2014 13:16:46 +0200
+
 tcl-signal (1.4-1) unstable; urgency=low
 
   * Initial release. (Closes: #655650)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 87f86e2..d3f2456 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: tcl-signal
 Section: interpreters
 Priority: optional
 Maintainer: Ole Streicher <debian at liska.ath.cx>
-Build-Depends: debhelper (>= 7.5.0), tcl-dev, dh-autoreconf
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9), tcl-dev, dh-autoreconf
+Standards-Version: 3.9.5
 Homepage: http://www.nyx.net/~mschwart/signal_ext.html
-Vcs-Git: git://git.debian.org/git/debian-science/packages/tcl-signal.git
-Vcs-Browser: http://git.debian.org/?p=debian-science/packages/tcl-signal.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/tcl-signal.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/tcl-signal.git
 
 Package: tcl-signal
 Architecture: any
diff --git a/debian/patches/propagate_cflags.patch b/debian/patches/propagate_cflags.patch
new file mode 100644
index 0000000..9b4e41a
--- /dev/null
+++ b/debian/patches/propagate_cflags.patch
@@ -0,0 +1,19 @@
+Author: Ole Streicher <debian at liska.ath.cx>
+Description: Propagate CFLAGS and CPPFLAGS from Debian
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -1,11 +1,10 @@
+-CC=@TCL_CC@
+ #  Tilman Kranz; Sun Oct 19 23:21:35 CEST 2003: added Tcl include directives
+-CFLAGS=-I/usr/include @TCL_DEFS@ @TCL_SHLIB_CFLAGS@ -I at TCL_PREFIX@/include @TCL_INCLUDE_SPEC@ 
++CFLAGS+=-I/usr/include @TCL_DEFS@ @TCL_SHLIB_CFLAGS@ -I at TCL_PREFIX@/include @TCL_INCLUDE_SPEC@
+ LD=@TCL_SHLIB_LD@
+ INSTDIR=${DESTDIR}@TCL_EXEC_PREFIX@/lib/tcltk/signal
+ signal at TCL_SHLIB_SUFFIX@: signal_ext.c
+-	$(CC) $(CFLAGS) -c signal_ext.c 
+-	$(LD) signal_ext.o -o signal at TCL_SHLIB_SUFFIX@ @TCL_LIB_SPEC@ @TCL_LIBS@
++	$(CC) $(CPPFLAGS) $(CFLAGS) -c signal_ext.c
++	$(LD) $(LDFLAGS) signal_ext.o -o signal at TCL_SHLIB_SUFFIX@ @TCL_LIB_SPEC@ @TCL_LIBS@
+ 	-rm -f signal_ext.o
+ install:
+ 	-mkdir -p ${INSTDIR}
diff --git a/debian/patches/series b/debian/patches/series
index be68ac7..0568623 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-install-path.patch
 update_examples.patch
+propagate_cflags.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/tcl-signal.git



More information about the debian-science-commits mailing list