[med-svn] r17730 - trunk/packages/autodocksuite/trunk/debian
Steffen Möller
moeller at moszumanska.debian.org
Wed Aug 13 23:43:44 UTC 2014
Author: moeller
Date: 2014-08-13 23:43:44 +0000 (Wed, 13 Aug 2014)
New Revision: 17730
Modified:
trunk/packages/autodocksuite/trunk/debian/changelog
trunk/packages/autodocksuite/trunk/debian/control
Log:
Allow tcsh to substitute csh as build-dependency.
Works!
Modified: trunk/packages/autodocksuite/trunk/debian/changelog
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/changelog 2014-08-13 22:17:23 UTC (rev 17729)
+++ trunk/packages/autodocksuite/trunk/debian/changelog 2014-08-13 23:43:44 UTC (rev 17730)
@@ -1,10 +1,16 @@
autodocksuite (4.2.6-1) UNRELEASED; urgency=medium
+ [ Andreas Tille ]
+
* New upstream version (adapt patches)
* d/copyright: DEP5
* add autopkgtest
TODO: Make test finally working
+ [ Steffen Möller ]
+
+ * Weakened build-dependency from csh to csh|c-shell
+
-- Andreas Tille <tille at debian.org> Wed, 13 Aug 2014 07:37:23 +0200
autodocksuite (4.2.5.1-6) unstable; urgency=medium
Modified: trunk/packages/autodocksuite/trunk/debian/control
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/control 2014-08-13 22:17:23 UTC (rev 17729)
+++ trunk/packages/autodocksuite/trunk/debian/control 2014-08-13 23:43:44 UTC (rev 17730)
@@ -8,7 +8,7 @@
Priority: optional
Build-Depends: debhelper (>= 9),
automake,
- csh,
+ csh|c-shell,
python,
autotools-dev
Standards-Version: 3.9.5
More information about the debian-med-commit
mailing list