r29461 - in /trunk/libcrypt-twofish-perl: debian/ debian/changelog debian/compat debian/control debian/copyright debian/libcrypt-twofish-perl.docs debian/rules debian/watch platform.h

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jan 8 08:52:23 UTC 2009


Author: dmn
Date: Thu Jan  8 08:52:20 2009
New Revision: 29461

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

Added:
    trunk/libcrypt-twofish-perl/debian/
    trunk/libcrypt-twofish-perl/debian/changelog
    trunk/libcrypt-twofish-perl/debian/compat
    trunk/libcrypt-twofish-perl/debian/control
    trunk/libcrypt-twofish-perl/debian/copyright
    trunk/libcrypt-twofish-perl/debian/libcrypt-twofish-perl.docs
    trunk/libcrypt-twofish-perl/debian/rules   (with props)
    trunk/libcrypt-twofish-perl/debian/watch
    trunk/libcrypt-twofish-perl/platform.h

Added: trunk/libcrypt-twofish-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/debian/changelog?rev=29461&op=file
==============================================================================
--- trunk/libcrypt-twofish-perl/debian/changelog (added)
+++ trunk/libcrypt-twofish-perl/debian/changelog Thu Jan  8 08:52:20 2009
@@ -1,0 +1,5 @@
+libcrypt-twofish-perl (2.12-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 8 Jan 2009 10:49:58 +0200

Added: trunk/libcrypt-twofish-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/debian/compat?rev=29461&op=file
==============================================================================
--- trunk/libcrypt-twofish-perl/debian/compat (added)
+++ trunk/libcrypt-twofish-perl/debian/compat Thu Jan  8 08:52:20 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libcrypt-twofish-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/debian/control?rev=29461&op=file
==============================================================================
--- trunk/libcrypt-twofish-perl/debian/control (added)
+++ trunk/libcrypt-twofish-perl/debian/control Thu Jan  8 08:52:20 2009
@@ -1,0 +1,25 @@
+Source: libcrypt-twofish-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), 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/Crypt-Twofish/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-twofish-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcrypt-twofish-perl/
+
+Package: libcrypt-twofish-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description:  The Twofish Encryption Algorithm
+ Twofish is a 128-bit symmetric block cipher with a variable length (128, 192,
+ or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for
+ all uses, as described at <URL:http://www.counterpane.com/twofish.html>.
+ .
+ Crypt::Twofish implements Twofish encryption. It supports the Crypt::CBC
+ interface, with the functions described below. It also provides an interface
+ that is call-compatible with Crypt::Twofish 1.0, but its use in new code is
+ strongly discouraged.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libcrypt-twofish-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/debian/copyright?rev=29461&op=file
==============================================================================
--- trunk/libcrypt-twofish-perl/debian/copyright (added)
+++ trunk/libcrypt-twofish-perl/debian/copyright Thu Jan  8 08:52:20 2009
@@ -1,0 +1,43 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Abhijit Menon-Sen <ams at wiw.org>
+    .
+    Copyright 2001 Abhijit Menon-Sen. All rights reserved.
+    .
+    This software is distributed under the terms of the Artistic License
+    <URL:http://ams.wiw.org/code/artistic.txt>.
+Upstream-Source: http://search.cpan.org/dist/Crypt-Twofish/
+Upstream-Name: Crypt-Twofish
+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: Abhijit Menon-Sen <ams at wiw.org>
+    .
+    Copyright 2001 Abhijit Menon-Sen. All rights reserved.
+    .
+    This software is distributed under the terms of the Artistic License
+    <URL:http://ams.wiw.org/code/artistic.txt>.
+License: 
+
+Files: debian/*
+Copyright: 2009, Damyan Ivanov <dmn 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/libcrypt-twofish-perl/debian/libcrypt-twofish-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/debian/libcrypt-twofish-perl.docs?rev=29461&op=file
==============================================================================
--- trunk/libcrypt-twofish-perl/debian/libcrypt-twofish-perl.docs (added)
+++ trunk/libcrypt-twofish-perl/debian/libcrypt-twofish-perl.docs Thu Jan  8 08:52:20 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libcrypt-twofish-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/debian/rules?rev=29461&op=file
==============================================================================
--- trunk/libcrypt-twofish-perl/debian/rules (added)
+++ trunk/libcrypt-twofish-perl/debian/rules Thu Jan  8 08:52:20 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: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libcrypt-twofish-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/debian/watch?rev=29461&op=file
==============================================================================
--- trunk/libcrypt-twofish-perl/debian/watch (added)
+++ trunk/libcrypt-twofish-perl/debian/watch Thu Jan  8 08:52:20 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/Crypt-Twofish/   .*/Crypt-Twofish-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Added: trunk/libcrypt-twofish-perl/platform.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-twofish-perl/platform.h?rev=29461&op=file
==============================================================================
--- trunk/libcrypt-twofish-perl/platform.h (added)
+++ trunk/libcrypt-twofish-perl/platform.h Thu Jan  8 08:52:20 2009
@@ -1,0 +1,8 @@
+/* Automatically generated by "perl Makefile.PL" */
+
+#ifndef _PLATFORM_H_
+#define _PLATFORM_H_
+
+#include <inttypes.h>
+
+#endif




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