r46719 - in /trunk/libfilter-crypto-perl/debian: ./ changelog compat control copyright libfilter-crypto-perl.docs rules watch

cjadamscollier-guest at users.alioth.debian.org cjadamscollier-guest at users.alioth.debian.org
Wed Nov 4 01:34:29 UTC 2009


Author: cjadamscollier-guest
Date: Wed Nov  4 01:34:19 2009
New Revision: 46719

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

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

Added: trunk/libfilter-crypto-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/changelog?rev=46719&op=file
==============================================================================
--- trunk/libfilter-crypto-perl/debian/changelog (added)
+++ trunk/libfilter-crypto-perl/debian/changelog Wed Nov  4 01:34:19 2009
@@ -1,0 +1,5 @@
+libfilter-crypto-perl (1.29-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- C.J. Adams-Collier <cjac at colliertech.org>  Tue, 3 Nov 2009 15:07:40 -0800

Added: trunk/libfilter-crypto-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/compat?rev=46719&op=file
==============================================================================
--- trunk/libfilter-crypto-perl/debian/compat (added)
+++ trunk/libfilter-crypto-perl/debian/compat Wed Nov  4 01:34:19 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libfilter-crypto-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/control?rev=46719&op=file
==============================================================================
--- trunk/libfilter-crypto-perl/debian/control (added)
+++ trunk/libfilter-crypto-perl/debian/control Wed Nov  4 01:34:19 2009
@@ -1,0 +1,25 @@
+Source: libfilter-crypto-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.8.9), perl (>= 5.6.0), perl-doc (>= 5.6.0), libpar-packer-perl
+Maintainer: C.J. Adams-Collier <cjac at colliertech.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Filter-Crypto/
+
+Package: libfilter-crypto-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+  perl (>= 5.6.0)
+Description: Create runnable Perl files encrypted with OpenSSL libcrypto
+ Filter::Crypto provides a Perl source code decryption filter for running
+ files that have been encrypted via the
+ Filter::Crypto::CryptFile|Filter::Crypto::CryptFile module.
+ .
+ You should rarely, if ever, need to touch this module. The encrypted files
+ produced by the Filter::Crypto::CryptFile|Filter::Crypto::CryptFile module
+ will automatically have the "use Filter::Crypto::Decrypt;" statement added to
+ the start of them, which is all that is required to bring this decryption
+ filter into play. See perlfilter if you want to know more about how Perl
+ source code filters work.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libfilter-crypto-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/copyright?rev=46719&op=file
==============================================================================
--- trunk/libfilter-crypto-perl/debian/copyright (added)
+++ trunk/libfilter-crypto-perl/debian/copyright Wed Nov  4 01:34:19 2009
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Steve Hay <shay at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Filter-Crypto/
+Upstream-Name: Filter-Crypto
+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: Steve Hay <shay at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, C.J. Adams-Collier <cjac at colliertech.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/libfilter-crypto-perl/debian/libfilter-crypto-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/libfilter-crypto-perl.docs?rev=46719&op=file
==============================================================================
--- trunk/libfilter-crypto-perl/debian/libfilter-crypto-perl.docs (added)
+++ trunk/libfilter-crypto-perl/debian/libfilter-crypto-perl.docs Wed Nov  4 01:34:19 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libfilter-crypto-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/rules?rev=46719&op=file
==============================================================================
--- trunk/libfilter-crypto-perl/debian/rules (added)
+++ trunk/libfilter-crypto-perl/debian/rules Wed Nov  4 01:34:19 2009
@@ -1,0 +1,22 @@
+#!/usr/bin/make -f
+
+MAKEFILE = $(firstword $(MAKEFILE_LIST))
+DEBIAN_DIR = $(dir $(MAKEFILE))
+DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
+DEB_VERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2)
+VERSION = $(shell echo $(DEB_VERSION) | sed 's,-.*,,' | sed 's,+dfsg.*,,')
+
+get-orig-source: TARBALL_DIR = $(DEB_SOURCE_NAME)-$(VERSION)
+get-orig-source:
+	uscan \
+		--package $(DEB_SOURCE_NAME) \
+		--watchfile $(DEBIAN_DIR)/watch \
+		--upstream-version $(VERSION) \
+		--download-version $(VERSION) \
+		--destdir . \
+		--force-download \
+		--rename \
+		--repack
+
+%:
+	dh $@

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

Added: trunk/libfilter-crypto-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/watch?rev=46719&op=file
==============================================================================
--- trunk/libfilter-crypto-perl/debian/watch (added)
+++ trunk/libfilter-crypto-perl/debian/watch Wed Nov  4 01:34:19 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Filter-Crypto/   .*/Filter-Crypto-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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