[med-svn] r918 - in trunk/packages/mgltools/support/trunk: . debian
smoe-guest at alioth.debian.org
smoe-guest at alioth.debian.org
Thu Dec 20 20:58:14 UTC 2007
Author: smoe-guest
Date: 2007-12-20 20:58:14 +0000 (Thu, 20 Dec 2007)
New Revision: 918
Added:
trunk/packages/mgltools/support/trunk/debian/
trunk/packages/mgltools/support/trunk/debian/changelog
trunk/packages/mgltools/support/trunk/debian/compat
trunk/packages/mgltools/support/trunk/debian/control
trunk/packages/mgltools/support/trunk/debian/pycompat
trunk/packages/mgltools/support/trunk/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: trunk/packages/mgltools/support/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/packages/mgltools/support/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/changelog (rev 0)
+++ trunk/packages/mgltools/support/trunk/debian/changelog 2007-12-20 20:58:14 UTC (rev 918)
@@ -0,0 +1,6 @@
+support (1.4.4-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 20 Dec 2007 16:27:31 +0100
+
Added: trunk/packages/mgltools/support/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/compat (rev 0)
+++ trunk/packages/mgltools/support/trunk/debian/compat 2007-12-20 20:58:14 UTC (rev 918)
@@ -0,0 +1 @@
+5
Added: trunk/packages/mgltools/support/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/control (rev 0)
+++ trunk/packages/mgltools/support/trunk/debian/control 2007-12-20 20:58:14 UTC (rev 918)
@@ -0,0 +1,16 @@
+Source: support
+Section: non-free/science
+Priority: optional
+Maintainer: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4.49), python-all-dev (>= 2.3.5-11)
+Standards-Version: 3.7.2
+XS-Python-Version: current
+Homepage: http://mgltools.scripps.edu/
+
+Package: mgltools-support
+XB-Python-Version: ${python:Versions}
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Suggests: autodock
+Description: Python support library
+ The library is needed by mgltools-autodocktools at runtime.
Added: trunk/packages/mgltools/support/trunk/debian/pycompat
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/pycompat (rev 0)
+++ trunk/packages/mgltools/support/trunk/debian/pycompat 2007-12-20 20:58:14 UTC (rev 918)
@@ -0,0 +1 @@
+2
Added: trunk/packages/mgltools/support/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/rules (rev 0)
+++ trunk/packages/mgltools/support/trunk/debian/rules 2007-12-20 20:58:14 UTC (rev 918)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+clean::
+ rm -rf build build-stamp
Property changes on: trunk/packages/mgltools/support/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the debian-med-commit
mailing list