Author: tille Date: 2014-01-14 13:56:45 +0000 (Tue, 14 Jan 2014) New Revision: 15770
Modified: trunk/packages/libtfbs-perl/trunk/debian/changelog trunk/packages/libtfbs-perl/trunk/debian/control trunk/packages/libtfbs-perl/trunk/debian/rules Log: New upstream release Modified: trunk/packages/libtfbs-perl/trunk/debian/changelog =================================================================== --- trunk/packages/libtfbs-perl/trunk/debian/changelog 2014-01-13 17:17:58 UTC (rev 15769) +++ trunk/packages/libtfbs-perl/trunk/debian/changelog 2014-01-14 13:56:45 UTC (rev 15770) @@ -1,3 +1,12 @@ +libtfbs-perl (0.6.0-1) UNRELEASED; urgency=medium + + * New upstream version + * cme fix dpkg-control + * debian/rules: Clean up from get-orig-source since there is a real + release + + -- Andreas Tille <[email protected]> Tue, 14 Jan 2014 14:53:42 +0100 + libtfbs-perl (0.5.svn.20100421-2) unstable; urgency=low * debian/upstream: Modified: trunk/packages/libtfbs-perl/trunk/debian/control =================================================================== --- trunk/packages/libtfbs-perl/trunk/debian/control 2014-01-13 17:17:58 UTC (rev 15769) +++ trunk/packages/libtfbs-perl/trunk/debian/control 2014-01-14 13:56:45 UTC (rev 15770) @@ -11,7 +11,7 @@ bioperl, libwww-perl, libdbi-perl -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libtfbs-perl/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libtfbs-perl/trunk/ Homepage: http://tfbs.genereg.net Modified: trunk/packages/libtfbs-perl/trunk/debian/rules =================================================================== --- trunk/packages/libtfbs-perl/trunk/debian/rules 2014-01-13 17:17:58 UTC (rev 15769) +++ trunk/packages/libtfbs-perl/trunk/debian/rules 2014-01-14 13:56:45 UTC (rev 15770) @@ -3,14 +3,6 @@ %: dh $@ -# Allow disabling build optimisation by setting noopt in -# $DEB_BUILD_OPTIONS -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -CFLAGS += -O0 -else -CFLAGS += -O2 -endif - override_dh_auto_configure: echo "n" | perl Makefile.PL INSTALLDIRS=vendor $(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH="" OTHERLDFLAGS="$(LDFLAGS)" @@ -27,14 +19,3 @@ prove --blib $(TEST_FILES) Ext/t/*.t endif -TMP_DIR := $(shell mktemp --tmpdir --directory libtfbs-perl-build.XXXXXXXXXX) -LAST_REV := $(shell LC_ALL=C svn info http://www.ii.uib.no/svn/lenhard/TFBS/ | grep Date | perl -pe 's/.*(\d\d\d\d)-(\d\d)-(\d\d).*/\1\2\3/') -UPSTREAM_VERSION := 0.5.svn.$(LAST_REV) -REPACK_DIR := $(PACKAGE)-$(UPSTREAM_VERSION).orig -TAR := $(PACKAGE)_$(UPSTREAM_VERSION).orig.tar.gz - -get-orig-source: - svn export -r'{$(LAST_REV)}' http://www.ii.uib.no/svn/lenhard/TFBS/ $(TMP_DIR)/$(REPACK_DIR) - cd $(TMP_DIR); tar -czvf $(TAR) $(REPACK_DIR) - mv $(TMP_DIR)/$(TAR) $(CURDIR)/.. - rm --recursive $(TMP_DIR) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
