This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository garli.
commit a27b201c60cfad55437617264cb4af66e26e85bf Author: Andreas Tille <[email protected]> Date: Tue Feb 2 12:46:57 2016 +0000 Update garli packaging --- debian/changelog | 1 - debian/clean | 2 ++ debian/control | 5 ++++- debian/rules | 3 +++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d7bffb2..6d8c0c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ garli (2.1-1) UNRELEASED; urgency=low * Initial release (Closes: #<bug>) - TODO: Needs http://sourceforge.net/projects/ncl/ -- Andreas Tille <[email protected]> Fri, 23 Oct 2015 08:41:45 +0200 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..4a4989e --- /dev/null +++ b/debian/clean @@ -0,0 +1,2 @@ +tests/*.log +tests/*.tre diff --git a/debian/control b/debian/control index f3d4dd4..23f3e1b 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,10 @@ Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 9), - dh-autoreconf + dh-autoreconf, + libncl-dev (>= 2.1.18+dfsg-2), + ncl-tools, + bc Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/garli/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/garle/trunk/ diff --git a/debian/rules b/debian/rules index b835e3b..0a68a0e 100755 --- a/debian/rules +++ b/debian/rules @@ -17,3 +17,6 @@ %: dh $@ --with autoreconf + +override_dh_auto_configure: + dh_auto_configure -- --with-ncl=/usr \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/garli.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
