[med-svn] r21282 - in trunk/packages/gdpc/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Sun Jan 24 20:57:29 UTC 2016


Author: tille
Date: 2016-01-24 20:57:29 +0000 (Sun, 24 Jan 2016)
New Revision: 21282

Added:
   trunk/packages/gdpc/trunk/debian/patches/hardening.patch
Modified:
   trunk/packages/gdpc/trunk/debian/changelog
   trunk/packages/gdpc/trunk/debian/control
   trunk/packages/gdpc/trunk/debian/copyright
   trunk/packages/gdpc/trunk/debian/patches/series
Log:
Hardening and upload to unstable


Modified: trunk/packages/gdpc/trunk/debian/changelog
===================================================================
--- trunk/packages/gdpc/trunk/debian/changelog	2016-01-24 20:43:05 UTC (rev 21281)
+++ trunk/packages/gdpc/trunk/debian/changelog	2016-01-24 20:57:29 UTC (rev 21282)
@@ -1,10 +1,12 @@
-gdpc (2.2.5-4) UNRELEASED; urgency=medium
+gdpc (2.2.5-4) unstable; urgency=medium
 
   * Remove menu file
   * cme fix dpkg-control
   * Remove outdated d/README.source
+  * DEP5 fix
+  * Propagate hardening options
 
- -- Andreas Tille <tille at debian.org>  Sun, 24 Jan 2016 21:40:52 +0100
+ -- Andreas Tille <tille at debian.org>  Sun, 24 Jan 2016 21:44:53 +0100
 
 gdpc (2.2.5-3) unstable; urgency=low
 

Modified: trunk/packages/gdpc/trunk/debian/control
===================================================================
--- trunk/packages/gdpc/trunk/debian/control	2016-01-24 20:43:05 UTC (rev 21281)
+++ trunk/packages/gdpc/trunk/debian/control	2016-01-24 20:57:29 UTC (rev 21282)
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 9),
                libgtk2.0-dev
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/gdpc/trunk/
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/gdpc/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/gdpc/trunk/
 Homepage: http://www.frantz.fi/software/gdpc.php
 

Modified: trunk/packages/gdpc/trunk/debian/copyright
===================================================================
--- trunk/packages/gdpc/trunk/debian/copyright	2016-01-24 20:43:05 UTC (rev 21281)
+++ trunk/packages/gdpc/trunk/debian/copyright	2016-01-24 20:57:29 UTC (rev 21282)
@@ -4,14 +4,14 @@
 
 Files: *
 Copyright: © 1999-2009 Jonas Frantz <jonas.frantz at welho.com>
-License: GPL2+
+License: GPL-2+
 
 Files: debian/*
 Copyright: © 2005-2008 Oliveira <naoliv at gmail.com>
-           © 2009-2013 Andreas Tille <tille at debian.org>
-License: GPL2+
+           © 2009-2016 Andreas Tille <tille at debian.org>
+License: GPL-2+
 
-License: GPL2+
+License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or

Added: trunk/packages/gdpc/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/gdpc/trunk/debian/patches/hardening.patch	                        (rev 0)
+++ trunk/packages/gdpc/trunk/debian/patches/hardening.patch	2016-01-24 20:57:29 UTC (rev 21282)
@@ -0,0 +1,15 @@
+Description: Propagate hardening options
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 24 Jan 2016 21:44:53 +0100
+
+--- a/Makefile
++++ b/Makefile
+@@ -7,7 +7,7 @@ bindir ?= /usr/bin
+ 	$(CC) -c $(COPTIONS) $(FLAGS) $(CPPFLAGS) $<
+ 
+ gdpc: main.o colors.o sort.o drawatoms.o readinput.o init.o rotate.o setup.o Makefile
+-	$(CC) $(COPTIONS) $(CFLAGS) -o gdpc main.o colors.o drawatoms.o init.o sort.o rotate.o setup.o readinput.o $(LIBS)
++	$(CC) $(COPTIONS) $(CFLAGS) -o gdpc main.o colors.o drawatoms.o init.o sort.o rotate.o setup.o readinput.o $(LIBS) $(LDFLAGS)
+ 
+ main.o: main.c parameters.h
+ 

Modified: trunk/packages/gdpc/trunk/debian/patches/series
===================================================================
--- trunk/packages/gdpc/trunk/debian/patches/series	2016-01-24 20:43:05 UTC (rev 21281)
+++ trunk/packages/gdpc/trunk/debian/patches/series	2016-01-24 20:57:29 UTC (rev 21282)
@@ -1,3 +1,4 @@
 20_Makefile_options.patch
 30_gdk_enable_deprecated.patch
 40_fix_gcc4.8_build.patch
+hardening.patch




More information about the debian-med-commit mailing list