[med-svn] r2037 - trunk/packages/probcons/trunk/debian

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Wed Jun 11 13:16:59 UTC 2008


Author: hanska-guest
Date: 2008-06-11 13:16:58 +0000 (Wed, 11 Jun 2008)
New Revision: 2037

Modified:
   trunk/packages/probcons/trunk/debian/changelog
   trunk/packages/probcons/trunk/debian/compat
   trunk/packages/probcons/trunk/debian/control
   trunk/packages/probcons/trunk/debian/rules
Log:
* debian/control:
  - bumped Standards-Version to 3.8.0
    + enabled parallel building in debian/rules
  - removed myself from Uploaders (will work from behind the scenes ;) )
  - updated debhelper dependency on >= 6 (also debian/compat)

Modified: trunk/packages/probcons/trunk/debian/changelog
===================================================================
--- trunk/packages/probcons/trunk/debian/changelog	2008-06-11 13:08:40 UTC (rev 2036)
+++ trunk/packages/probcons/trunk/debian/changelog	2008-06-11 13:16:58 UTC (rev 2037)
@@ -1,10 +1,18 @@
 probcons (1.12-5) UNRELEASED; urgency=low
 
+  [ Charles Plessy ]
   * debian/control: Enhances: t-coffee.
   * Updated my email address.
 
- -- Charles Plessy <plessy at debian.org>  Sun, 27 Apr 2008 17:02:11 +0900
+  [ David Paleino ]
+  * debian/control:
+    - bumped Standards-Version to 3.8.0
+      + enabled parallel building in debian/rules
+    - removed myself from Uploaders (will work from behind the scenes ;) )
+    - updated debhelper dependency on >= 6 (also debian/compat)
 
+ -- David Paleino <d.paleino at gmail.com>  Wed, 11 Jun 2008 15:15:54 +0200
+
 probcons (1.12-4) unstable; urgency=low
 
   [ Charles Plessy ]

Modified: trunk/packages/probcons/trunk/debian/compat
===================================================================
--- trunk/packages/probcons/trunk/debian/compat	2008-06-11 13:08:40 UTC (rev 2036)
+++ trunk/packages/probcons/trunk/debian/compat	2008-06-11 13:16:58 UTC (rev 2037)
@@ -1 +1 @@
-5
+6

Modified: trunk/packages/probcons/trunk/debian/control
===================================================================
--- trunk/packages/probcons/trunk/debian/control	2008-06-11 13:08:40 UTC (rev 2036)
+++ trunk/packages/probcons/trunk/debian/control	2008-06-11 13:16:58 UTC (rev 2037)
@@ -3,10 +3,9 @@
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
-Uploaders: Charles Plessy <plessy at debian.org>,
- David Paleino <d.paleino at gmail.com>
-Build-Depends: debhelper (>= 5), quilt
-Standards-Version: 3.7.3
+Uploaders: Charles Plessy <plessy at debian.org>
+Build-Depends: debhelper (>= 6), quilt
+Standards-Version: 3.8.0
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/probcons/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/probcons/trunk/
 Homepage: http://probcons.stanford.edu/

Modified: trunk/packages/probcons/trunk/debian/rules
===================================================================
--- trunk/packages/probcons/trunk/debian/rules	2008-06-11 13:08:40 UTC (rev 2036)
+++ trunk/packages/probcons/trunk/debian/rules	2008-06-11 13:16:58 UTC (rev 2037)
@@ -23,7 +23,11 @@
 else
 	CFLAGS += -O2
 endif
-
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	NUMJOBS := -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+endif
+MAKEFLAGS += $(NUMJOBS)
+        
 include /usr/share/quilt/quilt.make
 
 build: patch build-stamp
@@ -32,7 +36,7 @@
 	cp Main.cc Main-RNA.cc
 	sed -i  s/Defaults.h/Defaults-RNA.h/ Main-RNA.cc
 	cp debian/Defaults-RNA.h Defaults-RNA.h
-	$(MAKE)
+	$(MAKE) $(MAKEFLAGS)
 	touch $@
 
 manpages: debian/probcons.1.xml debian/probcons-RNA.1.xml debian/pc-project.1.xml debian/pc-compare.1.xml debian/pc-makegnuplot.1.xml




More information about the debian-med-commit mailing list