[DRE-commits] r3741 - in packages-wip/libparse-exuberantctags-perl/trunk: . debian

Ryan Niebur ryan52-guest at alioth.debian.org
Thu Jul 2 21:43:15 UTC 2009


Author: ryan52-guest
Date: 2009-07-02 21:43:13 +0000 (Thu, 02 Jul 2009)
New Revision: 3741

Added:
   packages-wip/libparse-exuberantctags-perl/trunk/debian/
   packages-wip/libparse-exuberantctags-perl/trunk/debian/changelog
   packages-wip/libparse-exuberantctags-perl/trunk/debian/compat
   packages-wip/libparse-exuberantctags-perl/trunk/debian/control
   packages-wip/libparse-exuberantctags-perl/trunk/debian/copyright
   packages-wip/libparse-exuberantctags-perl/trunk/debian/libparse-exuberantctags-perl.docs
   packages-wip/libparse-exuberantctags-perl/trunk/debian/rules
   packages-wip/libparse-exuberantctags-perl/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libparse-exuberantctags-perl/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages-wip/libparse-exuberantctags-perl/trunk/debian/changelog
===================================================================
--- packages-wip/libparse-exuberantctags-perl/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libparse-exuberantctags-perl/trunk/debian/changelog	2009-07-02 21:43:13 UTC (rev 3741)
@@ -0,0 +1,5 @@
+libparse-exuberantctags-perl (1.01-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 2 Jul 2009 13:53:56 -0700

Added: packages-wip/libparse-exuberantctags-perl/trunk/debian/compat
===================================================================
--- packages-wip/libparse-exuberantctags-perl/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libparse-exuberantctags-perl/trunk/debian/compat	2009-07-02 21:43:13 UTC (rev 3741)
@@ -0,0 +1 @@
+7

Added: packages-wip/libparse-exuberantctags-perl/trunk/debian/control
===================================================================
--- packages-wip/libparse-exuberantctags-perl/trunk/debian/control	                        (rev 0)
+++ packages-wip/libparse-exuberantctags-perl/trunk/debian/control	2009-07-02 21:43:13 UTC (rev 3741)
@@ -0,0 +1,23 @@
+Source: libparse-exuberantctags-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl-modules, perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Parse-ExuberantCTags/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-exuberantctags-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparse-exuberantctags-perl/
+
+Package: libparse-exuberantctags-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Efficiently parse exuberant ctags files
+ Parse::ExuberantCTags parses ctags files and handles both traditional
+ ctags as well as extended ctags files such as produced with Exuberant
+ ctags. To the best of my knowledge, it does not handle emacs-style
+ "etags" files.
+ .
+ The module is implemented as a wrapper around the readtags library that
+ normally ships with Exuberant ctags. If you do not know what that is, you are
+ encouraged to have a look at http://ctags.sourceforge.net/.

Added: packages-wip/libparse-exuberantctags-perl/trunk/debian/copyright
===================================================================
--- packages-wip/libparse-exuberantctags-perl/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libparse-exuberantctags-perl/trunk/debian/copyright	2009-07-02 21:43:13 UTC (rev 3741)
@@ -0,0 +1,39 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Steffen Mueller <smueller at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Parse-ExuberantCTags/
+Upstream-Name: Parse-ExuberantCTags
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: Steffen Mueller <smueller at cpan.org>
+License: unparsable
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: unparsable | Artistic | GPL-1+
+
+License: unparsable
+    No known license could be automatically determined for this module.
+    If this module conforms to a commonly used license, please report this
+    as a bug in dh-make-perl. In any case, please find the proper license
+    and fix this file!
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    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; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: packages-wip/libparse-exuberantctags-perl/trunk/debian/libparse-exuberantctags-perl.docs
===================================================================
--- packages-wip/libparse-exuberantctags-perl/trunk/debian/libparse-exuberantctags-perl.docs	                        (rev 0)
+++ packages-wip/libparse-exuberantctags-perl/trunk/debian/libparse-exuberantctags-perl.docs	2009-07-02 21:43:13 UTC (rev 3741)
@@ -0,0 +1 @@
+README

Added: packages-wip/libparse-exuberantctags-perl/trunk/debian/rules
===================================================================
--- packages-wip/libparse-exuberantctags-perl/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libparse-exuberantctags-perl/trunk/debian/rules	2009-07-02 21:43:13 UTC (rev 3741)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@


Property changes on: packages-wip/libparse-exuberantctags-perl/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages-wip/libparse-exuberantctags-perl/trunk/debian/watch
===================================================================
--- packages-wip/libparse-exuberantctags-perl/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libparse-exuberantctags-perl/trunk/debian/watch	2009-07-02 21:43:13 UTC (rev 3741)
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Parse-ExuberantCTags/   .*/Parse-ExuberantCTags-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-ruby-extras-commits mailing list