[med-svn] r1753 - in trunk/packages/libbio-mage-utils-perl/trunk: . debian

charles-guest at alioth.debian.org charles-guest at alioth.debian.org
Mon Apr 14 07:05:29 UTC 2008


Author: charles-guest
Date: 2008-04-14 07:05:28 +0000 (Mon, 14 Apr 2008)
New Revision: 1753

Added:
   trunk/packages/libbio-mage-utils-perl/trunk/debian/
   trunk/packages/libbio-mage-utils-perl/trunk/debian/README.Debian
   trunk/packages/libbio-mage-utils-perl/trunk/debian/changelog
   trunk/packages/libbio-mage-utils-perl/trunk/debian/compat
   trunk/packages/libbio-mage-utils-perl/trunk/debian/control
   trunk/packages/libbio-mage-utils-perl/trunk/debian/copyright
   trunk/packages/libbio-mage-utils-perl/trunk/debian/rules
   trunk/packages/libbio-mage-utils-perl/trunk/debian/watch
Modified:
   trunk/packages/libbio-mage-utils-perl/trunk/Makefile.PL
Log:
[svn-inject] Applying Debian modifications to trunk

Modified: trunk/packages/libbio-mage-utils-perl/trunk/Makefile.PL
===================================================================
--- trunk/packages/libbio-mage-utils-perl/trunk/Makefile.PL	2008-04-14 07:05:07 UTC (rev 1752)
+++ trunk/packages/libbio-mage-utils-perl/trunk/Makefile.PL	2008-04-14 07:05:28 UTC (rev 1753)
@@ -2,7 +2,7 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 WriteMakefile(
-    'NAME'              => 'Bio::MAGE::Utils',
+    'NAME'              => 'Bio::MAGE',
     'VERSION'           => '20030502.0',
     'PREREQ_PM'         => {Tie::IxHash=>1.21},
     ($] >= 5.005 ?


Property changes on: trunk/packages/libbio-mage-utils-perl/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: trunk/packages/libbio-mage-utils-perl/trunk/debian/README.Debian
===================================================================
--- trunk/packages/libbio-mage-utils-perl/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/libbio-mage-utils-perl/trunk/debian/README.Debian	2008-04-14 07:05:28 UTC (rev 1753)
@@ -0,0 +1,8 @@
+libbio-mage-utils-perl for Debian
+---------------------------------
+
+WORK IN PROGRESS
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Fri, 11 Apr 2008 11:43:26 +0900

Added: trunk/packages/libbio-mage-utils-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libbio-mage-utils-perl/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/libbio-mage-utils-perl/trunk/debian/changelog	2008-04-14 07:05:28 UTC (rev 1753)
@@ -0,0 +1,6 @@
+libbio-mage-utils-perl (20030502.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Fri, 11 Apr 2008 11:43:26 +0900
+

Added: trunk/packages/libbio-mage-utils-perl/trunk/debian/compat
===================================================================
--- trunk/packages/libbio-mage-utils-perl/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/libbio-mage-utils-perl/trunk/debian/compat	2008-04-14 07:05:28 UTC (rev 1753)
@@ -0,0 +1 @@
+5

Added: trunk/packages/libbio-mage-utils-perl/trunk/debian/control
===================================================================
--- trunk/packages/libbio-mage-utils-perl/trunk/debian/control	                        (rev 0)
+++ trunk/packages/libbio-mage-utils-perl/trunk/debian/control	2008-04-14 07:05:28 UTC (rev 1753)
@@ -0,0 +1,16 @@
+Source: libbio-mage-utils-perl
+Section: science
+Priority: optional
+Maintainer: Charles Plessy <charles-debian-nospam at plessy.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Standards-Version: 3.7.3
+Homepage: http://mged.sourceforge.net/
+
+Package: libbio-mage-utils-perl
+Architecture: all
+Section: perl
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
+         libtie-ixhash-perl
+Suggests: libbio-mage-perl
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>

Added: trunk/packages/libbio-mage-utils-perl/trunk/debian/copyright
===================================================================
--- trunk/packages/libbio-mage-utils-perl/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/libbio-mage-utils-perl/trunk/debian/copyright	2008-04-14 07:05:28 UTC (rev 1753)
@@ -0,0 +1,24 @@
+This package was debianized by Charles Plessy <charles-debian-nospam at plessy.org> on
+Fri, 11 Apr 2008 11:43:26 +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 <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/libbio-mage-utils-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libbio-mage-utils-perl/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/libbio-mage-utils-perl/trunk/debian/rules	2008-04-14 07:05:28 UTC (rev 1753)
@@ -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/libbio-mage-utils-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/libbio-mage-utils-perl/trunk/debian/watch
===================================================================
--- trunk/packages/libbio-mage-utils-perl/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/libbio-mage-utils-perl/trunk/debian/watch	2008-04-14 07:05:28 UTC (rev 1753)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/mged/Bio-MAGE-Utils(.*)\.tar\.gz




More information about the debian-med-commit mailing list