r28712 - in /trunk/libgnome2-canvas-perl: canvas_demo/canvas.pl debian/ debian/changelog debian/compat debian/control debian/copyright debian/libgnome2-canvas-perl.examples debian/rules debian/watch

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


Author: ryan52-guest
Date: Sun Dec 28 07:32:34 2008
New Revision: 28712

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

Added:
    trunk/libgnome2-canvas-perl/debian/
    trunk/libgnome2-canvas-perl/debian/changelog
    trunk/libgnome2-canvas-perl/debian/compat
    trunk/libgnome2-canvas-perl/debian/control
    trunk/libgnome2-canvas-perl/debian/copyright
    trunk/libgnome2-canvas-perl/debian/libgnome2-canvas-perl.examples
    trunk/libgnome2-canvas-perl/debian/rules   (with props)
    trunk/libgnome2-canvas-perl/debian/watch
Modified:
    trunk/libgnome2-canvas-perl/canvas_demo/canvas.pl

Modified: trunk/libgnome2-canvas-perl/canvas_demo/canvas.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-canvas-perl/canvas_demo/canvas.pl?rev=28712&op=diff
==============================================================================
--- trunk/libgnome2-canvas-perl/canvas_demo/canvas.pl (original)
+++ trunk/libgnome2-canvas-perl/canvas_demo/canvas.pl Sun Dec 28 07:32:34 2008
@@ -1,12 +1,13 @@
+#!/usr/bin/perl
 use strict;
 use Gnome2::Canvas;
 
