[Pkg-cli-apps-commits] r4501 - in /packages/themonospot: branches/sid-0.7.1.1/ branches/sid-0.7.1.1/debian/changelog branches/sid-0.7.1.1/debian/control branches/sid-0.7.1.1/debian/rules trunk/debian/changelog trunk/debian/control
laney-guest at users.alioth.debian.org
laney-guest at users.alioth.debian.org
Sun Feb 1 23:58:56 UTC 2009
Author: laney-guest
Date: Sun Feb 1 23:58:55 2009
New Revision: 4501
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4501
Log:
Prepare uploads to fix sid and experimental. Version numbers may neeed to change depending on your tastes\!
Added:
packages/themonospot/branches/sid-0.7.1.1/ (props changed)
- copied from r4499, packages/themonospot/tags/0.7.1.1-1/
Modified:
packages/themonospot/branches/sid-0.7.1.1/debian/changelog
packages/themonospot/branches/sid-0.7.1.1/debian/control
packages/themonospot/branches/sid-0.7.1.1/debian/rules
packages/themonospot/trunk/debian/changelog
packages/themonospot/trunk/debian/control
Propchange: packages/themonospot/branches/sid-0.7.1.1/
------------------------------------------------------------------------------
svn:mergeinfo =
Modified: packages/themonospot/branches/sid-0.7.1.1/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/themonospot/branches/sid-0.7.1.1/debian/changelog?rev=4501&op=diff
==============================================================================
--- packages/themonospot/branches/sid-0.7.1.1/debian/changelog (original)
+++ packages/themonospot/branches/sid-0.7.1.1/debian/changelog Sun Feb 1 23:58:55 2009
@@ -1,3 +1,11 @@
+themonospot (0.7.1.1-1.1) unstable; urgency=low
+
+ * debian/control, debian/rules: Revert Mono 2.0 transition as we accidently
+ uploaded to unstable.
+ * debian/control: Add myself to Uploaders.
+
+ -- Iain Lane <laney at ubuntu.com> Sun, 01 Feb 2009 23:33:25 +0000
+
themonospot (0.7.1.1-1) unstable; urgency=low
* Initial release (Closes: #510322)
Modified: packages/themonospot/branches/sid-0.7.1.1/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/themonospot/branches/sid-0.7.1.1/debian/control?rev=4501&op=diff
==============================================================================
--- packages/themonospot/branches/sid-0.7.1.1/debian/control (original)
+++ packages/themonospot/branches/sid-0.7.1.1/debian/control Sun Feb 1 23:58:55 2009
@@ -2,9 +2,9 @@
Section: sound
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
-Uploaders: Stefan Ebner <sebner at ubuntu.com>
+Uploaders: Stefan Ebner <sebner at ubuntu.com>, Iain Lane <laney at ubuntu.com>
Build-Depends: debhelper (>= 7), quilt
-Build-Depends-Indep: mono-devel (>= 2.0), cli-common-dev (>= 0.5.7),
+Build-Depends-Indep: mono-gmcs, cli-common-dev (>= 0.5.7),
pkg-config, libgtk2.0-cil (>= 2.8), libglade2.0-cil
Standards-Version: 3.8.0
Homepage: http://www.integrazioneweb.com/themonospot
Modified: packages/themonospot/branches/sid-0.7.1.1/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/themonospot/branches/sid-0.7.1.1/debian/rules?rev=4501&op=diff
==============================================================================
--- packages/themonospot/branches/sid-0.7.1.1/debian/rules (original)
+++ packages/themonospot/branches/sid-0.7.1.1/debian/rules Sun Feb 1 23:58:55 2009
@@ -1,23 +1,11 @@
#!/usr/bin/make -f
-export DH_VERBOSE=1
+# export DH_VERBOSE=1
include /usr/share/cli-common/cli.make
include /usr/share/quilt/quilt.make
-build: patch
- dh $@ --before configure
- dh_auto_configure -- GMCS=/usr/bin/csc CSC=/usr/bin/csc
- dh $@ --after configure
-
-install: build
- dh $@
-
-binary: binary-indep
-binary-indep: build install
- dh $@
-
+build: patch
clean: unpatch
- dh $@
%:
dh $@
Modified: packages/themonospot/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/themonospot/trunk/debian/changelog?rev=4501&op=diff
==============================================================================
--- packages/themonospot/trunk/debian/changelog (original)
+++ packages/themonospot/trunk/debian/changelog Sun Feb 1 23:58:55 2009
@@ -1,5 +1,12 @@
-themonospot (0.7.1.1-1) experimental; urgency=low
+themonospot (0.7.1.1-2) experimental; urgency=low
- * Initial release (Closes: #510322, #510437)
+ * Really upload to experimental
+ * debian/control: Add myself to Uploaders.
- -- Stefan Ebner <sebner at ubuntu.com> Fri, 02 Jan 2009 00:22:29 +0100
+ -- Iain Lane <laney at ubuntu.com> Sun, 01 Feb 2009 23:57:09 +0000
+
+themonospot (0.7.1.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #510322)
+
+ -- Stefan Ebner <sebner at ubuntu.com> Thu, 01 Jan 2009 10:26:25 +0100
Modified: packages/themonospot/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/themonospot/trunk/debian/control?rev=4501&op=diff
==============================================================================
--- packages/themonospot/trunk/debian/control (original)
+++ packages/themonospot/trunk/debian/control Sun Feb 1 23:58:55 2009
@@ -2,7 +2,7 @@
Section: sound
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
-Uploaders: Stefan Ebner <sebner at ubuntu.com>
+Uploaders: Stefan Ebner <sebner at ubuntu.com>, Iain Lane <laney at ubuntu.com>
Build-Depends: debhelper (>= 7), quilt
Build-Depends-Indep: mono-devel (>= 2.0), cli-common-dev (>= 0.5.7),
pkg-config, libgtk2.0-cil (>= 2.8), libglade2.0-cil
More information about the Pkg-cli-apps-commits
mailing list