[librtf-document-perl] 01/05: Imported Debian patch 0.64-3

Axel Beckert abe at deuxchevaux.org
Tue Jul 21 18:52:37 UTC 2015


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

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 8829da890d0416586752e67374778d71c786990a
Author: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
Date:   Tue Apr 9 12:07:48 2002 +0200

    Imported Debian patch 0.64-3
---
 debian/changelog | 22 +++++++++++++++++
 debian/control   | 13 ++++++++++
 debian/copyright | 11 +++++++++
 debian/rules     | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 118 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d17a929
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,22 @@
+librtf-document-perl (0.64-3) unstable; urgency=low
+
+  * rules file was rewriten
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Tue,  9 Apr 2002 12:07:48 +0200
+
+librtf-document-perl (0.64-2) unstable; urgency=low
+
+  * Arch: any changed to Arch: all (closes: #124393)
+  * libconvert-units-perl added to Build-Depends
+  
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon, 17 Dec 2001 22:30:52 +0100
+
+librtf-document-perl (0.64-1) unstable; urgency=low
+
+  * Initial Release (closes: #123410).
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Tue, 11 Dec 2001 13:02:13 +0100
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..45cc752
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: librtf-document-perl
+Section: interpreters
+Priority: extra
+Maintainer: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Build-Depends-Indep: debhelper (>> 3.0.0), perl5, libconvert-units-perl (>= 0.43)
+Standards-Version: 3.5.2
+
+Package: librtf-document-perl
+Architecture: all
+Depends: perl5, libconvert-units-perl (>= 0.43)
+Description: Perl extension for generating Rich Text (RTF) Files
+ RTF::Document is a module for generating Rich Text Format (RTF) 
+ documents that can be used by most text converters and word processors.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bd2e827
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,11 @@
+This package was debianized by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> on
+Tue, 11 Dec 2001 13:02:13 +0100.
+
+It was downloaded from ftp://ftp.cpan.org/authors/id/R/RR/RRWO/RTF-Document-0.64.tar.gz
+
+Upstream author: Robert Rothenberg <wlkngowl at unix.asb.com>  
+      
+Copyright:    
+Copyright (c) 1999-2000 Robert Rothenberg. All rights reserved.   
+This program is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.  
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..16a9a50
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,72 @@
+#!/usr/bin/make -f
+# -*- Makefile -*-
+
+# Use debhelper V. 2
+export DH_COMPAT := 2
+
+# Make sure perl is defined (allow overriding from the command line
+PERL ?= /usr/bin/perl
+
+# Set our build directory
+b := $(shell pwd)/debian/librtf-document-perl
+
+arrange: arrange-stamp
+arrange-stamp: install
+	dh_testdir
+	dh_installdirs
+	touch arrange-stamp
+
+binary: binary-stamp
+binary-stamp: binary-indep binary-arch
+	dh_testdir
+	touch binary-stamp
+
+binary-arch: binary-arch-stamp
+binary-arch-stamp: arrange
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_compress
+	dh_fixperms
+	dh_strip
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+	touch binary-arch-stamp
+
+binary-indep: binary-indep-stamp
+binary-indep-stamp: arrange
+	dh_testdir
+	touch binary-indep-stamp
+
+build: build-stamp
+build-stamp: config
+	dh_testdir
+	$(MAKE) LDLOADLIBS=-lc
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
+	dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-stamp
+
+config: config-stamp
+config-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	touch config-stamp
+
+install: install-stamp
+install-stamp: build
+	dh_testdir
+	$(MAKE) install PREFIX=$(b)/usr
+	touch install-stamp
+
+.PHONY: arrange binary binary-arch binary-indep build clean config install

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



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