r28798 - in /trunk/libgtk2-traymanager-perl/debian: ./ changelog compat control copyright libgtk2-traymanager-perl.examples rules

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


Author: ryan52-guest
Date: Sun Dec 28 07:51:54 2008
New Revision: 28798

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

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

Added: trunk/libgtk2-traymanager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-traymanager-perl/debian/changelog?rev=28798&op=file
==============================================================================
--- trunk/libgtk2-traymanager-perl/debian/changelog (added)
+++ trunk/libgtk2-traymanager-perl/debian/changelog Sun Dec 28 07:51:54 2008
@@ -1,0 +1,6 @@
+libgtk2-traymanager-perl (0.05-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Fri, 10 Sep 2004 11:56:13 +0200
+

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

Added: trunk/libgtk2-traymanager-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-traymanager-perl/debian/control?rev=28798&op=file
==============================================================================
--- trunk/libgtk2-traymanager-perl/debian/control (added)
+++ trunk/libgtk2-traymanager-perl/debian/control Sun Dec 28 07:51:54 2008
@@ -1,0 +1,25 @@
+Source: libgtk2-traymanager-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7), libextutils-pkgconfig-perl, libextutils-depends-perl, libgtk2.0-dev, libgtk2-perl (>= 1.00)
+Maintainer: Marc 'HE' Brockschmidt <he at debian.org>
+Standards-Version: 3.6.1
+
+Package: libgtk2-traymanager-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libgtk2-perl
+Description: Perl interface to fill the system tray
+ libgtk2-traymanager-perl allows a Perl developer to implement
+ the server-side of the Notification Areo (or system tray) protocol.
+ .
+ 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-traymanager-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-traymanager-perl/debian/copyright?rev=28798&op=file
==============================================================================
--- trunk/libgtk2-traymanager-perl/debian/copyright (added)
+++ trunk/libgtk2-traymanager-perl/debian/copyright Sun Dec 28 07:51:54 2008
@@ -1,0 +1,17 @@
+This is the debian package for the Gtk2::TrayManager 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 (C) 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/libgtk2-traymanager-perl/debian/libgtk2-traymanager-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-traymanager-perl/debian/libgtk2-traymanager-perl.examples?rev=28798&op=file
==============================================================================
--- trunk/libgtk2-traymanager-perl/debian/libgtk2-traymanager-perl.examples (added)
+++ trunk/libgtk2-traymanager-perl/debian/libgtk2-traymanager-perl.examples Sun Dec 28 07:51:54 2008
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libgtk2-traymanager-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-traymanager-perl/debian/rules?rev=28798&op=file
==============================================================================
--- trunk/libgtk2-traymanager-perl/debian/rules (added)
+++ trunk/libgtk2-traymanager-perl/debian/rules Sun Dec 28 07:51:54 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
+	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-traymanager-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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