r2695 - in /packages/libstat-lsmode-perl/trunk/debian: ./ changelog compat control copyright rules watch

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sun May 7 20:01:47 UTC 2006


Author: rra
Date: Sun May  7 20:01:47 2006
New Revision: 2695

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2695
Log:
Load libstat-lsmode-perl-0.50 into packages/libstat-lsmode-perl/trunk.

Added:
    packages/libstat-lsmode-perl/trunk/debian/
    packages/libstat-lsmode-perl/trunk/debian/changelog
    packages/libstat-lsmode-perl/trunk/debian/compat
    packages/libstat-lsmode-perl/trunk/debian/control
    packages/libstat-lsmode-perl/trunk/debian/copyright
    packages/libstat-lsmode-perl/trunk/debian/rules   (with props)
    packages/libstat-lsmode-perl/trunk/debian/watch

Added: packages/libstat-lsmode-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstat-lsmode-perl/trunk/debian/changelog?rev=2695&op=file
==============================================================================
--- packages/libstat-lsmode-perl/trunk/debian/changelog (added)
+++ packages/libstat-lsmode-perl/trunk/debian/changelog Sun May  7 20:01:47 2006
@@ -1,0 +1,20 @@
+libstat-lsmode-perl (0.50-3) unstable; urgency=low
+
+  * Providing binary-arch in debian/rules is required by Policy even if
+    there are no arch-dependent packages.  Whoops.
+
+ -- Russ Allbery <rra at debian.org>  Sat,  3 Dec 2005 10:28:36 -0800
+
+libstat-lsmode-perl (0.50-2) unstable; urgency=low
+
+  * Add a watch file.
+  * Update maintainer address.
+
+ -- Russ Allbery <rra at debian.org>  Thu, 17 Nov 2005 22:16:43 -0800
+
+libstat-lsmode-perl (0.50-1) unstable; urgency=low
+
+  * Initial release.  (Closes: #329257)
+
+ -- Russ Allbery <rra at stanford.edu>  Tue, 20 Sep 2005 13:49:38 -0700
+

Added: packages/libstat-lsmode-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstat-lsmode-perl/trunk/debian/compat?rev=2695&op=file
==============================================================================
--- packages/libstat-lsmode-perl/trunk/debian/compat (added)
+++ packages/libstat-lsmode-perl/trunk/debian/compat Sun May  7 20:01:47 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libstat-lsmode-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstat-lsmode-perl/trunk/debian/control?rev=2695&op=file
==============================================================================
--- packages/libstat-lsmode-perl/trunk/debian/control (added)
+++ packages/libstat-lsmode-perl/trunk/debian/control Sun May  7 20:01:47 2006
@@ -1,0 +1,17 @@
+Source: libstat-lsmode-perl
+Section: perl
+Priority: extra
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Russ Allbery <rra at debian.org>
+Standards-Version: 3.6.2
+
+Package: libstat-lsmode-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl module to format file modes like ls -l
+ Stat::lsMode provides Perl functions to format file modes in the same way
+ that ls -l does (into strings like drwxr-xr-x, for example).  It handles
+ all the expected variations, including setuid, setgid, and sticky bits
+ and special file types.
+

Added: packages/libstat-lsmode-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstat-lsmode-perl/trunk/debian/copyright?rev=2695&op=file
==============================================================================
--- packages/libstat-lsmode-perl/trunk/debian/copyright (added)
+++ packages/libstat-lsmode-perl/trunk/debian/copyright Sun May  7 20:01:47 2006
@@ -1,0 +1,28 @@
+Packaged for Debian by Russ Allbery <rra at debian.org>            2005-09-20
+
+It was downloaded from:
+
+    <http://perl.plover.com/lsMode/>
+
+Upstream author:
+
+    Mark-Jason Dominus <mjd-perl-lsmode at plover.com>
+
+Debian packaging copyright:
+
+    All Debian packaging files for this package, and all modifications
+    made to the upstream source and included in this package (if any),
+    are hereby placed in the public domain.  If this is not possible in
+    your jurisdiction, please consider this a license to treat these
+    files in all respects as if they were in the public domain.
+
+Copyright:
+
+    Copyright 1998 M-J. Dominus (mjd-perl-lsmode at plover.com)
+
+    You may distribute this module under the same terms as Perl itself.
+
+Perl is distributed under either the Artistic License or the GPL.  The
+full text of the GPL is available in Debian systems in
+/usr/share/common-licenses/GPL.  The full text of the Artistic License is
+available on Debian systems in /usr/share/common-licenses/Artistic.

Added: packages/libstat-lsmode-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstat-lsmode-perl/trunk/debian/rules?rev=2695&op=file
==============================================================================
--- packages/libstat-lsmode-perl/trunk/debian/rules (added)
+++ packages/libstat-lsmode-perl/trunk/debian/rules Sun May  7 20:01:47 2006
@@ -1,0 +1,59 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE  = $(shell dh_listpackages)
+TMP      = $(CURDIR)/debian/$(PACKAGE)
+PERL    ?= /usr/bin/perl
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+ifeq (Makefile,$(wildcard Makefile))
+	$(MAKE) distclean
+endif
+	dh_clean build-stamp install-stamp
+
+install: install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs
+	dh_perl 
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:
+binary: binary-arch binary-indep
+.PHONY: build clean binary-arch binary-indep binary

Propchange: packages/libstat-lsmode-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libstat-lsmode-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstat-lsmode-perl/trunk/debian/watch?rev=2695&op=file
==============================================================================
--- packages/libstat-lsmode-perl/trunk/debian/watch (added)
+++ packages/libstat-lsmode-perl/trunk/debian/watch Sun May  7 20:01:47 2006
@@ -1,0 +1,2 @@
+version=3
+http://perl.plover.com/lsMode/Stat-lsMode-([\d.]+)\.tar\.gz




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