[med-svn] r1748 - in trunk/packages/mage2tab/trunk: . debian
charles-guest at alioth.debian.org
charles-guest at alioth.debian.org
Mon Apr 14 07:01:35 UTC 2008
Author: charles-guest
Date: 2008-04-14 07:01:33 +0000 (Mon, 14 Apr 2008)
New Revision: 1748
Added:
trunk/packages/mage2tab/trunk/debian/
trunk/packages/mage2tab/trunk/debian/README.Debian
trunk/packages/mage2tab/trunk/debian/changelog
trunk/packages/mage2tab/trunk/debian/compat
trunk/packages/mage2tab/trunk/debian/control
trunk/packages/mage2tab/trunk/debian/copyright
trunk/packages/mage2tab/trunk/debian/docs
trunk/packages/mage2tab/trunk/debian/install
trunk/packages/mage2tab/trunk/debian/mage2tab.doc-base.EX
trunk/packages/mage2tab/trunk/debian/rules
trunk/packages/mage2tab/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: trunk/packages/mage2tab/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/packages/mage2tab/trunk/debian/README.Debian
===================================================================
--- trunk/packages/mage2tab/trunk/debian/README.Debian (rev 0)
+++ trunk/packages/mage2tab/trunk/debian/README.Debian 2008-04-14 07:01:33 UTC (rev 1748)
@@ -0,0 +1,6 @@
+mage2tab for Debian
+-------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Charles Plessy <charles-debian-nospam at plessy.org> Mon, 14 Apr 2008 10:39:30 +0900
Added: trunk/packages/mage2tab/trunk/debian/changelog
===================================================================
--- trunk/packages/mage2tab/trunk/debian/changelog (rev 0)
+++ trunk/packages/mage2tab/trunk/debian/changelog 2008-04-14 07:01:33 UTC (rev 1748)
@@ -0,0 +1,6 @@
+mage2tab (0.9-1) unstable; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- Charles Plessy <charles-debian-nospam at plessy.org> Mon, 14 Apr 2008 10:39:30 +0900
+
Added: trunk/packages/mage2tab/trunk/debian/compat
===================================================================
--- trunk/packages/mage2tab/trunk/debian/compat (rev 0)
+++ trunk/packages/mage2tab/trunk/debian/compat 2008-04-14 07:01:33 UTC (rev 1748)
@@ -0,0 +1 @@
+5
Added: trunk/packages/mage2tab/trunk/debian/control
===================================================================
--- trunk/packages/mage2tab/trunk/debian/control (rev 0)
+++ trunk/packages/mage2tab/trunk/debian/control 2008-04-14 07:01:33 UTC (rev 1748)
@@ -0,0 +1,13 @@
+Source: mage2tab
+Section: unknown
+Priority: extra
+Maintainer: Charles Plessy <charles-debian-nospam at plessy.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Standards-Version: 3.7.2
+Homepage: https://www.cbil.upenn.edu/magewiki/index.php/mage2tab
+
+Package: mage2tab
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
Added: trunk/packages/mage2tab/trunk/debian/copyright
===================================================================
--- trunk/packages/mage2tab/trunk/debian/copyright (rev 0)
+++ trunk/packages/mage2tab/trunk/debian/copyright 2008-04-14 07:01:33 UTC (rev 1748)
@@ -0,0 +1,24 @@
+This package was debianized by Charles Plessy <charles-debian-nospam at plessy.org> on
+Mon, 14 Apr 2008 10:39:30 +0900.
+
+It was downloaded from http://www.cbil.upenn.edu/downloads/RAD/mage2tab-v0.9.tar.gz
+
+Upstream Author(s):
+
+ <put author's name and email here>
+ <likewise for another author>
+
+Copyright:
+
+ <Copyright (C) YYYY Name OfAuthor>
+ <likewise for another author>
+
+License:
+
+ <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is (C) 2008, Charles Plessy <charles-debian-nospam at plessy.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
Added: trunk/packages/mage2tab/trunk/debian/docs
===================================================================
--- trunk/packages/mage2tab/trunk/debian/docs (rev 0)
+++ trunk/packages/mage2tab/trunk/debian/docs 2008-04-14 07:01:33 UTC (rev 1748)
@@ -0,0 +1 @@
+README
Added: trunk/packages/mage2tab/trunk/debian/install
===================================================================
--- trunk/packages/mage2tab/trunk/debian/install (rev 0)
+++ trunk/packages/mage2tab/trunk/debian/install 2008-04-14 07:01:33 UTC (rev 1748)
@@ -0,0 +1,3 @@
+lib/perl/RAD /usr/share/perl5/
+bin/* /usr/bin/
+lib/xml/mage.xslt /usr/share/mage2tab/
Added: trunk/packages/mage2tab/trunk/debian/mage2tab.doc-base.EX
===================================================================
--- trunk/packages/mage2tab/trunk/debian/mage2tab.doc-base.EX (rev 0)
+++ trunk/packages/mage2tab/trunk/debian/mage2tab.doc-base.EX 2008-04-14 07:01:33 UTC (rev 1748)
@@ -0,0 +1,22 @@
+Document: mage2tab
+Title: Debian mage2tab Manual
+Author: <insert document author here>
+Abstract: This manual describes what mage2tab is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/mage2tab/mage2tab.sgml.gz
+
+Format: postscript
+Files: /usr/share/doc/mage2tab/mage2tab.ps.gz
+
+Format: text
+Files: /usr/share/doc/mage2tab/mage2tab.text.gz
+
+Format: HTML
+Index: /usr/share/doc/mage2tab/html/index.html
+Files: /usr/share/doc/mage2tab/html/*.html
+
+
Added: trunk/packages/mage2tab/trunk/debian/rules
===================================================================
--- trunk/packages/mage2tab/trunk/debian/rules (rev 0)
+++ trunk/packages/mage2tab/trunk/debian/rules 2008-04-14 07:01:33 UTC (rev 1748)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
Property changes on: trunk/packages/mage2tab/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/packages/mage2tab/trunk/debian/watch
===================================================================
--- trunk/packages/mage2tab/trunk/debian/watch (rev 0)
+++ trunk/packages/mage2tab/trunk/debian/watch 2008-04-14 07:01:33 UTC (rev 1748)
@@ -0,0 +1,2 @@
+version=3
+http://www.cbil.upenn.edu/downloads/RAD/mage2tab-v([\d\.]+).tar.gz
More information about the debian-med-commit
mailing list