[med-svn] r975 - in trunk/packages/mgltools/symserv/trunk: . debian
smoe-guest at alioth.debian.org
smoe-guest at alioth.debian.org
Fri Dec 21 23:34:03 UTC 2007
Author: smoe-guest
Date: 2007-12-21 23:34:03 +0000 (Fri, 21 Dec 2007)
New Revision: 975
Added:
trunk/packages/mgltools/symserv/trunk/debian/
trunk/packages/mgltools/symserv/trunk/debian/changelog
trunk/packages/mgltools/symserv/trunk/debian/compat
trunk/packages/mgltools/symserv/trunk/debian/control
trunk/packages/mgltools/symserv/trunk/debian/copyright
trunk/packages/mgltools/symserv/trunk/debian/pycompat
trunk/packages/mgltools/symserv/trunk/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: trunk/packages/mgltools/symserv/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/packages/mgltools/symserv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/changelog (rev 0)
+++ trunk/packages/mgltools/symserv/trunk/debian/changelog 2007-12-21 23:34:03 UTC (rev 975)
@@ -0,0 +1,6 @@
+symserv (1.5.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Steffen Moeller <moeller at debian.org> Thu, 20 Dec 2007 16:27:31 +0100
+
Added: trunk/packages/mgltools/symserv/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/compat (rev 0)
+++ trunk/packages/mgltools/symserv/trunk/debian/compat 2007-12-21 23:34:03 UTC (rev 975)
@@ -0,0 +1 @@
+5
Added: trunk/packages/mgltools/symserv/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/control (rev 0)
+++ trunk/packages/mgltools/symserv/trunk/debian/control 2007-12-21 23:34:03 UTC (rev 975)
@@ -0,0 +1,15 @@
+Source: symserv
+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: 2.4,2.5
+Homepage: http://mgltools.scripps.edu/
+
+Package: mgltools-symserv
+XB-Python-Version: ${python:Versions}
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Symetry server
+ The library is needed by mgltools-autodocktools at runtime.
Added: trunk/packages/mgltools/symserv/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/copyright (rev 0)
+++ trunk/packages/mgltools/symserv/trunk/debian/copyright 2007-12-21 23:34:03 UTC (rev 975)
@@ -0,0 +1,46 @@
+This package was debianized by Steffen Moeller <moeller at debian.org> on
+Thu, 20 Dec 2007 16:27:31 +0100.
+
+It was downloaded from http://mdltools.scripps.edu
+
+Upstream Authors:
+
+ Molecular Graphics Laboratory <mgltools at scripps.edu>
+
+Copyright:
+
+ THE SCRIPPS RESEARCH INSTITUTE, <sanner at scripps.edu>
+
+License:
+
+ PLEASE READ THIS DOCUMENT CAREFULLY. IF YOU AGREE WITH THE TERMS
+ AND CONDITIONS OF THIS LICENSE AGREEMENT, AND WISH TO RECEIVE AND
+ USE THIS SOFTWARE.
+
+ 1. Grant Of Limited License; Software Use Restrictions. The programs
+ received by you will be used only for NON COMMERCIAL SCIENTIFIC
+ RESEARCH. This license is issued to you as an individual. For
+ institution wide use or commercial use of the software you will
+ have to follow the official registration procedure. To do so you can
+ contact us by e-mail (sanner at scripps.edu), by mail (Michel Sanner,
+ TSRI, Molecular Biology Department, MB5, 10666 North Torrey Pines
+ Road, 92037 La Jolla) or by fax (858) 784-2860.
+
+ Some of the components have their own licensing specificities
+ that are described in the README file that is generated when you
+ download the software. We request that you read the content of
+ this file and comply to the requirements.
+ 2. Copying Restrictions. You will not sell or otherwise transfer these
+ programs or derivatives to any other party, whether with or
+ without consideration, for any purpose.
+ 3. Ownership of Software. You will not obtain, and will not attempt to
+ obtain copyright coverage thereon without the express purpose
+ written consent of The Scripps Research Institute.
+ 4. Limitation Of Liability. You will hold harmless from all or any expenses
+ you may incur as a result of or arising from your use, direct or indirect,
+ of these materials. You understand that no other right or license
+ to this program or its derivatives is granted or implied as a
+ result of our transmission of same to you.
+
+The Debian packaging is (C) 2007, Steffen Moeller <moeller at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: trunk/packages/mgltools/symserv/trunk/debian/pycompat
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/pycompat (rev 0)
+++ trunk/packages/mgltools/symserv/trunk/debian/pycompat 2007-12-21 23:34:03 UTC (rev 975)
@@ -0,0 +1 @@
+2
Added: trunk/packages/mgltools/symserv/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/rules (rev 0)
+++ trunk/packages/mgltools/symserv/trunk/debian/rules 2007-12-21 23:34:03 UTC (rev 975)
@@ -0,0 +1,21 @@
+#!/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::
+ find . -name CVS -a -type d| xargs -r rm -r
+ rm -rf build build-stamp debian/Pmv
+ find . -name *.png -o -name *.pdb -o -name *.gif -exec file chmod 644 '{}' \;
Property changes on: trunk/packages/mgltools/symserv/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the debian-med-commit
mailing list