[Python-apps-commits] r3471 - in packages/remuco/tags/0.9.0-1/debian (3 files)

hyperair-guest at users.alioth.debian.org hyperair-guest at users.alioth.debian.org
Tue Aug 18 19:18:13 UTC 2009


    Date: Tuesday, August 18, 2009 @ 19:18:12
  Author: hyperair-guest
Revision: 3471

Revert state back to 0.9.0-1 tag

Modified:
  packages/remuco/tags/0.9.0-1/debian/changelog
  packages/remuco/tags/0.9.0-1/debian/control
  packages/remuco/tags/0.9.0-1/debian/rules

Modified: packages/remuco/tags/0.9.0-1/debian/changelog
===================================================================
--- packages/remuco/tags/0.9.0-1/debian/changelog	2009-08-18 16:35:06 UTC (rev 3470)
+++ packages/remuco/tags/0.9.0-1/debian/changelog	2009-08-18 19:18:12 UTC (rev 3471)
@@ -1,18 +1,3 @@
-remuco (0.9.1.1-1) unstable; urgency=low
-
-  * New upstream version
-  * debian/control:
-    + Rename source to "remuco" rather than "remuco-server" now that the
-      client has been included
-    + No-change bump to Standards 3.8.3
-    + Add proguard, ant, ant-optional and default-jdk to the build dependencies
-  * debian/rules:
-    + Pass -Spython_distutils to dh_auto_* instead of calling setup.py
-      manually
-    + Build remuco.jar and install it
-
- -- Chow Loong Jin <hyperair at ubuntu.com>  Tue, 18 Aug 2009 23:06:11 +0800
-
 remuco-server (0.9.0-1) unstable; urgency=low
 
   * New Upstream Version

Modified: packages/remuco/tags/0.9.0-1/debian/control
===================================================================
--- packages/remuco/tags/0.9.0-1/debian/control	2009-08-18 16:35:06 UTC (rev 3470)
+++ packages/remuco/tags/0.9.0-1/debian/control	2009-08-18 19:18:12 UTC (rev 3471)
@@ -1,15 +1,11 @@
-Source: remuco
+Source: remuco-server
 Section: sound
 Priority: optional
 Maintainer: Chow Loong Jin <hyperair at ubuntu.com>
 Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: python (>= 2.5.4-1~),
-                     python-support (>= 0.5.3),
-                     proguard,
-                     ant,
-                     ant-optional,
-                     default-jdk
-Standards-Version: 3.8.3
+                     python-support (>= 0.5.3)
+Standards-Version: 3.8.2
 Homepage: http://remuco.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/remuco-server
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/remuco-server
@@ -188,6 +184,6 @@
  your other playlists, rate your media, adjust volume, and more. On the mobile
  device, it displays information about the current media, including cover art.
  .
- This package contains the Remuco adapter for XMMS2. XMMS2 is a client/server
+ This package contains the Remuco adapter for XMMS2. XMMS2 is a client/server 
  based media player system.
 

Modified: packages/remuco/tags/0.9.0-1/debian/rules
===================================================================
--- packages/remuco/tags/0.9.0-1/debian/rules	2009-08-18 16:35:06 UTC (rev 3470)
+++ packages/remuco/tags/0.9.0-1/debian/rules	2009-08-18 19:18:12 UTC (rev 3471)
@@ -1,16 +1,16 @@
 #!/usr/bin/make -f
 
 override_dh_auto_clean:
-	dh_auto_clean -Spython_distutils
-
+	python setup.py clean --all
+	
 override_dh_auto_build:
-	ant -f client/libgen/build.xml setup \
-		-Dproguard.jar=/usr/share/ant/lib/ant-proguard.jar
-	ant -f client/build.xml dist
-	dh_auto_build -Spython_distutils
+	python setup.py build
 
 override_dh_auto_install:
-	dh_auto_install -Spython_distutils
+	python setup.py install \
+		--root=debian/tmp \
+		--install-layout=deb \
+		--no-compile
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/ChangeLog




More information about the Python-apps-commits mailing list