[med-svn] r8037 - in trunk/packages/rostlab/pp-popularity-contest/trunk/debian: . patches

Steffen Möller moeller at alioth.debian.org
Sun Oct 2 12:32:46 UTC 2011


Author: moeller
Date: 2011-10-02 12:32:46 +0000 (Sun, 02 Oct 2011)
New Revision: 8037

Added:
   trunk/packages/rostlab/pp-popularity-contest/trunk/debian/patches/noStaticVersion.patch
   trunk/packages/rostlab/pp-popularity-contest/trunk/debian/patches/series
Modified:
   trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog
   trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control
   trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules
Log:
Completing svn.


Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog	2011-10-02 08:12:47 UTC (rev 8036)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog	2011-10-02 12:32:46 UTC (rev 8037)
@@ -1,4 +1,4 @@
-pp-popularity-contest (1.0.3-3) UNRELEASED; urgency=low
+pp-popularity-contest (1.0.3-3) unstable; urgency=low
 
   * libboost-program-options-dev added to build-deps (Closes: #644002)
 
@@ -10,7 +10,7 @@
 
  -- Laszlo Kajan <lkajan at rostlab.org>  Fri, 30 Sep 2011 18:04:11 +0200
 
-pp-popularity-contest (1.0.3-1) unstable; urgency=low
+pp-popularity-contest (1.0.3-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #643669)
 

Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control	2011-10-02 08:12:47 UTC (rev 8036)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control	2011-10-02 12:32:46 UTC (rev 8037)
@@ -25,15 +25,15 @@
  resources for further development and support.
  .
  This information is also very important when the Rost Lab applies for
- funding. Traditionally, these prediction methods are made available
- on the PredictProtein website, granting perfect
- statistics. The distribution with the Debian+Ubuntu Linux distributions
- shall increase the user base and allow for additional workflows to help
- the scientific community better. Still, this is an experiment. It is
- only the statistics gathered through this package that grants a justification
- to the group and its funding agencies for the additional investments
- needed for this distribution channel and the potential drop in the usage
- of the PredictProtein website.
+ funding. Traditionally, these prediction methods are made available on
+ the PredictProtein website, granting perfect statistics. The distribution
+ as part of the Debian+Ubuntu Linux distributions shall increase the
+ user base and allow for additional workflows to serve the scientific
+ community better. Still, this is an experiment. It is only the statistics
+ gathered through this package that grants a justification to the group
+ and its funding agencies for the additional investments needed for
+ this distribution channel and the potential drop in the usage of the
+ PredictProtein website.
 
 Package: pp-popularity-contest-dbg
 Section: debug

Added: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/patches/noStaticVersion.patch
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/patches/noStaticVersion.patch	                        (rev 0)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/patches/noStaticVersion.patch	2011-10-02 12:32:46 UTC (rev 8037)
@@ -0,0 +1,20 @@
+Index: pp-popularity-contest-1.0.3.obsolete.0.0682021238180859/src/Makefile.am
+===================================================================
+--- pp-popularity-contest-1.0.3.obsolete.0.0682021238180859.orig/src/Makefile.am	2011-09-28 15:45:40.000000000 +0200
++++ pp-popularity-contest-1.0.3.obsolete.0.0682021238180859/src/Makefile.am	2011-09-30 18:46:53.749729956 +0200
+@@ -9,12 +9,12 @@
+ clean-local:
+ 	-rm -f $(man_MANS)
+ 
+-bin_PROGRAMS = pp_popcon_cnt pp_popcon_cnt.static
++bin_PROGRAMS = pp_popcon_cnt
+ 
+ pp_popcon_cnt_SOURCES = pp_popcon_cnt.cpp
+-pp_popcon_cnt_static_SOURCES = pp_popcon_cnt.cpp
++#pp_popcon_cnt_static_SOURCES = pp_popcon_cnt.cpp
+ 
+-pp_popcon_cnt_static_LDFLAGS = -static
++#pp_popcon_cnt_static_LDFLAGS = -static
+ 
+ AM_CPPFLAGS = $(BOOST_CPPFLAGS) -D__sysconfdir__=\"$(sysconfdir)\" -D__pkgdatadir__=\"$(pkgdatadir)\" -Wall
+ AM_LDFLAGS = $(BOOST_LDFLAGS) -Wall

Added: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/patches/series
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/patches/series	2011-10-02 12:32:46 UTC (rev 8037)
@@ -0,0 +1 @@
+noStaticVersion.patch

Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules	2011-10-02 08:12:47 UTC (rev 8036)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules	2011-10-02 12:32:46 UTC (rev 8037)
@@ -69,7 +69,8 @@
 	$(MAKE) DESTDIR=$(CURDIR)/debian/pp-popularity-contest install
 	
 	# lkajan: we do not need the statically linked version
-	rm $(CURDIR)/debian/pp-popularity-contest/usr/bin/pp_popcon_cnt.static
+	# steffen: patched it out
+	rm -f $(CURDIR)/debian/pp-popularity-contest/usr/bin/pp_popcon_cnt.static
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the debian-med-commit mailing list