[med-svn] r15214 - trunk/packages/libtfbs-perl/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Nov 20 22:04:54 UTC 2013


Author: tille
Date: 2013-11-20 22:04:54 +0000 (Wed, 20 Nov 2013)
New Revision: 15214

Modified:
   trunk/packages/libtfbs-perl/trunk/debian/changelog
   trunk/packages/libtfbs-perl/trunk/debian/compat
   trunk/packages/libtfbs-perl/trunk/debian/control
   trunk/packages/libtfbs-perl/trunk/debian/copyright
   trunk/packages/libtfbs-perl/trunk/debian/rules
Log:
Mass commit for 0.5.svn.20100421-2


Modified: trunk/packages/libtfbs-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/changelog	2013-11-20 22:04:19 UTC (rev 15213)
+++ trunk/packages/libtfbs-perl/trunk/debian/changelog	2013-11-20 22:04:54 UTC (rev 15214)
@@ -1,11 +1,18 @@
-libtfbs-perl (0.5.svn.20100421-2) UNRELEASED; urgency=low
+libtfbs-perl (0.5.svn.20100421-2) unstable; urgency=low
 
   * debian/upstream:
      - Single Reference field instead of Reference-*
      - s/authors/author/
   * debian/source/format: 3.0 (quilt) 
+  * debian/control:
+     - cme fix dpkg-control
+     - debhelper 9
+     - canonical Vcs fields
+  * debian/copyright: DEP5
+  * debian/rules: hardening options
+  * debian/patches/hardening.patch: Enable building with -Wformat-security
 
- -- Andreas Tille <tille at debian.org>  Thu, 08 Mar 2012 14:32:07 +0100
+ -- Andreas Tille <tille at debian.org>  Sat, 16 Nov 2013 22:02:13 +0100
 
 libtfbs-perl (0.5.svn.20100421-1) unstable; urgency=low
 

Modified: trunk/packages/libtfbs-perl/trunk/debian/compat
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/compat	2013-11-20 22:04:19 UTC (rev 15213)
+++ trunk/packages/libtfbs-perl/trunk/debian/compat	2013-11-20 22:04:54 UTC (rev 15214)
@@ -1 +1 @@
-8
+9

Modified: trunk/packages/libtfbs-perl/trunk/debian/control
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/control	2013-11-20 22:04:19 UTC (rev 15213)
+++ trunk/packages/libtfbs-perl/trunk/debian/control	2013-11-20 22:04:54 UTC (rev 15214)
@@ -1,18 +1,30 @@
 Source: libtfbs-perl
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+           Charles Plessy <plessy at debian.org>,
+           Andreas Tille <tille at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), perl, pdl, bioperl, libwww-perl, libdbi-perl
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Steffen Moeller <moeller at debian.org>, Charles Plessy <plessy at debian.org>
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9),
+               perl,
+               pdl,
+               bioperl,
+               libwww-perl,
+               libdbi-perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libtfbs-perl/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libtfbs-perl/trunk/
 Homepage: http://tfbs.genereg.net
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libtfbs-perl/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libtfbs-perl/trunk/
 
 Package: libtfbs-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, pdl, bioperl, libwww-perl, libdbi-perl
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         pdl,
+         bioperl,
+         libwww-perl,
+         libdbi-perl
 Recommends: libgd-gd2-perl | libgd-gd2-noxpm-perl
 Description: scanning DNA sequence with a position weight matrix
  The TFBS perl modules comprise a set of routines to interact with the

Modified: trunk/packages/libtfbs-perl/trunk/debian/copyright
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/copyright	2013-11-20 22:04:19 UTC (rev 15213)
+++ trunk/packages/libtfbs-perl/trunk/debian/copyright	2013-11-20 22:04:54 UTC (rev 15214)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: http://www.ii.uib.no/svn/lenhard/TFBS/
 
 Files: *

Modified: trunk/packages/libtfbs-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/rules	2013-11-20 22:04:19 UTC (rev 15213)
+++ trunk/packages/libtfbs-perl/trunk/debian/rules	2013-11-20 22:04:54 UTC (rev 15214)
@@ -5,7 +5,6 @@
 
 # Allow disabling build optimisation by setting noopt in
 # $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 CFLAGS += -O0
 else
@@ -14,7 +13,7 @@
 
 override_dh_auto_configure:
 	echo "n" | perl Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH="" OTHERLDFLAGS="$(LDFLAGS)"
 
 # Do not run network test unless in maintainer mode.
 ifneq (1,$(DEB_MAINTAINER_MODE))




More information about the debian-med-commit mailing list