[med-svn] r15201 - trunk/packages/biococoa/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Nov 20 21:57:41 UTC 2013


Author: tille
Date: 2013-11-20 21:57:41 +0000 (Wed, 20 Nov 2013)
New Revision: 15201

Modified:
   trunk/packages/biococoa/trunk/debian/changelog
   trunk/packages/biococoa/trunk/debian/compat
   trunk/packages/biococoa/trunk/debian/control
   trunk/packages/biococoa/trunk/debian/rules
Log:
Mass commit for 2.2.2-2


Modified: trunk/packages/biococoa/trunk/debian/changelog
===================================================================
--- trunk/packages/biococoa/trunk/debian/changelog	2013-11-20 21:57:15 UTC (rev 15200)
+++ trunk/packages/biococoa/trunk/debian/changelog	2013-11-20 21:57:41 UTC (rev 15201)
@@ -1,15 +1,17 @@
-biococoa (2.2.2-2) UNRELEASED; urgency=low
+biococoa (2.2.2-2) unstable; urgency=low
 
   [ Andreas Tille ]
   * Fixed watch file to not report demos.
-  * Standards-Version: 3.9.2
-  * Debhelper 8 (control+compat)
-  * Fixed Vcs fields
+  * debian/control:
+     - cme fix dpkg-control
+     - Debhelper 9
+     - canonical Vcs fields
+     - add missing Build-Depends: gnustep-make
 
   [ Thorsten Alteholz ]
   * debian/rules: target get-orig-source added
 
- -- Andreas Tille <tille at debian.org>  Thu, 20 Oct 2011 10:12:52 +0200
+ -- Andreas Tille <tille at debian.org>  Mon, 11 Nov 2013 15:12:00 +0100
 
 biococoa (2.2.2-1) unstable; urgency=low
 

Modified: trunk/packages/biococoa/trunk/debian/compat
===================================================================
--- trunk/packages/biococoa/trunk/debian/compat	2013-11-20 21:57:15 UTC (rev 15200)
+++ trunk/packages/biococoa/trunk/debian/compat	2013-11-20 21:57:41 UTC (rev 15201)
@@ -1 +1 @@
-8
+9

Modified: trunk/packages/biococoa/trunk/debian/control
===================================================================
--- trunk/packages/biococoa/trunk/debian/control	2013-11-20 21:57:15 UTC (rev 15200)
+++ trunk/packages/biococoa/trunk/debian/control	2013-11-20 21:57:41 UTC (rev 15201)
@@ -1,21 +1,25 @@
 Source: biococoa
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Scott Christley <schristley at mac.com>,
+           Andreas Tille <tille at debian.org>,
+           Charles Plessy <plessy at debian.org>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Scott Christley <schristley at mac.com>,
- Andreas Tille <tille at debian.org>,
- Charles Plessy <plessy at debian.org>
-Build-Depends: cdbs, debhelper (>= 8), libgnustep-base-dev (>= 1.16.1), quilt
-Standards-Version: 3.9.2
+Build-Depends: cdbs,
+               gnustep-make,
+               debhelper (>= 9),
+               libgnustep-base-dev
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/biococoa/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/biococoa/trunk/
 Homepage: http://bioinformatics.org/biococoa/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/biococoa/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/biococoa/trunk/
 
 Package: libbiococoa-dev
+Architecture: any
 Section: libdevel
-Architecture: any
-Depends: libbiococoa2 (= ${binary:Version}), libgnustep-base-dev, ${gnustep:Depends}
+Depends: libbiococoa2 (= ${binary:Version}),
+         libgnustep-base-dev,
+         ${gnustep:Depends}
 Description: Bioinformatics framework for GNUstep and Cocoa (development files)
  BioCocoa is an open source Cocoa framework for bioinformatics. It intends to
  provide Cocoa programmers with a full suite of tools for handling and
@@ -32,9 +36,10 @@
  examples for developing GNUstep applications using the BioCocoa framework.
 
 Package: libbiococoa2
+Architecture: any
 Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${gnustep:Depends}
+Depends: ${shlibs:Depends},
+         ${gnustep:Depends}
 Description: Bioinformatics framework for GNUstep and Cocoa (library files)
  BioCocoa is an open source Cocoa framework for bioinformatics. It intends to
  provide Cocoa programmers with a full suite of tools for handling and

Modified: trunk/packages/biococoa/trunk/debian/rules
===================================================================
--- trunk/packages/biococoa/trunk/debian/rules	2013-11-20 21:57:15 UTC (rev 15200)
+++ trunk/packages/biococoa/trunk/debian/rules	2013-11-20 21:57:41 UTC (rev 15201)
@@ -9,7 +9,6 @@
 
 include /usr/share/cdbs/1/rules/gnustep.mk
 include /usr/share/cdbs/1/class/gnumakefile.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_GS_AUTO_DH_INSTALL = y
 DEB_DH_MAKESHLIBS_ARGS_$(DEB_GS_LIBPKG_NAME_BioCocoa) := --noscripts
@@ -22,7 +21,7 @@
 
 # Get rid of the libgcc dependency (explicitly added by gnustep-make);
 # might help with eventual GCC transitions.
-LDFLAGS := -Wl,-z,defs -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
 # Build with optimization by default, currently not handled by
 # gnustep-make.  The GNUstep CDBS rules lack support for "noopt".




More information about the debian-med-commit mailing list