garlic-doc (1.6-1) debian-dir only changes

Summary

 debian/changelog |   70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat    |    1 
 debian/control   |   42 +++++++++++++++++++++++++++++++++
 debian/copyright |   32 +++++++++++++++++++++++++
 debian/doc-base  |   11 ++++++++
 debian/docs      |   12 +++++++++
 debian/links     |    1 
 debian/rules     |    6 ++++
 debian/watch     |    6 ++++
 9 files changed, 181 insertions(+)

    
download this patch

Patch contents

--- garlic-doc-1.6.orig/debian/control
+++ garlic-doc-1.6/debian/control
@@ -0,0 +1,42 @@
+Source: garlic-doc
+Section: doc
+Priority: optional
+Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
+Uploaders: Michael Banck <mbanck@debian.org>
+Build-Depends: debhelper (>> 4.1.0), cdbs
+Standards-Version: 3.7.3
+Homepage: http://www.zucic.org/garlic/
+Vcs-Browser: http://svn.debian.org/wsvn/debichem/
+Vcs-Svn: svn+ssh://svn.debian.org/svn/debichem/unstable/garlic-doc/
+XS-DM-Upload-Allowed: yes
+
+Package: garlic-doc
+Architecture: all
+Recommends: garlic
+Description: [Chemistry] a molecular visualization program - documents
+ This is the documentation package for Garlic.
+ .
+ Garlic is probably the most portable molecular visualization program
+ in the Unix world. It's written for the investigation of membrane
+ proteins. It may be used to visualize other proteins, as well as some
+ geometric objects. The name should has something to do with the
+ structure and operation of this program. This version of garlic
+ recognizes PDB format version 2.1. Garlic may also be used to analyze
+ protein sequences.
+ .
+ Features include (but not limited to):
+  o The slab position and thickness are visible in a small window.
+  o Atomic bonds as well as atoms are treated as independent drawable
+    objects.
+  o The atomic and bond colors depend on position. Five mapping modes
+    are available (as for slab).
+  o Capable to display stereo image.
+  o Capable to display other geometric objects, like membrane.
+  o Atomic information is available for atom covered by the mouse
+    pointer. No click required, just move the mouse pointer over the
+    structure!
+  o Capable to load more than one structure.
+  o Capable to draw Ramachandran plot, helical wheel, Venn diagram,
+    averaged hydrophobicity and hydrophobic moment plot.
+  o The command prompt is available at the bottom of the main window.
+    It is able to display one error message and one command string.
--- garlic-doc-1.6.orig/debian/links
+++ garlic-doc-1.6/debian/links
@@ -0,0 +1 @@
+usr/share/doc/garlic-doc/docs.html usr/share/doc/garlic-doc/index.html
--- garlic-doc-1.6.orig/debian/compat
+++ garlic-doc-1.6/debian/compat
@@ -0,0 +1 @@
+4
--- garlic-doc-1.6.orig/debian/watch
+++ garlic-doc-1.6/debian/watch
@@ -0,0 +1,6 @@
+# See uscan(1) for format
+
+version=3
+opts=downloadurlmangle=s/([^\/]+)$/$1\/$1-doc.tar.gz/,filenamemangle=s/.*\/garlic-([\d\.]+)/garlic-doc-$1.tar.gz/ \
+  http://www.zucic.org/garlic/download/index.html \
+  http://www.zucic.org/sources/garlic-([\d\.]+)
--- garlic-doc-1.6.orig/debian/changelog
+++ garlic-doc-1.6/debian/changelog
@@ -0,0 +1,70 @@
+garlic-doc (1.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+  [ Daniel Leidert ]
+  * debian/copyright: Fixed outdated FSF address.
+  * debian/control: Homepage field transition. Added Vcs fields.
+    (Maintainer): Set the debichem team as maintainer.
+  * debian/watch: Added watch file. Thanks to Justin Pryzby for his help.
+
+  [ Michael Banck ]
+  * debian/control (XS-DM-Upload-Allowed): Added.
+  * debian/control (Standards-Version): Bumped to 3.7.3.
+
+ -- Michael Banck <mbanck@debian.org>  Mon, 11 Feb 2008 22:12:01 +0100
+
+garlic-doc (1.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control (Description): Removed Author and Keywords, added 
+    Homepage.
+  * debian/rules (binary/garlic-doc::): Remove xv thumbnails from mouse
+    subdirectory.
+  * debian/control (Standards-Version): Bumped to 3.7.2.
+
+ -- Michael Banck <mbanck@debian.org>  Sun, 10 Sep 2006 16:42:06 +0200
+
+garlic-doc (1.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/copyright: Updated download location.
+  * debian/copyright: Added upstream author's email address. 
+
+ -- Michael Banck <mbanck@debian.org>  Sat, 13 Nov 2004 18:02:43 +0100
+
+garlic-doc (1.3-2) unstable; urgency=low
+
+  * debian/control (Maintainer): Change maintainer address. D'oh. 
+
+ -- Michael Banck <mbanck@debian.org>  Fri, 26 Sep 2003 23:14:30 +0200
+
+garlic-doc (1.3-1) unstable; urgency=low
+
+  * New maintainer. (closes: #151939)
+  * New upstream release.
+  * debian/changelog: Removed emacs local variables.
+  * debian/docs: Only install documentation, not the whole website.
+  * debian/copyright: Added note about current maintainer.
+  * README.Debian: File removed.
+  * debian/link: New file, linking index.html to docs.html.
+  * debian/control (Build-Depends):
+    - Added cdbs.
+    - Bumped required debhelper version to (>> 4.1.0)
+  * debian/rules: Rewrote for cdbs.
+
+ -- Michael Banck <mbanck@debian.org>  Fri, 26 Sep 2003 01:01:52 +0200
+
+garlic-doc (1.1-2) unstable; urgency=low
+
+  * Fix dh_testversion-is-deprecated
+  * Fix debmake-templates-in-copyright
+
+ -- zhaoway <zw@debian.org>  Tue, 24 Apr 2001 07:13:49 +0800
+
+garlic-doc (1.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- zhaoway <zw@debian.org>  Mon, 23 Apr 2001 10:40:54 +0800
+
--- garlic-doc-1.6.orig/debian/copyright
+++ garlic-doc-1.6/debian/copyright
@@ -0,0 +1,32 @@
+This package was debianized by zhaoway <zw@debian.org> on Mon, 23 Apr
+2001 10:40:54 +0800.
+
+It is currently maintained by Michael Banck <mbanck@debian.org>
+
+It was downloaded from <http://http://garlic.mefos.hr/sources/>
+
+Upstream Author: Damir Zucic <zucic@garlic.mefos.hr>
+
+Copyright:
+
+	Copyright (C) 2000 Damir Zucic
+
+	This program is free software; you can redistribute it and/or
+	modify it under the terms of the GNU General Public License
+	as published by the Free Software Foundation, version 2.
+
+	This program is distributed in the hope that it will be useful,
+	but WITHOUT ANY WARRANTY; without even the implied warranty of
+	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+	GNU General Public License for more details.
+
+	You should have received a copy of the GNU General Public License
+	along with this program; if not, write to the Free Software
+	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+	02110-1301 USA.
+
+On Debian GNU systems, the complete text of the GNU General Public
+License can be found in `/usr/share/common-licenses/GPL'.
+
+On the World Wide Web a copy of the GNU General Public License is also
+available at <URL:http://www.gnu.org/copyleft/gpl.html>.
--- garlic-doc-1.6.orig/debian/docs
+++ garlic-doc-1.6/debian/docs
@@ -0,0 +1,12 @@
+commands
+config
+controls
+data
+docs.html
+features
+garlic.gif
+install
+mouse
+options
+refcard
+tutorial
--- garlic-doc-1.6.orig/debian/rules
+++ garlic-doc-1.6/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+binary-predeb/garlic-doc::
+	rm -rf $(CURDIR)/debian/garlic-doc/usr/share/doc/garlic-doc/mouse/.xvpics
--- garlic-doc-1.6.orig/debian/doc-base
+++ garlic-doc-1.6/debian/doc-base
@@ -0,0 +1,11 @@
+Document: garlic-doc
+Title: Debian Garlic Molecular Visualization Program Manual
+Author: Damir Zucic (zucic@pref.etfos.hr), University of Osijek, Croatia.
+Abstract: This manual describes what garlic is
+ and how it can be used on Debian systems.
+Section: Science
+
+Format: HTML
+Index: /usr/share/doc/garlic-doc/index.html
+Files: /usr/share/doc/garlic-doc/*.html
+