This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository arden.
commit e18a1ea4861388e6da5ef9ddbaedca1a84d8ff3c Author: Andreas Tille <[email protected]> Date: Fri Feb 7 15:50:19 2014 +0100 Delete unneeded patch --- debian/patches/move_core_to_arden | 26 -------------------------- debian/patches/series | 1 - 2 files changed, 27 deletions(-) diff --git a/debian/patches/move_core_to_arden b/debian/patches/move_core_to_arden deleted file mode 100644 index bef685e..0000000 --- a/debian/patches/move_core_to_arden +++ /dev/null @@ -1,26 +0,0 @@ -Subject: core module is too generic -Description: upstream puts python module core, too generic. - Move pakcage to arden.core -Author: Olivier Sallou <[email protected]> -Last-Updated: 2014-07-02 -Forwarded: no ---- a/arden-analyze -+++ b/arden-analyze -@@ -46,8 +46,8 @@ - import os - - --from core import AnalyseMapping as AM --from core import PlotData as PD -+from arden.core import AnalyseMapping as AM -+from arden.core import PlotData as PD - - - -@@ -274,4 +274,4 @@ - main() - b = time.time() - print ("Finished!") -- print ("Done in %0.2f seconds!" % (b-a)) -\ No newline at end of file -+ print ("Done in %0.2f seconds!" % (b-a)) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 661641f..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -# move_core_to_arden -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/arden.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
