r28737 - in /trunk/libgnome2-print-perl: Print.pm debian/ debian/changelog debian/compat debian/control debian/copyright debian/libgnome2-print-perl.examples debian/rules debian/watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Dec 28 07:38:03 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 07:37:59 2008
New Revision: 28737

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

Added:
    trunk/libgnome2-print-perl/debian/
    trunk/libgnome2-print-perl/debian/changelog
    trunk/libgnome2-print-perl/debian/compat
    trunk/libgnome2-print-perl/debian/control
    trunk/libgnome2-print-perl/debian/copyright
    trunk/libgnome2-print-perl/debian/libgnome2-print-perl.examples
    trunk/libgnome2-print-perl/debian/rules   (with props)
    trunk/libgnome2-print-perl/debian/watch
Modified:
    trunk/libgnome2-print-perl/Print.pm

Modified: trunk/libgnome2-print-perl/Print.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/Print.pm?rev=28737&op=diff
==============================================================================
--- trunk/libgnome2-print-perl/Print.pm (original)
+++ trunk/libgnome2-print-perl/Print.pm Sun Dec 28 07:37:59 2008
@@ -41,7 +41,9 @@
 # Preloaded methods go here.
 
 1;
+
 __END__
+
 =head1 NAME
 
 Gnome2::Print - Perl wrappers for the Gnome Print utilities.

Added: trunk/libgnome2-print-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/changelog?rev=28737&op=file
==============================================================================
--- trunk/libgnome2-print-perl/debian/changelog (added)
+++ trunk/libgnome2-print-perl/debian/changelog Sun Dec 28 07:37:59 2008
@@ -1,0 +1,37 @@
+libgnome2-print-perl (0.95.1-1) unstable; urgency=low
+
+  * New upstream release (real version is 0.951, but we don't want to fuck
+    up the versioning like I did with Glib and Gtk2)
+
+  * debian/control:
+    + Update Maintainer to point to the Gtk2-Perl team
+    + Add Florian to Uploaders
+    + Bump Standards-Version to 3.6.2 (now changes needed)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Tue, 11 Oct 2005 12:26:16 +0200
+
+libgnome2-print-perl (0.94-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Tue,  6 Jul 2004 17:18:16 +0200
+
+libgnome2-print-perl (0.91-2) unstable; urgency=low
+
+  * Rebuild against new GNOME 2.6.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Thu,  3 Jun 2004 14:56:53 +0200
+
+libgnome2-print-perl (0.91-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: I'm a DD now!
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sun, 25 Apr 2004 02:27:14 +0200
+
+libgnome2-print-perl (0.61-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Marc Brockschmidt <marc at dch-faq.de>  Thu, 22 Jan 2004 19:08:32 +0100
+

Added: trunk/libgnome2-print-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/compat?rev=28737&op=file
==============================================================================
--- trunk/libgnome2-print-perl/debian/compat (added)
+++ trunk/libgnome2-print-perl/debian/compat Sun Dec 28 07:37:59 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libgnome2-print-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/control?rev=28737&op=file
==============================================================================
--- trunk/libgnome2-print-perl/debian/control (added)
+++ trunk/libgnome2-print-perl/debian/control Sun Dec 28 07:37:59 2008
@@ -1,0 +1,25 @@
+Source: libgnome2-print-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.040), libgtk2-perl (>= 1.040), libgnome2-perl, libgnome2-dev, libgnomeui-dev, libgnomeprint2.2-dev (>= 2.2), libgnomeprintui2.2-dev (>= 2.2)
+Maintainer: Gtk2-Perl Maintainers <pkg-gtk2-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Marc 'HE' Brockschmidt <he at debian.org>, Florian Ragwitz <rafl at debianforum.de>
+Standards-Version: 3.6.2
+
+Package: libgnome2-print-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libglib-perl (>= 1.040), libgtk2-perl (>= 1.040)
+Description: Perl interface to the GNOME Printing libraries
+ libgnome2-print-perl allows a perl developer to use the Gnome Printing
+ libraries with Gtk2-Perl. 
+ .
+ The perl bindings follow the C API very closely, and the C reference
+ documentation should be considered the canonical source.
+ .
+ Find out more about GNOME at http://www.gnome.org.
+ .
+ To discuss gtk2-perl, ask questions and flame/praise the authors,
+ join gtk-perl-list at gnome.org at lists.gnome.org.
+ .
+ Also have a look at the gtk2-perl website and sourceforge project page,
+ http://gtk2-perl.sourceforge.net

Added: trunk/libgnome2-print-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/copyright?rev=28737&op=file
==============================================================================
--- trunk/libgnome2-print-perl/debian/copyright (added)
+++ trunk/libgnome2-print-perl/debian/copyright Sun Dec 28 07:37:59 2008
@@ -1,0 +1,18 @@
+This is the debian package for the Gtk2 module.
+It was created by Marc Brockschmidt <marc at dch-faq.de> using dh-make-perl.
+
+The sources were downloaded from http://gtk2-perl.sourceforge.net/.
+
+The upstream authors are Emmanuele Bassi <emmanuele.bassi at iol.it> and
+muppet <scott at asofyet.org>.
+
+Copyright (C) 2003 by the gtk2-perl team
+
+This library is free software; you can redistribute it and/or modify it under
+the terms of the GNU Library General Public License as published by the Free
+Software Foundation; either version 2.1 of the License, or (at your option) any
+later version.
+
+A copy of the LGPL-2 can be found at /usr/share/common-licenses/LGPL-2 on
+any Debian system.
+

Added: trunk/libgnome2-print-perl/debian/libgnome2-print-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/libgnome2-print-perl.examples?rev=28737&op=file
==============================================================================
--- trunk/libgnome2-print-perl/debian/libgnome2-print-perl.examples (added)
+++ trunk/libgnome2-print-perl/debian/libgnome2-print-perl.examples Sun Dec 28 07:37:59 2008
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libgnome2-print-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/rules?rev=28737&op=file
==============================================================================
--- trunk/libgnome2-print-perl/debian/rules (added)
+++ trunk/libgnome2-print-perl/debian/rules Sun Dec 28 07:37:59 2008
@@ -1,0 +1,78 @@
+#!/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
+
+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
+
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) realclean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+
+# 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 README
+	dh_installexamples 
+	dh_installchangelogs ChangeLog
+	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/libgnome2-print-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgnome2-print-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/watch?rev=28737&op=file
==============================================================================
--- trunk/libgnome2-print-perl/debian/watch (added)
+++ trunk/libgnome2-print-perl/debian/watch Sun Dec 28 07:37:59 2008
@@ -1,0 +1,3 @@
+version=2
+
+http://osdn.dl.sourceforge.net/sourceforge/gtk2-perl/Gnome2-Print-(.+)\.tar\.gz




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