r18103 - in /trunk/libgtk2-imageview-perl: META.yml debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

ra28145-guest at users.alioth.debian.org ra28145-guest at users.alioth.debian.org
Fri Mar 28 20:41:35 UTC 2008


Author: ra28145-guest
Date: Fri Mar 28 20:41:34 2008
New Revision: 18103

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

Added:
    trunk/libgtk2-imageview-perl/debian/
    trunk/libgtk2-imageview-perl/debian/changelog
    trunk/libgtk2-imageview-perl/debian/compat
    trunk/libgtk2-imageview-perl/debian/control
    trunk/libgtk2-imageview-perl/debian/copyright
    trunk/libgtk2-imageview-perl/debian/rules   (with props)
    trunk/libgtk2-imageview-perl/debian/watch
Modified:
    trunk/libgtk2-imageview-perl/META.yml

Modified: trunk/libgtk2-imageview-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/META.yml?rev=18103&op=diff
==============================================================================
--- trunk/libgtk2-imageview-perl/META.yml (original)
+++ trunk/libgtk2-imageview-perl/META.yml Fri Mar 28 20:41:34 2008
@@ -1,14 +1,23 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Gtk2-ImageView
-version:      0.04
-version_from: ImageView.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                Gtk2-ImageView
+version:             0.04
+abstract:            Perl bindings for the GtkImageView widget
+license:             lgpl
+author:              
+    - Jeffrey Ratcliffe
+generated_by:        ExtUtils::MakeMaker version 6.44
+distribution_type:   module
+requires:     
     ExtUtils::Depends:             0.2
     ExtUtils::PkgConfig:           1.03
     Glib:                          1.140
     Gtk2:                          1.140
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3
 
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+configure_requires:
+   ExtUtils::Depends: 0.2
+   Glib: 1.140
+   Gtk2: 1.140
+   ExtUtils::PkgConfig: 1.03

Added: trunk/libgtk2-imageview-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/debian/changelog?rev=18103&op=file
==============================================================================
--- trunk/libgtk2-imageview-perl/debian/changelog (added)
+++ trunk/libgtk2-imageview-perl/debian/changelog Fri Mar 28 20:41:34 2008
@@ -1,0 +1,6 @@
+libgtk2-imageview-perl (0.04-1) unstable; urgency=low
+
+  * Initial upload to Debian.  Closes: #420953.
+
+ -- Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>  Fri, 14 Mar 2008 18:36:54 +0100
+

Added: trunk/libgtk2-imageview-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/debian/compat?rev=18103&op=file
==============================================================================
--- trunk/libgtk2-imageview-perl/debian/compat (added)
+++ trunk/libgtk2-imageview-perl/debian/compat Fri Mar 28 20:41:34 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libgtk2-imageview-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/debian/control?rev=18103&op=file
==============================================================================
--- trunk/libgtk2-imageview-perl/debian/control (added)
+++ trunk/libgtk2-imageview-perl/debian/control Fri Mar 28 20:41:34 2008
@@ -1,0 +1,22 @@
+Source: libgtk2-imageview-perl
+Section: perl
+Priority: optional
+Maintainer: Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>
+Build-Depends: debhelper (>= 5), libgtk2-perl, libgtkimageview-dev (>= 1.6.0), libextutils-depends-perl (>= 0.200), libextutils-pkgconfig-perl (>= 1.03)
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Gtk2-ImageView/
+XS-DM-Upload-Allowed: yes
+
+Package: libgtk2-imageview-perl
+Architecture: any
+Depends: ${perl:Depends}, libgtk2-perl, libgtkimageview0 (>= 1.6.0)
+Description: Perl bindings for the GtkImageView image viewer widget
+ GtkImageView is a simple image viewer widget for GTK. Similar to the image
+ viewer panes in gThumb or Eye of GNOME. It makes writing image viewing and
+ editing applications easy. Among its features are:
+ .
+  Mouse and keyboard zooming.
+  Scrolling and dragging.
+  Adjustable interpolation.
+  Fullscreen mode.
+  GIF animation support.

Added: trunk/libgtk2-imageview-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/debian/copyright?rev=18103&op=file
==============================================================================
--- trunk/libgtk2-imageview-perl/debian/copyright (added)
+++ trunk/libgtk2-imageview-perl/debian/copyright Fri Mar 28 20:41:34 2008
@@ -1,0 +1,16 @@
+This is the debian package for the Gtk2::ImageView module.
+It was downloaded from http://search.cpan.org/dist/Gtk2-ImageView/
+ 
+This program is distributed under the terms of the LGPL v3.
+ 
+# Copyright (c) 2007 -- 2008 by Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>
+# see AUTHORS for complete list of contributors
+
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 3 of the License, or (at your option) any later version.
+
+The full text of the LGPL is available on Debian systems in
+/usr/share/common-licenses/LGPL-3
+

Added: trunk/libgtk2-imageview-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/debian/rules?rev=18103&op=file
==============================================================================
--- trunk/libgtk2-imageview-perl/debian/rules (added)
+++ trunk/libgtk2-imageview-perl/debian/rules Fri Mar 28 20:41:34 2008
@@ -1,0 +1,94 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# 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)
+
+# Allow disabling build optimation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# As this is a architecture dependent package, we are not
+	# supposed to install stuff to /usr/share. MakeMaker creates
+	# the dirs, we prevent this by setting the INSTALLVENDORARCH
+	# and VENDORARCHEXP environment variables.
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor \
+		INSTALLVENDORARCH=/usr/lib/perl5/ \
+		VENDORARCHEXP=/usr/lib/perl5/
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	#TEST#
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	touch $@
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do here for an architecture-dependent package
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples 
+	dh_installdocs #DOCS#
+	dh_installchangelogs #CHANGES#
+	dh_shlibdeps
+	dh_strip
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	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/libgtk2-imageview-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgtk2-imageview-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/debian/watch?rev=18103&op=file
==============================================================================
--- trunk/libgtk2-imageview-perl/debian/watch (added)
+++ trunk/libgtk2-imageview-perl/debian/watch Fri Mar 28 20:41:34 2008
@@ -1,0 +1,3 @@
+version=3
+http://search.cpan.org/dist/Gtk2-ImageView/   .*/Gtk2-ImageView-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+




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