r6135 - in /trunk/libquota-perl: Makefile.PL debian/ debian/README.Debian debian/changelog debian/compat debian/control debian/copyright debian/rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Mon Jul 30 17:31:52 UTC 2007


Author: rmayorga-guest
Date: Mon Jul 30 17:31:52 2007
New Revision: 6135

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

Added:
    trunk/libquota-perl/debian/
    trunk/libquota-perl/debian/README.Debian
    trunk/libquota-perl/debian/changelog
    trunk/libquota-perl/debian/compat
    trunk/libquota-perl/debian/control
    trunk/libquota-perl/debian/copyright
    trunk/libquota-perl/debian/rules   (with props)
Modified:
    trunk/libquota-perl/Makefile.PL

Modified: trunk/libquota-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libquota-perl/Makefile.PL?rev=6135&op=diff
==============================================================================
--- trunk/libquota-perl/Makefile.PL (original)
+++ trunk/libquota-perl/Makefile.PL Mon Jul 30 17:31:52 2007
@@ -101,14 +101,6 @@
 "
     }
 
-    # objects that must not be compiled with the CCCDL arguments
-
-    if (defined $extraobj) {
-        ($extrac = $extraobj) =~ s/\.o(\s+|$)/.c/g;
-        $ret .= "\n$extraobj :\n\t".
-                '$(CC) -c $(INC) $(CCFLAGS) $(OPTIMIZE) '."$extrac\n\n";
-    }
-
     # extract objects from a library to link them in statically
     # for lame OSes that have problems with LD_PATH recording in DLOs
 

Added: trunk/libquota-perl/debian/README.Debian
URL: http://svn.debian.org/wsvn/trunk/libquota-perl/debian/README.Debian?rev=6135&op=file
==============================================================================
--- trunk/libquota-perl/debian/README.Debian (added)
+++ trunk/libquota-perl/debian/README.Debian Mon Jul 30 17:31:52 2007
@@ -1,0 +1,6 @@
+This is the debian package for the Quota module.
+It was created by Elie Rosenblum <fnord at debian.org> using dh-make-perl.
+
+The file vxquotactl.c has been removed from the archive; it is not applicable
+except on VxFS, and therefore useless under Linux. It also is of questionable
+legality under the DFSG.

