r23961 - in /trunk/libspreadsheet-xlsx-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Aug 8 17:47:02 UTC 2008


Author: gregoa
Date: Fri Aug  8 17:47:00 2008
New Revision: 23961

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

Added:
    trunk/libspreadsheet-xlsx-perl/debian/
    trunk/libspreadsheet-xlsx-perl/debian/changelog
    trunk/libspreadsheet-xlsx-perl/debian/compat
    trunk/libspreadsheet-xlsx-perl/debian/control
    trunk/libspreadsheet-xlsx-perl/debian/copyright
    trunk/libspreadsheet-xlsx-perl/debian/rules   (with props)
    trunk/libspreadsheet-xlsx-perl/debian/watch

Added: trunk/libspreadsheet-xlsx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/changelog?rev=23961&op=file
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/changelog (added)
+++ trunk/libspreadsheet-xlsx-perl/debian/changelog Fri Aug  8 17:47:00 2008
@@ -1,0 +1,5 @@
+libspreadsheet-xlsx-perl (0.03-1) unstable; urgency=low
+
+  * Initial release (closes: #486779).
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 8 Aug 2008 14:31:42 -0300

Added: trunk/libspreadsheet-xlsx-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/compat?rev=23961&op=file
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/compat (added)
+++ trunk/libspreadsheet-xlsx-perl/debian/compat Fri Aug  8 17:47:00 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libspreadsheet-xlsx-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/control?rev=23961&op=file
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/control (added)
+++ trunk/libspreadsheet-xlsx-perl/debian/control Fri Aug  8 17:47:00 2008
@@ -1,0 +1,18 @@
+Source: libspreadsheet-xlsx-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12), libarchive-zip-perl (>= 1.18)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Spreadsheet-XLSX/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libspreadsheet-xlsx-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/
+
+Package: libspreadsheet-xlsx-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libarchive-zip-perl (>= 1.18)
+Description: Perl extension for reading MS Excel 2007 files
+ Spreadsheet::XLSX is a (quick and dirty) emulation of Spreadsheet::ParseExcel
+ for Excel 2007 (.xlsx) file format.

Added: trunk/libspreadsheet-xlsx-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/copyright?rev=23961&op=file
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/copyright (added)
+++ trunk/libspreadsheet-xlsx-perl/debian/copyright Fri Aug  8 17:47:00 2008
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Dmitry Ovsyanko <do at eludia.ru>
+Upstream-Source: http://search.cpan.org/dist/Spreadsheet-XLSX/
+Upstream-Name: Spreadsheet-XLSX
+
+Files: *
+Copyright: Copyright (C) 2008 by Dmitry Ovsyanko <do at eludia.ru>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2008, gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
+
+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/libspreadsheet-xlsx-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/rules?rev=23961&op=file
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/rules (added)
+++ trunk/libspreadsheet-xlsx-perl/debian/rules Fri Aug  8 17:47:00 2008
@@ -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/libspreadsheet-xlsx-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libspreadsheet-xlsx-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-xlsx-perl/debian/watch?rev=23961&op=file
==============================================================================
--- trunk/libspreadsheet-xlsx-perl/debian/watch (added)
+++ trunk/libspreadsheet-xlsx-perl/debian/watch Fri Aug  8 17:47:00 2008
@@ -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/Spreadsheet-XLSX/   .*/Spreadsheet-XLSX-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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