[libterm-readline-zoid-perl] 01/03: Import Debian changes 0.07-1

gregor herrmann gregoa at debian.org
Sat May 20 10:21:58 UTC 2017


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

gregoa pushed a commit to branch master
in repository libterm-readline-zoid-perl.

commit 73c3c0aedee765dec00d2a82f29824909ec6c79e
Author: Marc 'HE' Brockschmidt <he at debian.org>
Date:   Thu Nov 25 19:25:12 2004 +0100

    Import Debian changes 0.07-1
    
    libterm-readline-zoid-perl (0.07-1) unstable; urgency=low
    
      * New upstream release.
    
    libterm-readline-zoid-perl (0.06-1) unstable; urgency=low
    
      * New upstream release, fixing problems with the clear_screen() function.
        (Closes: #271693)
    
    libterm-readline-zoid-perl (0.05-1) unstable; urgency=low
    
      * New upstream release.
    
    libterm-readline-zoid-perl (0.04-1) unstable; urgency=low
    
      * New upstream release.
    
    libterm-readline-zoid-perl (0.02-1) unstable; urgency=low
    
      * New upstream release.
    
    libterm-readline-zoid-perl (0.01-1) unstable; urgency=low
    
      * Initial Release.
---
 debian/changelog | 37 ++++++++++++++++++++++++++++
 debian/compat    |  1 +
 debian/control   | 22 +++++++++++++++++
 debian/copyright | 13 ++++++++++
 debian/rules     | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/watch     |  3 +++
 6 files changed, 149 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e0021ae
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,37 @@
+libterm-readline-zoid-perl (0.07-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Thu, 25 Nov 2004 19:25:12 +0100
+
+libterm-readline-zoid-perl (0.06-1) unstable; urgency=low
+
+  * New upstream release, fixing problems with the clear_screen() function.
+    (Closes: #271693)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Thu, 16 Sep 2004 17:56:44 +0200
+
+libterm-readline-zoid-perl (0.05-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Thu,  9 Sep 2004 17:13:33 +0200
+
+libterm-readline-zoid-perl (0.04-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Thu, 15 Jul 2004 18:31:56 +0200
+
+libterm-readline-zoid-perl (0.02-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Thu, 27 May 2004 23:52:00 +0200
+
+libterm-readline-zoid-perl (0.01-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Fri, 16 Apr 2004 22:07:41 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6657433
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: libterm-readline-zoid-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl, libterm-readkey-perl
+Maintainer: Marc 'HE' Brockschmidt <he at debian.org>
+Standards-Version: 3.6.1
+
+Package: libterm-readline-zoid-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libterm-readkey-perl
+Recommends: perl-modules (>= 5.8) | libfile-temp-perl
+Description:  Pure Perl implementation of Readline libraries
+ libterm-readline-zoid-perl provides a set of modules that form an
+ interactive input buffer written in plain perl with minimal 
+ dependencies.  It features almost all key-bindings described in the
+ posix spec for the sh(1) utility with some extensions like multiline
+ editing; this includes a vi-command mode with a save-buffer (for
+ copy-pasting) and an undo-stack.
+ .
+ It is compatible with the Term::ReadLine interface, so it can be
+ used with perl programs using this interface.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0f350fd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,13 @@
+This is the debian package for the Term::ReadLine::Zoid module.
+It was created by Marc 'HE' Brockschmidt <he at debian.org>.
+
+The upstream author are Jaap Karssenberg and Pardus [Larus] <pardus at cpan.org>.
+
+Copyright (c) 2004 Jaap G Karssenberg. All rights reserved.
+This program is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  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..73627a1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,73 @@
+#!/usr/bin/make -f
+# 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)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	
+	# Add here commands to compile the package.
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add here commands to clean up after the build process.
+	-$(PERL) Build clean
+	rm -rf _build build-stamp Build
+
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(PERL) Build test
+	$(PERL) Build install destdir=$(TMP)
+
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1236f8d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=2
+
+http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/Term-ReadLine-Zoid/Term-ReadLine-Zoid-(\d+\.\d+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-readline-zoid-perl.git



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