Author: lkajan
Date: 2014-04-07 19:37:46 +0000 (Mon, 07 Apr 2014)
New Revision: 16598

Modified:
   trunk/packages/rostlab/pp-popularity-contest/trunk/
   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:
Fixes "configure: error: Could not find a version of the library" (Closes: 
#741801). Fixes "FTBFS: Automake 1.14.1 used, Automake 1.14 required" (Closes: 
#733230).


Property changes on: trunk/packages/rostlab/pp-popularity-contest/trunk
___________________________________________________________________
Added: svn:ignore
   + *


Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog 
2014-04-07 16:54:14 UTC (rev 16597)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog 
2014-04-07 19:37:46 UTC (rev 16598)
@@ -1,3 +1,12 @@
+pp-popularity-contest (1.0.6-2) unstable; urgency=medium
+
+  * Fixes "configure: error: Could not find a version of the library"
+    (Closes: #741801).
+  * Fixes "FTBFS: Automake 1.14.1 used, Automake 1.14 required"
+    (Closes: #733230).
+
+ -- Laszlo Kajan <[email protected]>  Mon, 07 Apr 2014 20:41:09 +0200
+
 pp-popularity-contest (1.0.6-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control   
2014-04-07 16:54:14 UTC (rev 16597)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control   
2014-04-07 19:37:46 UTC (rev 16598)
@@ -1,17 +1,25 @@
 Source: pp-popularity-contest
+Maintainer: Debian Med Packaging Team 
<[email protected]>
+Uploaders: Laszlo Kajan <[email protected]>
 Section: science
 Priority: extra
-Maintainer: Debian Med Packaging Team 
<[email protected]>
-Uploaders: Laszlo Kajan <[email protected]>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, 
libboost-program-options-dev, automake
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 7.0.50~),
+               dh-autoreconf,
+               autotools-dev,
+               libboost-program-options-dev,
+               automake
+Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/wsvn/debian-med/trunk/packages/rostlab/pp-popularity-contest/trunk/
 Vcs-Svn: 
svn://anonscm.debian.org/debian-med/trunk/packages/rostlab/pp-popularity-contest/trunk/
 Homepage: http://predictprotein.org/
 
 Package: pp-popularity-contest
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, curl, liburi-perl, perl
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         curl,
+         liburi-perl,
+         ${perl:Depends}
 Description: PredictProtein popularity contest
  The pp-popularity-contest package sets up a cron job that periodically
  submits the developers anonymous statistics on the usage of Rost Lab
@@ -35,9 +43,11 @@
  PredictProtein website.
 
 Package: pp-popularity-contest-dbg
+Architecture: any
 Section: debug
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, pp-popularity-contest (= 
${binary:Version})
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         pp-popularity-contest (= ${binary:Version})
 Description: debug files for pp-popularity-contest
  This package contains the stripped debugging symbols for
  pp-popularity-contest, the package that collects PredictProtein usage

Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules     
2014-04-07 16:54:14 UTC (rev 16597)
+++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules     
2014-04-07 19:37:46 UTC (rev 16598)
@@ -7,9 +7,19 @@
 export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
 export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 
-%:
-       dh --parallel $@
+.PHONY: override_dh_auto_configure
+override_dh_auto_configure:
+       dh_auto_configure -- --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 .PHONY: override_dh_strip
 override_dh_strip:
        dh_strip --dbg-package=pp-popularity-contest-dbg
+
+.PHONY:
+get-orig-source:
+       mkdir -p ../tarballs
+       uscan --verbose --force-download
+
+%:
+       dh $@ --parallel --with autoreconf
+


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to