This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository colt.
commit 1201ca1f053cf1aa8efdde4afdee20ecf17ca81c Author: Andreas Tille <[email protected]> Date: Sun Feb 22 21:25:26 2015 +0100 Remove some non-free code -> dfsg2 --- debian/changelog | 7 +++++++ debian/copyright | 2 ++ debian/watch | 5 ++--- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 67cc383..39df4a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +colt (1.2.0+dfsg2-1) UNRELEASED; urgency=medium + + * Try to get rid of non-free code + * Move to Git + + -- Andreas Tille <[email protected]> Sun, 22 Feb 2015 21:23:19 +0100 + colt (1.2.0+dfsg-2biolinux4) precise; urgency=low * Attempt to build without src/hep/aida/*.java diff --git a/debian/copyright b/debian/copyright index 9a924ce..c2b93f6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,6 +5,8 @@ Source: http://acs.lbl.gov/software/colt/ Files-Excluded: *concurrent* *.jar + src/hep/aida/I*.java + src/hep/aida/package.html Files: src/cern/* Copyright: © 1999 CERN - European Organization for Nuclear Research diff --git a/debian/watch b/debian/watch index 3a8640e..b98f5d2 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,3 @@ version=3 -opts="dversionmangle=s/\+dfsg//g" \ -http://acs.lbl.gov/software/colt/colt-download/releases/colt-([\d\.]+)\.tar\.gz \ - debian debian/get-orig-source +opts="repacksuffix=+dfsg2,dversionmangle=s/\+dfsg.*//g" \ +http://acs.lbl.gov/software/colt/colt-download/releases/colt-([\d\.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/colt.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
