[Pkg-mono-svn-commits] rev 1920 - in non-group: . cowbell cowbell/trunk cowbell/trunk/debian

Sebastian Dröge slomo-guest at costa.debian.org
Tue Jul 26 14:45:22 UTC 2005


Author: slomo-guest
Date: 2005-07-26 14:45:21 +0000 (Tue, 26 Jul 2005)
New Revision: 1920

Added:
   non-group/cowbell/
   non-group/cowbell/branches/
   non-group/cowbell/tags/
   non-group/cowbell/trunk/
   non-group/cowbell/trunk/debian/
   non-group/cowbell/trunk/debian/changelog
   non-group/cowbell/trunk/debian/compat
   non-group/cowbell/trunk/debian/control
   non-group/cowbell/trunk/debian/copyright
   non-group/cowbell/trunk/debian/rules
   non-group/cowbell/trunk/debian/watch
Log:
uploaded cowbell package


Added: non-group/cowbell/trunk/debian/changelog
===================================================================
--- non-group/cowbell/trunk/debian/changelog	2005-07-25 19:40:35 UTC (rev 1919)
+++ non-group/cowbell/trunk/debian/changelog	2005-07-26 14:45:21 UTC (rev 1920)
@@ -0,0 +1,12 @@
+cowbell (0.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Sebastian Dröge <mail at slomosnail.de>  Sun, 27 Jul 2005 17:39:45 +0200
+
+cowbell (0.1-0ubuntu1) breezy; urgency=low
+
+  * Initial revision
+
+ -- Sebastian Dröge <mail at slomosnail.de>  Sun, 17 Jun 2005 22:08:20 +0200
+

Added: non-group/cowbell/trunk/debian/compat
===================================================================
--- non-group/cowbell/trunk/debian/compat	2005-07-25 19:40:35 UTC (rev 1919)
+++ non-group/cowbell/trunk/debian/compat	2005-07-26 14:45:21 UTC (rev 1920)
@@ -0,0 +1 @@
+4

Added: non-group/cowbell/trunk/debian/control
===================================================================
--- non-group/cowbell/trunk/debian/control	2005-07-25 19:40:35 UTC (rev 1919)
+++ non-group/cowbell/trunk/debian/control	2005-07-26 14:45:21 UTC (rev 1920)
@@ -0,0 +1,15 @@
+Source: cowbell
+Section: sound
+Priority: optional
+Maintainer: Sebastian Dröge <mail at slomosnail.de>
+Build-Depends-Indep: debhelper (>= 4.1.0), cdbs, cli-common (>= 0.1.3), mono-mcs (>= 1.0) | c-sharp-compiler, libtagc0-dev (>= 1.3.0), libgtk2.0-cil (>= 1.9.5), libglib2.0-cil (>= 1.9.5), libglade2.0-cil (>= 1.9.5), pkg-config, intltool
+Standards-Version: 3.6.2
+
+Package: cowbell
+Architecture: all
+Depends: ${cli:Depends}
+Description: easy-to-use tag editor for your music files
+ Cowbell is an elegant music organizer intended to make keeping your
+ collection tidy both fun and easy. It allows viewing and editing of the tags,
+ guessing of tag information with the help of Amazon Web Services and has an
+ easy-to-use interface.

Added: non-group/cowbell/trunk/debian/copyright
===================================================================
--- non-group/cowbell/trunk/debian/copyright	2005-07-25 19:40:35 UTC (rev 1919)
+++ non-group/cowbell/trunk/debian/copyright	2005-07-26 14:45:21 UTC (rev 1920)
@@ -0,0 +1,27 @@
+This package was debianized by Sebastian Dröge <mail at slomosnail.de> on
+Sun, 17 Jul 2005 22:10:41 +0200.
+
+It was downloaded from http://more-cowbell.org/
+
+Upstream Authors: 	Brad Taylor
+			Jon Tai (for UI help and some AmazonMetadataProxy code)
+			Clemens Koppensteiner (For TagLib [http://www.caramdir.at/serendipity/index.php])
+			Jorn Baayen (For Lots of Muine Code)
+
+Copyright:
+
+ Copyright (c) 2005 Brad Taylor
+
+ cowbell 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.
+
+ cowbell 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.
+
+ On Debian systems, the complete text of the GNU General Public
+ License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+

Added: non-group/cowbell/trunk/debian/rules
===================================================================
--- non-group/cowbell/trunk/debian/rules	2005-07-25 19:40:35 UTC (rev 1919)
+++ non-group/cowbell/trunk/debian/rules	2005-07-26 14:45:21 UTC (rev 1920)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+export MONO_SHARED_DIR=$(CURDIR)
+
+binary-fixup/cowbell::
+	dh_clideps
+
+clean::
+	rm -rf $(MONO_SHARED_DIR)/.wapi
+

Added: non-group/cowbell/trunk/debian/watch
===================================================================
--- non-group/cowbell/trunk/debian/watch	2005-07-25 19:40:35 UTC (rev 1919)
+++ non-group/cowbell/trunk/debian/watch	2005-07-26 14:45:21 UTC (rev 1920)
@@ -0,0 +1,3 @@
+version=2
+http://more-cowbell.org/releases/cowbell-(.*)\.tar\.gz debian uupdate
+




More information about the Pkg-mono-svn-commits mailing list