r14023 - in /trunk/text-bidi/debian: ./ changelog compat control copyright rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Feb 2 21:33:27 UTC 2008


Author: gregoa-guest
Date: Sat Feb  2 21:33:20 2008
New Revision: 14023

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

Added:
    trunk/text-bidi/debian/
    trunk/text-bidi/debian/changelog
    trunk/text-bidi/debian/compat
    trunk/text-bidi/debian/control
    trunk/text-bidi/debian/copyright
    trunk/text-bidi/debian/rules   (with props)

Added: trunk/text-bidi/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/text-bidi/debian/changelog?rev=14023&op=file
==============================================================================
--- trunk/text-bidi/debian/changelog (added)
+++ trunk/text-bidi/debian/changelog Sat Feb  2 21:33:20 2008
@@ -1,0 +1,20 @@
+text-bidi (0.03-3) unstable; urgency=low
+
+  * Bump standards version to 3.7.3
+    - Fix description-contains-homepage lintian warning.
+
+ -- Lior Kaplan <kaplan at debian.org>  Thu, 31 Jan 2008 21:07:22 +0200
+
+text-bidi (0.03-2) unstable; urgency=low
+
+  * Rename binary package from text-bidi to libtext-bidi-perl, as latter is
+    compliant to the Perl Policy.
+
+ -- Lior Kaplan <kaplan at debian.org>  Sat, 13 Oct 2007 21:23:13 +0200
+
+text-bidi (0.03-1) unstable; urgency=low
+
+  * Initial release (Closes: #446292).
+
+ -- Lior Kaplan <kaplan at debian.org>  Sat, 13 Oct 2007 13:58:26 +0200
+

Added: trunk/text-bidi/debian/compat
URL: http://svn.debian.org/wsvn/trunk/text-bidi/debian/compat?rev=14023&op=file
==============================================================================
--- trunk/text-bidi/debian/compat (added)
+++ trunk/text-bidi/debian/compat Sat Feb  2 21:33:20 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/text-bidi/debian/control
URL: http://svn.debian.org/wsvn/trunk/text-bidi/debian/control?rev=14023&op=file
==============================================================================
--- trunk/text-bidi/debian/control (added)
+++ trunk/text-bidi/debian/control Sat Feb  2 21:33:20 2008
@@ -1,0 +1,16 @@
+Source: text-bidi
+Section: perl
+Priority: extra
+Maintainer: Lior Kaplan <kaplan at debian.org>
+Build-Depends: debhelper (>= 5), libfribidi-dev, swig, libtest-pod-perl
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/~kamensky/Text-Bidi-0.03/
+
+Package: libtext-bidi-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Text::Bidi - Unicode bidi algorithm for Perl using libfribidi
+ This Perl module provides basic support for the Unicode bidirectional text 
+ (Bidi) algorithm, for displaying text consisting of both left-to-right and 
+ right-to-left written languages (like Hebrew and Arabic.) It does so using a 
+ swig interface file to the libfribidi library.

Added: trunk/text-bidi/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/text-bidi/debian/copyright?rev=14023&op=file
==============================================================================
--- trunk/text-bidi/debian/copyright (added)
+++ trunk/text-bidi/debian/copyright Sat Feb  2 21:33:20 2008
@@ -1,0 +1,37 @@
+This package was debianized by Lior Kaplan <kaplan at debian.org> on
+Sat, 13 Oct 2007 13:58:26 +0200.
+
+It was downloaded from http://search.cpan.org/~kamensky/Text-Bidi-0.03/
+
+Upstream Author: 
+
+     Moshe Kamensky <kamensky at cpan.org>
+
+Copyright: 
+
+    Copyright (C) 2006-2007 Moshe Kamensky <kamensky at cpan.org>
+
+License:
+
+    This program is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself.
+
+Quoting the perl-base package: 
+
+    This program is free software; you can redistribute it and/or modify
+    it 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'.
+
+More info is at http://dev.perl.org/licenses/
+
+The Debian packaging is (C) 2007, Lior Kaplan <kaplan at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/text-bidi/debian/rules
URL: http://svn.debian.org/wsvn/trunk/text-bidi/debian/rules?rev=14023&op=file
==============================================================================
--- trunk/text-bidi/debian/rules (added)
+++ trunk/text-bidi/debian/rules Sat Feb  2 21:33:20 2008
@@ -1,0 +1,85 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	perl Makefile.PL
+	#$(MAKE) swig-clean
+	$(MAKE) clean
+
+	dh_clean Makefile.old
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/libtext-bidi-perl.
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libtext-bidi-perl/usr
+	rmdir --ignore-fail-on-non-empty -p $(CURDIR)/debian/libtext-bidi-perl/usr/share/perl5/
+	if [ ! -s $(CURDIR)/debian/libtext-bidi-perl/usr/lib/perl5/auto/Text/Bidi/private/private.bs ]; then \
+	rm $(CURDIR)/debian/libtext-bidi-perl/usr/lib/perl5/auto/Text/Bidi/private/private.bs; \
+	fi
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs Changes
+	dh_installdocs
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: trunk/text-bidi/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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