Author: malat Date: 2013-01-09 10:51:59 +0000 (Wed, 09 Jan 2013) New Revision: 12753
Modified: trunk/packages/dicom3tools/trunk/debian/changelog trunk/packages/dicom3tools/trunk/debian/control trunk/packages/dicom3tools/trunk/debian/rules Log: Upload new upstream Modified: trunk/packages/dicom3tools/trunk/debian/changelog =================================================================== --- trunk/packages/dicom3tools/trunk/debian/changelog 2013-01-09 10:14:14 UTC (rev 12752) +++ trunk/packages/dicom3tools/trunk/debian/changelog 2013-01-09 10:51:59 UTC (rev 12753) @@ -1,3 +1,11 @@ +dicom3tools (1.0~20121227-1) unstable; urgency=low + + * New upstream + * Switch Std-Vers to 3.9.4, no changes needed + * Use upstream bzip2 tarball directly + + -- Mathieu Malaterre <[email protected]> Wed, 09 Jan 2013 11:50:45 +0100 + dicom3tools (1.0~20120911-1) unstable; urgency=low * New upstream Modified: trunk/packages/dicom3tools/trunk/debian/control =================================================================== --- trunk/packages/dicom3tools/trunk/debian/control 2013-01-09 10:14:14 UTC (rev 12752) +++ trunk/packages/dicom3tools/trunk/debian/control 2013-01-09 10:51:59 UTC (rev 12753) @@ -4,7 +4,7 @@ Uploaders: Mathieu Malaterre <[email protected]> Priority: extra Build-Depends: debhelper (>= 8), xutils-dev, libx11-dev, libxext-dev -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/dicom3tools/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/dicom3tools/trunk/ Homepage: http://www.dclunie.com/dicom3tools.html Modified: trunk/packages/dicom3tools/trunk/debian/rules =================================================================== --- trunk/packages/dicom3tools/trunk/debian/rules 2013-01-09 10:14:14 UTC (rev 12752) +++ trunk/packages/dicom3tools/trunk/debian/rules 2013-01-09 10:51:59 UTC (rev 12753) @@ -114,19 +114,8 @@ dh_md5sums dh_builddeb -$(UPSTREAM_SRC).tar.bz2: - wget http://www.dclunie.com/dicom3tools/workinprogress/$@ +get-orig-source: + uscan --verbose --force-download --rename --destdir ../tarballs -get-orig-source: $(UPSTREAM_SRC).tar.bz2 - tar xjf $(UPSTREAM_SRC).tar.bz2 - mv $(UPSTREAM_SRC) $(DEBIAN_SRC_DIR) - GZIP="--best --no-name" tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR) - rm -rf $(DEBIAN_SRC_DIR) - # - # put orig.tar in ../tarballs (-> default location for svn-buildpackage) - mkdir -p ../tarballs - mv *.orig.tar.gz ../tarballs - mv $(UPSTREAM_SRC).tar.bz2 ../tarballs - binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
