[med-svn] r2181 - in trunk/packages/maq/trunk: . debian

plessy at alioth.debian.org plessy at alioth.debian.org
Mon Jul 7 14:52:23 UTC 2008


Author: plessy
Date: 2008-07-07 14:52:21 +0000 (Mon, 07 Jul 2008)
New Revision: 2181

Added:
   trunk/packages/maq/trunk/debian/
   trunk/packages/maq/trunk/debian/README.Debian
   trunk/packages/maq/trunk/debian/changelog
   trunk/packages/maq/trunk/debian/compat
   trunk/packages/maq/trunk/debian/control
   trunk/packages/maq/trunk/debian/copyright
   trunk/packages/maq/trunk/debian/dirs
   trunk/packages/maq/trunk/debian/docs
   trunk/packages/maq/trunk/debian/maq.doc-base
   trunk/packages/maq/trunk/debian/rules
   trunk/packages/maq/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/packages/maq/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: trunk/packages/maq/trunk/debian/README.Debian
===================================================================
--- trunk/packages/maq/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/README.Debian	2008-07-07 14:52:21 UTC (rev 2181)
@@ -0,0 +1,6 @@
+maq for Debian
+--------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Charles Plessy <plessy at debian.org>  Mon, 07 Jul 2008 23:37:51 +0900

Added: trunk/packages/maq/trunk/debian/changelog
===================================================================
--- trunk/packages/maq/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/changelog	2008-07-07 14:52:21 UTC (rev 2181)
@@ -0,0 +1,6 @@
+maq (0.6.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Charles Plessy <plessy at debian.org>  Mon, 07 Jul 2008 23:37:51 +0900
+

Added: trunk/packages/maq/trunk/debian/compat
===================================================================
--- trunk/packages/maq/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/compat	2008-07-07 14:52:21 UTC (rev 2181)
@@ -0,0 +1 @@
+6

Added: trunk/packages/maq/trunk/debian/control
===================================================================
--- trunk/packages/maq/trunk/debian/control	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/control	2008-07-07 14:52:21 UTC (rev 2181)
@@ -0,0 +1,13 @@
+Source: maq
+Section: science
+Priority: optional
+Maintainer: Charles Plessy <plessy at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), autotools-dev, gcc-multilib
+Standards-Version: 3.7.3
+Homepage: <insert the upstream URL, if relevant>
+
+Package: maq
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>

Added: trunk/packages/maq/trunk/debian/copyright
===================================================================
--- trunk/packages/maq/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/copyright	2008-07-07 14:52:21 UTC (rev 2181)
@@ -0,0 +1,24 @@
+This package was debianized by Charles Plessy <plessy at debian.org> on
+Mon, 07 Jul 2008 23:37:51 +0900.
+
+It was downloaded from <url://example.com>
+
+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 <plessy at debian.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/maq/trunk/debian/dirs
===================================================================
--- trunk/packages/maq/trunk/debian/dirs	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/dirs	2008-07-07 14:52:21 UTC (rev 2181)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: trunk/packages/maq/trunk/debian/docs
===================================================================
--- trunk/packages/maq/trunk/debian/docs	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/docs	2008-07-07 14:52:21 UTC (rev 2181)
@@ -0,0 +1,2 @@
+NEWS
+README

Added: trunk/packages/maq/trunk/debian/maq.doc-base
===================================================================
--- trunk/packages/maq/trunk/debian/maq.doc-base	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/maq.doc-base	2008-07-07 14:52:21 UTC (rev 2181)
@@ -0,0 +1,22 @@
+Document: maq
+Title: Debian maq Manual
+Author: <insert document author here>
+Abstract: This manual describes what maq is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/maq/maq.sgml.gz
+
+Format: postscript
+Files: /usr/share/doc/maq/maq.ps.gz
+
+Format: text
+Files: /usr/share/doc/maq/maq.text.gz
+
+Format: HTML
+Index: /usr/share/doc/maq/html/index.html
+Files: /usr/share/doc/maq/html/*.html
+
+  

Added: trunk/packages/maq/trunk/debian/rules
===================================================================
--- trunk/packages/maq/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/rules	2008-07-07 14:52:21 UTC (rev 2181)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+
+# Add here any variable or target overrides you need.


Property changes on: trunk/packages/maq/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/maq/trunk/debian/watch
===================================================================
--- trunk/packages/maq/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/maq/trunk/debian/watch	2008-07-07 14:52:21 UTC (rev 2181)
@@ -0,0 +1,22 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php maq-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/maq-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/maq-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/maq/maq-(.*)\.tar\.gz
+
+




More information about the debian-med-commit mailing list