-require "canvas-arrowhead.pl";
-require "canvas-curve.pl";
-require "canvas-features.pl";
-require "canvas-fifteen.pl";
-require "canvas-primitives.pl";
-require "canvas-rich-text.pl";
+require "canvas-arrowhead.pm";
+require "canvas-curve.pm";
+require "canvas-features.pm";
+require "canvas-fifteen.pm";
+require "canvas-primitives.pm";
+require "canvas-rich-text.pm";
 
 sub create_canvas {
 	my $app = Gtk2::Window->new;

Added: trunk/libgnome2-canvas-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-canvas-perl/debian/changelog?rev=28712&op=file
==============================================================================
--- trunk/libgnome2-canvas-perl/debian/changelog (added)
+++ trunk/libgnome2-canvas-perl/debian/changelog Sun Dec 28 07:32:34 2008
@@ -1,0 +1,61 @@
+libgnome2-canvas-perl (1.002-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sun,  5 Sep 2004 18:53:17 +0200
+
+libgnome2-canvas-perl (1.001-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sun,  6 Jun 2004 18:38:04 +0200
+
+libgnome2-canvas-perl (1.00-2) unstable; urgency=low
+
+  * Rebuild against GNOME 2.6 libs.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Tue,  1 Jun 2004 18:20:46 +0200
+
+libgnome2-canvas-perl (1.00-1) unstable; urgency=low
+
+  * New stable upstream release, uploading to unstable again.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Tue, 30 Mar 2004 14:28:14 +0200
+
+libgnome2-canvas-perl (0.93-2) experimental; urgency=low
+
+  * debian/control: We depend on libgtk2-perl 1.039, *not* 1.39.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sun, 21 Mar 2004 20:18:09 +0100
+
+libgnome2-canvas-perl (0.93-1) experimental; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    + Yet another (small) long description change:
+    + Updated dependencies.
+    + I'm a DD now!
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Wed, 17 Mar 2004 18:08:43 +0100
+
+libgnome2-canvas-perl (0.92-1) experimental; urgency=low
+
+  * New upstream release.
+  * Upload of unstable gtk2-perl to experimental.
+  * debian/control: Updated dependencies.	  
+
+ -- Marc Brockschmidt <marc at dch-faq.de>  Mon, 16 Feb 2004 10:07:01 +0100
+
+libgnome2-canvas-perl (0.91-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright: Happy new year!
+  * debian/control: Polished long description
+
+ -- Marc Brockschmidt <marc at dch-faq.de>  Fri, 30 Jan 2004 11:09:14 +0100
+
+libgnome2-canvas-perl (0.90-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Marc Brockschmidt <marc at dch-faq.de>  Thu, 22 Jan 2004 14:16:08 +0100

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

Added: trunk/libgnome2-canvas-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-canvas-perl/debian/control?rev=28712&op=file
==============================================================================
--- trunk/libgnome2-canvas-perl/debian/control (added)
+++ trunk/libgnome2-canvas-perl/debian/control Sun Dec 28 07:32:34 2008
@@ -1,0 +1,34 @@
+Source: libgnome2-canvas-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.200), libextutils-pkgconfig-perl (>= 1.03), libglib-perl (>= 1.040), libgtk2-perl (>= 1.040), libgnomecanvas2-dev (>= 2)
+Maintainer: Marc 'HE' Brockschmidt <he at debian.org>
+Standards-Version: 3.6.1
+
+Package: libgnome2-canvas-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libglib-perl (>= 1.040), libgtk2-perl (>= 1.040)
+Description: Perl interface to the GNOME canvas library
+ libgnome2-canvas-perl allows a perl developer to use the GNOME Canvas
+ widget with Gtk2-Perl. 
+ .
+ The GNOME Canvas widget is a powerful and extensible object-oriented
+ display engine. A GnomeCanvasItem is a GtkObject representing some
+ element of the display, such as an image, a rectangle, an ellipse, or
+ some text. You can refer to this architecture as structured graphics;
+ the canvas lets you deal with graphics in terms of items, rather than
+ an undifferentiated grid of pixels. 
+ .
+ Find out more about GNOME at http://www.gnome.org.
+ .
+ The perl bindings follow the C API very closely, and the C reference
+ documentation should be considered the canonical source:
+ http://developer.gnome.org/doc/API/2.0/libgnomecanvas/index.html
+ .
+ This module is part of gtk2-perl.
+ .
+ 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-canvas-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-canvas-perl/debian/copyright?rev=28712&op=file
==============================================================================
--- trunk/libgnome2-canvas-perl/debian/copyright (added)
+++ trunk/libgnome2-canvas-perl/debian/copyright Sun Dec 28 07:32:34 2008
@@ -1,0 +1,23 @@
+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  muppet <scott at asofyet.org>
+                          Ross McFarland <rwmcfa1 at neces.com>
+                          Jörn Reder <joern at zyn.de>
+                          Goran Thyni <gthyni at kirra.net>
+                          Chas Owens <alas at wilma.widomaker dot com>
+                          Guillaume Cottenceau <gc at mandrakesoft.com>
+                          [the gtk2-perl team]
+
+Copyright (C) 2003-2004 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 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-canvas-perl/debian/libgnome2-canvas-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-canvas-perl/debian/libgnome2-canvas-perl.examples?rev=28712&op=file
==============================================================================
--- trunk/libgnome2-canvas-perl/debian/libgnome2-canvas-perl.examples (added)
+++ trunk/libgnome2-canvas-perl/debian/libgnome2-canvas-perl.examples Sun Dec 28 07:32:34 2008
@@ -1,0 +1,1 @@
+canvas_demo/*

Added: trunk/libgnome2-canvas-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-canvas-perl/debian/rules?rev=28712&op=file
==============================================================================
--- trunk/libgnome2-canvas-perl/debian/rules (added)
+++ trunk/libgnome2-canvas-perl/debian/rules Sun Dec 28 07:32:34 2008
@@ -1,0 +1,85 @@
+#!/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) test
+	$(MAKE) install DESTDIR="$(TMP)" PREFIX=/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 TODO
+
+	#Fix the examples dir:
+	dh_installexamples 
+	rm "$(TMP)/usr/share/doc/libgnome2-canvas-perl/examples/ENTRYPOINT_IS_canvas.pl"
+	rename -v 's/examples\/canvas-(.+).pl$$/examples\/canvas-$$1.pm/' $(TMP)/usr/share/doc/libgnome2-canvas-perl/examples/*
+	chmod +x $(TMP)/usr/share/doc/libgnome2-canvas-perl/examples/canvas.pl
+	
+	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-canvas-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

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




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