r29632 - in /trunk/libtext-findindent-perl/debian: ./ changelog compat control copyright libtext-findindent-perl.docs rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jan 13 07:59:53 UTC 2009


Author: dmn
Date: Tue Jan 13 07:59:50 2009
New Revision: 29632

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29632
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libtext-findindent-perl/debian/
    trunk/libtext-findindent-perl/debian/changelog
    trunk/libtext-findindent-perl/debian/compat
    trunk/libtext-findindent-perl/debian/control
    trunk/libtext-findindent-perl/debian/copyright
    trunk/libtext-findindent-perl/debian/libtext-findindent-perl.docs
    trunk/libtext-findindent-perl/debian/rules   (with props)
    trunk/libtext-findindent-perl/debian/watch

Added: trunk/libtext-findindent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-findindent-perl/debian/changelog?rev=29632&op=file
==============================================================================
--- trunk/libtext-findindent-perl/debian/changelog (added)
+++ trunk/libtext-findindent-perl/debian/changelog Tue Jan 13 07:59:50 2009
@@ -1,0 +1,5 @@
+libtext-findindent-perl (0.03-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #511659)
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 13 Jan 2009 09:51:54 +0200

Added: trunk/libtext-findindent-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-findindent-perl/debian/compat?rev=29632&op=file
==============================================================================
--- trunk/libtext-findindent-perl/debian/compat (added)
+++ trunk/libtext-findindent-perl/debian/compat Tue Jan 13 07:59:50 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtext-findindent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-findindent-perl/debian/control?rev=29632&op=file
==============================================================================
--- trunk/libtext-findindent-perl/debian/control (added)
+++ trunk/libtext-findindent-perl/debian/control Tue Jan 13 07:59:50 2009
@@ -1,0 +1,23 @@
+Source: libtext-findindent-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Text-FindIndent/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-findindent-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-findindent-perl/
+
+Package: libtext-findindent-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Heuristically determine the indent style
+ Text::FindIndent attempts to detect the underlying indent "policy" for a text
+ file (most likely a source code file).
+ .
+ You give it a chink of text, and it tells you if tabs, spaces or combination
+ of both are used for indentation.
+ .
+ It honours Vim midelines and Emacs Local Variables settings.

Added: trunk/libtext-findindent-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-findindent-perl/debian/copyright?rev=29632&op=file
==============================================================================
--- trunk/libtext-findindent-perl/debian/copyright (added)
+++ trunk/libtext-findindent-perl/debian/copyright Tue Jan 13 07:59:50 2009
@@ -1,0 +1,33 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>, Steffen Mueller <smueller at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Text-FindIndent/
+Upstream-Name: Text-FindIndent
+
+Files: *
+Copyright: 2008 Adam Kennedy <adamk at cpan.org>
+           2008 Steffen Mueller <smueller at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: 2009, Damyan Ivanov <dmn at debian.org>
+License: Artistic | GPL-1+
+ Debian packaging is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+
+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: trunk/libtext-findindent-perl/debian/libtext-findindent-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-findindent-perl/debian/libtext-findindent-perl.docs?rev=29632&op=file
==============================================================================
--- trunk/libtext-findindent-perl/debian/libtext-findindent-perl.docs (added)
+++ trunk/libtext-findindent-perl/debian/libtext-findindent-perl.docs Tue Jan 13 07:59:50 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libtext-findindent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-findindent-perl/debian/rules?rev=29632&op=file
==============================================================================
--- trunk/libtext-findindent-perl/debian/rules (added)
+++ trunk/libtext-findindent-perl/debian/rules Tue Jan 13 07:59:50 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libtext-findindent-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtext-findindent-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-findindent-perl/debian/watch?rev=29632&op=file
==============================================================================
--- trunk/libtext-findindent-perl/debian/watch (added)
+++ trunk/libtext-findindent-perl/debian/watch Tue Jan 13 07:59:50 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Text-FindIndent/   .*/Text-FindIndent-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list