Added: trunk/libquota-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libquota-perl/debian/changelog?rev=6135&op=file
==============================================================================
--- trunk/libquota-perl/debian/changelog (added)
+++ trunk/libquota-perl/debian/changelog Mon Jul 30 17:31:52 2007
@@ -1,0 +1,76 @@
+libquota-perl (1.5.1+dfsg-1) unstable; urgency=low
+
+  * New Maintainer (Closes:  #430980)
+    Now Maintaining by Debian Perl Group
+  * New upstream release
+  * Version changed to +dfsg because 'vxquotacl.c' was remove
+    from the upstream tarball, due to unclarify copyright see: 'README.Debian'
+  * debian/rules:
+    clean some unused dh_* calls
+    changed 'pwd' to $(CURDIR)
+    some cosmetical changes
+  * debian/control:
+    Added myself to Uploaders
+  * debian/copyright updated: copyrights holder's
+    info of other piece of code in the package
+  * debian/watch added
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Sun, 29 Jul 2007 22:34:36 -0600
+
+libquota-perl (1.4.9-3) unstable; urgency=low
+
+  * QA upload.
+  * Change Maintainer to Debian QA Group <packages at qa.debian.org>
+  * Update Standards Version (no changes)
+  * Replace deprecated dh_installmanpages with dh_installman
+
+ -- Neil Williams <codehelp at debian.org>  Tue, 17 Jul 2007 19:07:13 +0100
+
+libquota-perl (1.4.9-2) unstable; urgency=low
+
+  * Removed Makefile.PL code to compile some stuff without -fPIC (Closes: #229396)
+
+ -- Elie Rosenblum <fnord at debian.org>  Sat, 24 Jan 2004 12:56:33 -0500
+
+libquota-perl (1.4.9-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Elie Rosenblum <fnord at debian.org>  Mon, 12 Jan 2004 19:43:37 -0500
+
+libquota-perl (1.4.6-2) unstable; urgency=low
+
+  * Fixed quota.h path (Closes: #223181)
+    Courtesy of Daniel Schepler <schepler at math.berkeley.edu>
+
+ -- Elie Rosenblum <fnord at debian.org>  Mon, 12 Jan 2004 19:31:06 -0500
+
+libquota-perl (1.4.6-1) unstable; urgency=high
+
+  * New upstream version.
+  * Compiled with perl 5.8
+
+ -- Elie Rosenblum <fnord at debian.org>  Mon,  2 Sep 2002 00:28:43 -0400
+
+libquota-perl (1.4.2-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Elie Rosenblum <fnord at debian.org>  Thu,  9 May 2002 19:50:35 -0400
+
+libquota-perl (1.4.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * Now compiling with -fPIC (Closes: #123107)
+
+ -- Elie Rosenblum <fnord at cosanostra.net>  Fri, 25 Jan 2002 15:34:25 -0500
+
+libquota-perl (1.3.4-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Elie Rosenblum <fnord at debian.org>  Fri, 24 Aug 2001 00:08:21 -0400
+
+Local variables:
+mode: debian-changelog
+End:

Added: trunk/libquota-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libquota-perl/debian/compat?rev=6135&op=file
==============================================================================
--- trunk/libquota-perl/debian/compat (added)
+++ trunk/libquota-perl/debian/compat Mon Jul 30 17:31:52 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libquota-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libquota-perl/debian/control?rev=6135&op=file
==============================================================================
--- trunk/libquota-perl/debian/control (added)
+++ trunk/libquota-perl/debian/control Mon Jul 30 17:31:52 2007
@@ -1,0 +1,20 @@
+Source: libquota-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), perl (>= 5.6.0-17)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Rene Mayorga <rmayorga at debian.org.sv>
+Standards-Version: 3.7.2
+
+Package: libquota-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}
+Description:  Perl interface to file system quotas
+ The Quota module provides access to file system quotas.
+ The quotactl system call or ioctl is used to query or set quotas
+ on the local host, or queries are submitted via RPC to a remote host.
+ Mount tables can be parsed with getmntent and paths can be
+ translated to device files (or whatever the actual quotactl
+ implementations needs as argument) of the according file system.
+ .
+  Homepage: http://search.cpan.org/~tomzo/Quota-1.5.1/

Added: trunk/libquota-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libquota-perl/debian/copyright?rev=6135&op=file
==============================================================================
--- trunk/libquota-perl/debian/copyright (added)
+++ trunk/libquota-perl/debian/copyright Mon Jul 30 17:31:52 2007
@@ -1,0 +1,15 @@
+The upstream package is released as 'public domain'. I'm not sure what we
+can object to. :)
+
+Copyright holder to oder parts of code:
+    Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved
+
+I have removed the file 'vxquotactl.c' as there is no clear copyright or
+license for distribution other than a statement that it was provided by
+Sun / Veritas; I have not pursued distribution ability because the file is
+useless without VxFS.
+
+
+The upstream author is: Tom Zoerner (tomzo at nefkom.net)
+
+It was downloader from: http://search.cpan.org/~tomzo/Quota-1.5.1/

Added: trunk/libquota-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libquota-perl/debian/rules?rev=6135&op=file
==============================================================================
--- trunk/libquota-perl/debian/rules (added)
+++ trunk/libquota-perl/debian/rules Mon Jul 30 17:31:52 2007
@@ -1,0 +1,77 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+OPTIMIZE = -O2 -Wall
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+OPTIMIZE += -g
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(OPTIMIZE)" LD_RUN_PATH=""
+	touch $@ 
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install PREFIX=$(TMP)/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs CHANGES
+	dh_installexamples contrib/*
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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




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