[Demudi-commits] r1387 - in glashctl/trunk: . debian

free-guest at alioth.debian.org free-guest at alioth.debian.org
Fri May 18 22:11:59 UTC 2007


Author: free-guest
Date: 2007-05-18 22:11:59 +0000 (Fri, 18 May 2007)
New Revision: 1387

Added:
   glashctl/trunk/debian/
   glashctl/trunk/debian/changelog
   glashctl/trunk/debian/compat
   glashctl/trunk/debian/control
   glashctl/trunk/debian/copyright
   glashctl/trunk/debian/docs
   glashctl/trunk/debian/rules
   glashctl/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: glashctl/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: glashctl/trunk/debian/changelog
===================================================================
--- glashctl/trunk/debian/changelog	                        (rev 0)
+++ glashctl/trunk/debian/changelog	2007-05-18 22:11:59 UTC (rev 1387)
@@ -0,0 +1,6 @@
+glashctl (0.4.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Free Ekanayaka <freee at debian.org>  Fri, 11 May 2007 23:24:10 +0200
+

Added: glashctl/trunk/debian/compat
===================================================================
--- glashctl/trunk/debian/compat	                        (rev 0)
+++ glashctl/trunk/debian/compat	2007-05-18 22:11:59 UTC (rev 1387)
@@ -0,0 +1 @@
+5

Added: glashctl/trunk/debian/control
===================================================================
--- glashctl/trunk/debian/control	                        (rev 0)
+++ glashctl/trunk/debian/control	2007-05-18 22:11:59 UTC (rev 1387)
@@ -0,0 +1,19 @@
+Source: glashctl
+Section: sound
+Priority: extra
+Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
+Uploaders: Free Ekanayaka <freee at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), liblash-dev, libgtkmm-2.4-dev
+Standards-Version: 3.7.2
+
+Package: glashctl
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, lashd
+Description: simple applet for controlling the LASH Audio Session Handler
+ GLASHCtl is a simple applet for controlling the LASH Audio Session
+ Handler. When you run it it will appear as a small LASH icon in your
+ "notification area" or "system tray". This is typically somewhere in
+ the panel in KDE or GNOME.
+ .
+ There is also a front end that works as a WindowMaker DockApp, just
+ run 'wmglashctl' instead of 'glashctl'.

Added: glashctl/trunk/debian/copyright
===================================================================
--- glashctl/trunk/debian/copyright	                        (rev 0)
+++ glashctl/trunk/debian/copyright	2007-05-18 22:11:59 UTC (rev 1387)
@@ -0,0 +1,30 @@
+This package was debianized by Free Ekanayaka <freee at debian.org> on
+Fri, 11 May 2007 23:24:10 +0200.
+
+It was downloaded from http://dino.nongnu.org/glashctl/
+
+Upstream Author: Lars Luthman lars.luthman at gmail.com
+
+Copyright: (C) 2006 Lars Luthman
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Free Ekanayaka <freee at debian.org> and
+is licensed under the GPL, see above.

Added: glashctl/trunk/debian/docs
===================================================================
--- glashctl/trunk/debian/docs	                        (rev 0)
+++ glashctl/trunk/debian/docs	2007-05-18 22:11:59 UTC (rev 1387)
@@ -0,0 +1 @@
+README

Added: glashctl/trunk/debian/rules
===================================================================
--- glashctl/trunk/debian/rules	                        (rev 0)
+++ glashctl/trunk/debian/rules	2007-05-18 22:11:59 UTC (rev 1387)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+# Add here any variable or target overrides you need.
+
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+
+DEB_CONFIGURE_PREFIX=\$${DESTDIR}/usr
+DEB_CONFIGURE_NORMAL_ARGS_CUSTOM = $(filter-out \
+	 --disable-dependency-tracking \
+	 --disable-maintainer-mode, \
+	$(DEB_CONFIGURE_NORMAL_ARGS))
+
+DEB_CONFIGURE_INVOKE = cd $(if $(DEB_BUILDDIR_$(cdbs_curpkg)),$(DEB_BUILDDIR_$(cdbs_curpkg)),$(DEB_BUILDDIR)) && $(DEB_CONFIGURE_SCRIPT_ENV) $(DEB_CONFIGURE_SCRIPT) $(DEB_CONFIGURE_NORMAL_ARGS_CUSTOM)


Property changes on: glashctl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: glashctl/trunk/debian/watch
===================================================================
--- glashctl/trunk/debian/watch	                        (rev 0)
+++ glashctl/trunk/debian/watch	2007-05-18 22:11:59 UTC (rev 1387)
@@ -0,0 +1,3 @@
+# Site		Directory	Pattern		Version	Script
+version=3
+http://download.savannah.nongnu.org/releases/dino/glashctl-(.*)\.tar\.bz2




More information about the Demudi-commits mailing list