[med-svn] r11012 - in trunk: . package_template
Andreas Tille
tille at alioth.debian.org
Fri May 25 17:27:07 UTC 2012
Author: tille
Date: 2012-05-25 17:27:06 +0000 (Fri, 25 May 2012)
New Revision: 11012
Added:
trunk/package_template/
trunk/package_template/changelog
trunk/package_template/compat
trunk/package_template/control
trunk/package_template/copyright
trunk/package_template/rules
trunk/package_template/upstream
Log:
Very simple template for machine-readable files to simplify creating new packages which are typical for Debian Med team
Added: trunk/package_template/changelog
===================================================================
--- trunk/package_template/changelog (rev 0)
+++ trunk/package_template/changelog 2012-05-25 17:27:06 UTC (rev 11012)
@@ -0,0 +1,5 @@
+<pkg> (<version>-1) unstable; urgency=low
+
+ * Initial release (Closes: #<bug>)
+
+ -- DMPT <debian-med-packaging at lists.alioth.debian.org> <date>
Added: trunk/package_template/compat
===================================================================
--- trunk/package_template/compat (rev 0)
+++ trunk/package_template/compat 2012-05-25 17:27:06 UTC (rev 11012)
@@ -0,0 +1 @@
+9
Added: trunk/package_template/control
===================================================================
--- trunk/package_template/control (rev 0)
+++ trunk/package_template/control 2012-05-25 17:27:06 UTC (rev 11012)
@@ -0,0 +1,17 @@
+Source: <pkg>
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
+Homepage: <homepage>
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/<pkg>/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/<pkg>/trunk/
+
+Package: <pkg>
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <short_description>
+ <long_description>
Added: trunk/package_template/copyright
===================================================================
--- trunk/package_template/copyright (rev 0)
+++ trunk/package_template/copyright 2012-05-25 17:27:06 UTC (rev 11012)
@@ -0,0 +1,11 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: <pkg>
+Source: <path_to_download>
+
+Files: *
+Copyright: © 20xx-20yy <upstream>
+License: <license>
+
+Files: debian/*
+Copyright: © 2012 Andreas Tille <tille at debian.org>
+License: <license>
Added: trunk/package_template/rules
===================================================================
--- trunk/package_template/rules (rev 0)
+++ trunk/package_template/rules 2012-05-25 17:27:06 UTC (rev 11012)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+%:
+ dh $@
Property changes on: trunk/package_template/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/package_template/upstream
===================================================================
--- trunk/package_template/upstream (rev 0)
+++ trunk/package_template/upstream 2012-05-25 17:27:06 UTC (rev 11012)
@@ -0,0 +1,12 @@
+Reference:
+ Author:
+ Title:
+ Journal:
+ Year:
+ Volume:
+ Number:
+ Pages:
+ DOI:
+ PMID:
+ URL:
+ eprint:
More information about the debian-med-commit
mailing list