Author: tille Date: 2017-01-03 16:31:21 +0000 (Tue, 03 Jan 2017) New Revision: 23494
Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog trunk/packages/rostlab/pp-popularity-contest/trunk/debian/compat trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control trunk/packages/rostlab/pp-popularity-contest/trunk/debian/copyright trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules Log: Normalised packaging Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog 2017-01-03 16:27:04 UTC (rev 23493) +++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/changelog 2017-01-03 16:31:21 UTC (rev 23494) @@ -1,3 +1,11 @@ +pp-popularity-contest (1.0.6-3) UNRELEASED; urgency=medium + + * Team upload. + * cme fix dpkg-control + * d/rules: remove redundant stuff + + -- Andreas Tille <[email protected]> Tue, 03 Jan 2017 17:28:16 +0100 + pp-popularity-contest (1.0.6-2) unstable; urgency=medium * Fixes "configure: error: Could not find a version of the library" Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/compat =================================================================== --- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/compat 2017-01-03 16:27:04 UTC (rev 23493) +++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/compat 2017-01-03 16:31:21 UTC (rev 23494) @@ -1 +1 @@ -7 +10 Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control =================================================================== --- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control 2017-01-03 16:27:04 UTC (rev 23493) +++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/control 2017-01-03 16:31:21 UTC (rev 23494) @@ -3,12 +3,12 @@ Uploaders: Laszlo Kajan <[email protected]> Section: science Priority: extra -Build-Depends: debhelper (>= 7.0.50~), +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, libboost-program-options-dev, automake -Standards-Version: 3.9.5 +Standards-Version: 3.9.8 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/ @@ -41,14 +41,3 @@ 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 -Architecture: any -Section: debug -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 - statistics. Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/copyright =================================================================== --- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/copyright 2017-01-03 16:27:04 UTC (rev 23493) +++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/copyright 2017-01-03 16:31:21 UTC (rev 23494) @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pp-popularity-contest Upstream-Contact: Laszlo Kajan <[email protected]> Source: http://rostlab.org/ Modified: trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules =================================================================== --- trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules 2017-01-03 16:27:04 UTC (rev 23493) +++ trunk/packages/rostlab/pp-popularity-contest/trunk/debian/rules 2017-01-03 16:31:21 UTC (rev 23494) @@ -2,24 +2,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +%: + dh $@ --with autoreconf -.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
