[med-svn] r21354 - trunk/packages/garli/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Feb 2 12:46:58 UTC 2016


Author: tille
Date: 2016-02-02 12:46:57 +0000 (Tue, 02 Feb 2016)
New Revision: 21354

Added:
   trunk/packages/garli/trunk/debian/clean
Modified:
   trunk/packages/garli/trunk/debian/changelog
   trunk/packages/garli/trunk/debian/control
   trunk/packages/garli/trunk/debian/rules
Log:
Update garli packaging


Modified: trunk/packages/garli/trunk/debian/changelog
===================================================================
--- trunk/packages/garli/trunk/debian/changelog	2016-02-02 07:59:21 UTC (rev 21353)
+++ trunk/packages/garli/trunk/debian/changelog	2016-02-02 12:46:57 UTC (rev 21354)
@@ -1,6 +1,5 @@
 garli (2.1-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #<bug>)
-  TODO: Needs http://sourceforge.net/projects/ncl/
 
  -- Andreas Tille <tille at debian.org>  Fri, 23 Oct 2015 08:41:45 +0200

Added: trunk/packages/garli/trunk/debian/clean
===================================================================
--- trunk/packages/garli/trunk/debian/clean	                        (rev 0)
+++ trunk/packages/garli/trunk/debian/clean	2016-02-02 12:46:57 UTC (rev 21354)
@@ -0,0 +1,2 @@
+tests/*.log
+tests/*.tre

Modified: trunk/packages/garli/trunk/debian/control
===================================================================
--- trunk/packages/garli/trunk/debian/control	2016-02-02 07:59:21 UTC (rev 21353)
+++ trunk/packages/garli/trunk/debian/control	2016-02-02 12:46:57 UTC (rev 21354)
@@ -4,7 +4,10 @@
 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/

Modified: trunk/packages/garli/trunk/debian/rules
===================================================================
--- trunk/packages/garli/trunk/debian/rules	2016-02-02 07:59:21 UTC (rev 21353)
+++ trunk/packages/garli/trunk/debian/rules	2016-02-02 12:46:57 UTC (rev 21354)
@@ -17,3 +17,6 @@
 
 %:
 	dh $@ --with autoreconf
+
+override_dh_auto_configure:
+	dh_auto_configure -- --with-ncl=/usr
\ No newline at end of file




More information about the debian-med-commit mailing list