r28790 - in /trunk/libgtk2-trayicon-perl/debian: ./ changelog compat control copyright libgtk2-trayicon-perl.examples rules

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


Author: ryan52-guest
Date: Sun Dec 28 07:50:11 2008
New Revision: 28790

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

Added:
    trunk/libgtk2-trayicon-perl/debian/
    trunk/libgtk2-trayicon-perl/debian/changelog
    trunk/libgtk2-trayicon-perl/debian/compat
    trunk/libgtk2-trayicon-perl/debian/control
    trunk/libgtk2-trayicon-perl/debian/copyright
    trunk/libgtk2-trayicon-perl/debian/libgtk2-trayicon-perl.examples
    trunk/libgtk2-trayicon-perl/debian/rules   (with props)

Added: trunk/libgtk2-trayicon-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-trayicon-perl/debian/changelog?rev=28790&op=file
==============================================================================
--- trunk/libgtk2-trayicon-perl/debian/changelog (added)
+++ trunk/libgtk2-trayicon-perl/debian/changelog Sun Dec 28 07:50:11 2008
@@ -1,0 +1,6 @@
+libgtk2-trayicon-perl (0.04-1) unstable; urgency=low
+
+  * Initial release. (Closes: #243410)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Tue, 13 Apr 2004 13:21:13 +0200
+

Added: trunk/libgtk2-trayicon-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-trayicon-perl/debian/compat?rev=28790&op=file
==============================================================================
--- trunk/libgtk2-trayicon-perl/debian/compat (added)
+++ trunk/libgtk2-trayicon-perl/debian/compat Sun Dec 28 07:50:11 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libgtk2-trayicon-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-trayicon-perl/debian/control?rev=28790&op=file
==============================================================================
--- trunk/libgtk2-trayicon-perl/debian/control (added)
+++ trunk/libgtk2-trayicon-perl/debian/control Sun Dec 28 07:50:11 2008
@@ -1,0 +1,25 @@
+Source: libgtk2-trayicon-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.1), libextutils-pkgconfig-perl (>= 0.1), libglib-perl (>= 1.00), libgtk2-perl (>= 1.00), libgtk2.0-dev, libglib2.0-dev
+Maintainer: Marc 'HE' Brockschmidt <he at debian.org>
+Standards-Version: 3.6.1
+
+Package: libgtk2-trayicon-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libglib-perl (>= 1.00), libgtk2-perl (>= 1.00)
+Description: Perl interface to fill the system tray
+ libgtk2-trayicon-perl allows a Perl developer to embed an arbitrary 
+ widget in a System Tray like the GNOME notification area.
+ .
+ The system tray is an area on the dock or panel used to display unobtrusive
+ notifications to the user. The tray contains small icons for each 
+ notification facility, and the icons can pop up "balloon messages."
+ .
+ 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/libgtk2-trayicon-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-trayicon-perl/debian/copyright?rev=28790&op=file
==============================================================================
--- trunk/libgtk2-trayicon-perl/debian/copyright (added)
+++ trunk/libgtk2-trayicon-perl/debian/copyright Sun Dec 28 07:50:11 2008
@@ -1,0 +1,17 @@
+This is the debian package for the Gtk2::TrayIcon module.
+It was created by Marc 'HE' Brockschmidt <he at debian.org>.
+
+The sources where downloaded from http://gtk2-perl.sourceforge.net/.
+
+The upstream author is Christian Borup <gtk2-perl at borup.com>
+
+Copyright 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 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/libgtk2-trayicon-perl/debian/libgtk2-trayicon-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-trayicon-perl/debian/libgtk2-trayicon-perl.examples?rev=28790&op=file
==============================================================================
--- trunk/libgtk2-trayicon-perl/debian/libgtk2-trayicon-perl.examples (added)
+++ trunk/libgtk2-trayicon-perl/debian/libgtk2-trayicon-perl.examples Sun Dec 28 07:50:11 2008
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libgtk2-trayicon-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-trayicon-perl/debian/rules?rev=28790&op=file
==============================================================================
--- trunk/libgtk2-trayicon-perl/debian/rules (added)
+++ trunk/libgtk2-trayicon-perl/debian/rules Sun Dec 28 07:50:11 2008
@@ -1,0 +1,79 @@
+#!/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
+	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/libgtk2-trayicon-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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