Author: moeller
Date: 2010-02-17 08:32:13 +0000 (Wed, 17 Feb 2010)
New Revision: 4621

Modified:
   trunk/packages/autodocksuite/trunk/debian/changelog
   trunk/packages/autodocksuite/trunk/debian/control
   trunk/packages/autodocksuite/trunk/debian/rules
   trunk/packages/autodocksuite/trunk/debian/watch
Log:
Autodock was updated to its latest version. Many thanks go to upstream for 
informing me.


Modified: trunk/packages/autodocksuite/trunk/debian/changelog
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/changelog 2010-02-17 04:11:41 UTC 
(rev 4620)
+++ trunk/packages/autodocksuite/trunk/debian/changelog 2010-02-17 08:32:13 UTC 
(rev 4621)
@@ -1,3 +1,10 @@
+autodocksuite (4.2.3-1) unstable; urgency=low
+
+  * New upstream version.
+  * Removed series of template comment lines from debian/rules.
+
+ -- Steffen Moeller <[email protected]>  Fri, 12 Feb 2010 23:41:59 +0100
+
 autodocksuite (4.2.2.1-3) UNRELEASED; urgency=low
 
   * Introduced formal reference to accompanying scientific

Modified: trunk/packages/autodocksuite/trunk/debian/control
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/control   2010-02-17 04:11:41 UTC 
(rev 4620)
+++ trunk/packages/autodocksuite/trunk/debian/control   2010-02-17 08:32:13 UTC 
(rev 4621)
@@ -6,7 +6,7 @@
  Charles Plessy <[email protected]>, Nelson A. de Oliveira <[email protected]>,
  Andreas Tille <[email protected]>
 Build-Depends: debhelper (>= 7), automake, csh
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/autodocksuite/trunk/?rev=0&sc=0
 Vcs-Svn: 
svn://svn.debian.org/svn/debian-med/trunk/packages/autodocksuite/trunk/
 Homepage: http://autodock.scripps.edu/
@@ -44,11 +44,13 @@
 Package: autodock-test
 Architecture: all
 Suggests: autodock
+Depends: ${misc:Depends}
 Description: test files for AutoDock
  This package contain the test files for the AutoDock program.
 
 Package: autogrid-test
 Architecture: all
 Suggests: autogrid
+Depends: ${misc:Depends}
 Description: test files for AutoGrid
  This package contain the test files for the AutoGrid program.

Modified: trunk/packages/autodocksuite/trunk/debian/rules
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/rules     2010-02-17 04:11:41 UTC 
(rev 4620)
+++ trunk/packages/autodocksuite/trunk/debian/rules     2010-02-17 08:32:13 UTC 
(rev 4621)
@@ -2,8 +2,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-# This has to be exported to make some magic below work.
 export DH_OPTIONS
 
 CFLAGS = -Wall -g
@@ -17,19 +15,16 @@
 configure: configure-stamp
 configure-stamp: $(QUILT_STAMPFN)
        dh_testdir
-       # Add here commands to configure the package.
        for d in autogrid autodock; do \
                ( cd $$d && autoreconf -i && ./configure CFLAGS="$(CFLAGS)" 
--prefix=/usr ) \
        done
 
        touch configure-stamp
 
-#Architecture 
 build: build-arch build-indep
 
 build-arch: build-arch-stamp
 build-arch-stamp: configure-stamp 
-       # Add here commands to compile the arch part of the package.
        for d in autogrid autodock; do $(MAKE) -C $$d; done
        touch $@
 
@@ -43,7 +38,6 @@
        dh_testroot
        rm -f build-arch-stamp build-indep-stamp configure-stamp
 
-       # Add here commands to clean up after the build process.
        for d in autodock autogrid; \
        do \
           if [ -r $$d/Makefile ]; then $(MAKE) -C $$d distclean; fi \
@@ -69,20 +63,11 @@
        dh_prep -s 
        dh_installdirs -s
 
-       # Add here commands to install the arch part of the package into 
-       # debian/tmp.
-       #$(MAKE) -C $$d DESTDIR=$(CURDIR)/debian/autodocksuite install
        for d in autodock autogrid; do \
                $(MAKE) -C $$d DESTDIR=$(CURDIR)/debian/$$d install; \
        done
        dh_install -s
-       # The changelogs are non-informative
-       #dh_installchangelogs -pautodock autodock/ChangeLog
-       #dh_installchangelogs -pautogrid autogrid/ChangeLog
 
-# Must not depend on anything. This is to be called by
-# binary-arch/binary-indep
-# in another 'make' thread.
 binary-common:
        dh_testdir
        dh_testroot
@@ -101,11 +86,9 @@
        dh_md5sums
        dh_builddeb
 
-# Build architecture independant packages using the common target.
 binary-indep: build-indep install-indep
        $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
 
-# Build architecture dependant packages using the common target.
 binary-arch: build-arch install-arch
        $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
 

Modified: trunk/packages/autodocksuite/trunk/debian/watch
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/watch     2010-02-17 04:11:41 UTC 
(rev 4620)
+++ trunk/packages/autodocksuite/trunk/debian/watch     2010-02-17 08:32:13 UTC 
(rev 4621)
@@ -1,4 +1,6 @@
 version=3
-# rc (release candidates) have to be lower than the final version
-opts="dversionmangle=s/\+rc/~rc/" \
-http://autodock.scripps.edu/downloads/autodock-registration/autodock-4-2-download-page/
 \.\./autodock-registration/tars/.*/autodocksuite-(.*)-src\.tar\.gz
+## rc (release candidates) have to be lower than the final version
+#opts="dversionmangle=s/\+rc/~rc/" \
+#http://autodock.scripps.edu/downloads/autodock-registration/autodock-4-2-download-page/
 \.\./autodock-registration/tars/.*/autodocksuite-(.*)-src\.tar\.gz
+# Please help with the watch file
+http://autodock.scripps.edu/downloads/autodock-registration/tars/dist423/autodocksuite-(4.2.3)-src.tar.gz


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to