[libscalar-properties-perl] 01/15: Import Debian changes 0.12-1

dom at earth.li dom at earth.li
Sat Sep 2 15:08:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch master
in repository libscalar-properties-perl.

commit 123eb390c30598011331cc23b7d90b615d4845e8
Author: Timo Schneider <timo.schneider at s2004.tu-chemnitz.de>
Date:   Fri Apr 21 01:18:03 2006 +0200

    Import Debian changes 0.12-1
    
    libscalar-properties-perl (0.12-1) unstable; urgency=low
    
      * Initial Release.
---
 debian/changelog |  6 ++++++
 debian/compat    |  1 +
 debian/control   | 31 +++++++++++++++++++++++++++++++
 debian/copyright | 27 +++++++++++++++++++++++++++
 debian/rules     | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/watch     |  2 ++
 6 files changed, 122 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..49d14d1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libscalar-properties-perl (0.12-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Timo Schneider <timo.schneider at s2004.tu-chemnitz.de>  Fri, 21 Apr 2006 01:18:03 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ae8fdc7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libscalar-properties-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.32)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Timo Schneider <timo.schneider at s2004.tu-chemnitz.de>
+Standards-Version: 3.7.2
+
+Package: libscalar-properties-perl
+Architecture: all
+Depends: ${perl:Depends}
+Enhances: libdata-compare-perl
+Description: perl module to add run-time properties on scalar variables
+ Scalar::Properties attempts to make Perl more object-oriented by
+ taking an idea from Ruby: Everything you manipulate is an object,
+ and the results of those manipulations are objects themselves.
+ .
+ 'hello world'->length
+ (-1234)->abs
+ "oh my god, it's full of properties"->index('g')
+ .
+ The first example asks a string to calculate its length. The second
+ example asks a number to calculate its absolute value. And the
+ third example asks a string to find the index of the letter 'g'.
+ .
+ Using this module you can have run-time properties on initialized
+ scalar variables and literal values. The word 'properties' is used
+ in the Perl 6 sense: out-of-band data, little sticky notes that
+ are attached to the value. While attributes (as in Perl 5's attribute
+ pragma, and see the Attribute::* family of modules) are handled
+ at compile-time, properties are handled at run-time.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4de04ef
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Debianized by Timo Schneider from CPAN on 04/20/06. Upstream source code
+is available from CPAN, Module Scalar::Properties.
+http://search.cpan.org/~dcantrell/Scalar-Properties/
+
+The upstream authors are: 
+
+James A. Duncan <jduncan at fotango.com>
+Marcel Grunauer, <marcel at codewerk.com>
+Some contributions from David Cantrell, <david at cantrell.org.uk>.
+
+Copyright 2001 Marcel Grunauer, James A. Duncan.
+Portions copyright 2003 David Cantrell. All rights reserved.
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+Perl is licensed under the terms of either:
+
+a) the GNU General Public License as published by the Free Software
+   Foundation; either version 1, or (at your option) any later
+   version, or
+
+b) the "Artistic License" which comes with Perl.
+
+On Debian GNU/Linux systems, the complete text of the GNU General 
+Public License can be found in `/usr/share/common-licenses/GPL' and
+the Artistic Licence in `/usr/share/common-licenses/Artistic'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c9a7f38
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,55 @@
+#!/usr/bin/make -f
+
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install_stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+	dh_clean
+
+install: build 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
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README TODO
+	dh_installchangelogs
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ff338a4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/Scalar/Scalar-Properties-(.*).(tar.gz|tar|tgz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libscalar-properties-perl.git



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