r21618 - in /trunk/libnet-jabber-loudmouth-perl/debian: ./ changelog compat control copyright rules source.lintian-overrides

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 16:51:46 UTC 2008


Author: gregoa
Date: Sun Jun 15 16:51:46 2008
New Revision: 21618

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

Added:
    trunk/libnet-jabber-loudmouth-perl/debian/
    trunk/libnet-jabber-loudmouth-perl/debian/changelog
    trunk/libnet-jabber-loudmouth-perl/debian/compat
    trunk/libnet-jabber-loudmouth-perl/debian/control
    trunk/libnet-jabber-loudmouth-perl/debian/copyright
    trunk/libnet-jabber-loudmouth-perl/debian/rules   (with props)
    trunk/libnet-jabber-loudmouth-perl/debian/source.lintian-overrides

Added: trunk/libnet-jabber-loudmouth-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-loudmouth-perl/debian/changelog?rev=21618&op=file
==============================================================================
--- trunk/libnet-jabber-loudmouth-perl/debian/changelog (added)
+++ trunk/libnet-jabber-loudmouth-perl/debian/changelog Sun Jun 15 16:51:46 2008
@@ -1,0 +1,20 @@
+libnet-jabber-loudmouth-perl (0.07-1.1) unstable; urgency=low
+
+  * Non-maintainer upload for the Perl 5.10 transition.
+  * Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463543)
+
+ -- Niko Tyni <ntyni at debian.org>  Wed, 02 Apr 2008 16:22:01 +0300
+
+libnet-jabber-loudmouth-perl (0.07-1) unstable; urgency=low
+
+  * New upstream release.
+    Makes xs/MessageNode.xs C99 compliant (Closes: #356546).
+
+ -- Florian Ragwitz <rafl at debian.org>  Sun, 12 Mar 2006 19:21:03 +0100
+
+libnet-jabber-loudmouth-perl (0.06-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Florian Ragwitz <rafl at debianforum.de>  Wed,  7 Sep 2005 16:21:12 +0200
+

Added: trunk/libnet-jabber-loudmouth-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-loudmouth-perl/debian/compat?rev=21618&op=file
==============================================================================
--- trunk/libnet-jabber-loudmouth-perl/debian/compat (added)
+++ trunk/libnet-jabber-loudmouth-perl/debian/compat Sun Jun 15 16:51:46 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libnet-jabber-loudmouth-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-loudmouth-perl/debian/control?rev=21618&op=file
==============================================================================
--- trunk/libnet-jabber-loudmouth-perl/debian/control (added)
+++ trunk/libnet-jabber-loudmouth-perl/debian/control Sun Jun 15 16:51:46 2008
@@ -1,0 +1,14 @@
+Source: libnet-jabber-loudmouth-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7), libextutils-depends-perl, libextutils-pkgconfig-perl, libglib-perl (>= 1:1.093), libglib2.0-dev, libloudmouth1-dev
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Standards-Version: 3.6.2
+
+Package: libnet-jabber-loudmouth-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, libglib-perl
+Description:  Perl interface for the loudmouth jabber library
+ Net::Jabber::Loudmouth is a perl interface for libloudmouth, Lightweight C
+ Jabber library. It allows you to do the same stuff with Net::Jabber, but with a
+ nicer interface and much faster, because most of the code is written in C.

Added: trunk/libnet-jabber-loudmouth-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-loudmouth-perl/debian/copyright?rev=21618&op=file
==============================================================================
--- trunk/libnet-jabber-loudmouth-perl/debian/copyright (added)
+++ trunk/libnet-jabber-loudmouth-perl/debian/copyright Sun Jun 15 16:51:46 2008
@@ -1,0 +1,15 @@
+This package was debianized by Florian Ragwitz <rafl at debianforum.de> on
+Wed, 07 Sep 2005 16:24:05 +0200
+
+The upstream author is: Florian Ragwitz <rafl at debianforum.de>
+
+Copyright (C) 2005 by Florian Ragwitz
+
+This library is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself, either Perl version 5.8.7 or, at your option,
+any later version of Perl 5 you may have available.
+
+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'.

Added: trunk/libnet-jabber-loudmouth-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-loudmouth-perl/debian/rules?rev=21618&op=file
==============================================================================
--- trunk/libnet-jabber-loudmouth-perl/debian/rules (added)
+++ trunk/libnet-jabber-loudmouth-perl/debian/rules Sun Jun 15 16:51:46 2008
@@ -1,0 +1,69 @@
+#!/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)
+
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) realclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+	touch install-stamp
+
+# 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_installdocs TODO
+	dh_installexamples examples/*
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	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-arch binary

Propchange: trunk/libnet-jabber-loudmouth-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-jabber-loudmouth-perl/debian/source.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-jabber-loudmouth-perl/debian/source.lintian-overrides?rev=21618&op=file
==============================================================================
--- trunk/libnet-jabber-loudmouth-perl/debian/source.lintian-overrides (added)
+++ trunk/libnet-jabber-loudmouth-perl/debian/source.lintian-overrides Sun Jun 15 16:51:46 2008
@@ -1,0 +1,1 @@
+libnet-jabber-loudmouth-perl: build-depends-indep-without-arch-indep




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