[pkg-java] r6524 - trunk/eclipse-pydev/eclipse-pydev/debian
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Wed Jun 4 05:23:18 UTC 2008
Author: mkoch
Date: 2008-06-04 05:23:17 +0000 (Wed, 04 Jun 2008)
New Revision: 6524
Modified:
trunk/eclipse-pydev/eclipse-pydev/debian/changelog
trunk/eclipse-pydev/eclipse-pydev/debian/control
trunk/eclipse-pydev/eclipse-pydev/debian/rules
Log:
eclipse-pydev (1.2.5-2) UNRELEASED; urgency=low
* Fix bashism in debian/rules. Closes: #484377.
* Added Homepage, Vcs-Svn and Svn-Browser fields.
* Added myself as Uploader.
* Added watch file.
-- Michael Koch <konqueror at gmx.de> Wed, 04 Jun 2008 07:13:51 +0200
Modified: trunk/eclipse-pydev/eclipse-pydev/debian/changelog
===================================================================
--- trunk/eclipse-pydev/eclipse-pydev/debian/changelog 2008-06-03 22:14:26 UTC (rev 6523)
+++ trunk/eclipse-pydev/eclipse-pydev/debian/changelog 2008-06-04 05:23:17 UTC (rev 6524)
@@ -1,3 +1,12 @@
+eclipse-pydev (1.2.5-2) UNRELEASED; urgency=low
+
+ * Fix bashism in debian/rules. Closes: #484377.
+ * Added Homepage, Vcs-Svn and Svn-Browser fields.
+ * Added myself as Uploader.
+ * Added watch file.
+
+ -- Michael Koch <konqueror at gmx.de> Wed, 04 Jun 2008 07:13:51 +0200
+
eclipse-pydev (1.2.5-1ubuntu1) edgy; urgency=low
* New upstream release
Modified: trunk/eclipse-pydev/eclipse-pydev/debian/control
===================================================================
--- trunk/eclipse-pydev/eclipse-pydev/debian/control 2008-06-03 22:14:26 UTC (rev 6523)
+++ trunk/eclipse-pydev/eclipse-pydev/debian/control 2008-06-04 05:23:17 UTC (rev 6524)
@@ -1,9 +1,12 @@
Source: eclipse-pydev
Section: devel
Priority: optional
-Maintainer: Vladimír Lapáček <vladimir.lapacek at gmail.com>
+Maintainer: Vladimír Lapáček <vladimir.lapacek at gmail.com>, Michael Koch <konqueror at gmx.de>
Build-Depends: debhelper (>= 4.0.0), eclipse-pde (>= 3.2.1), java-gcj-compat-dev, libcommons-codec-java, dpatch, python, jython
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/eclipse-pydev
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/eclipse-pydev
+Homepage: http://pydev.sourceforge.net/
Package: eclipse-pydev
Architecture: all
Modified: trunk/eclipse-pydev/eclipse-pydev/debian/rules
===================================================================
--- trunk/eclipse-pydev/eclipse-pydev/debian/rules 2008-06-03 22:14:26 UTC (rev 6523)
+++ trunk/eclipse-pydev/eclipse-pydev/debian/rules 2008-06-04 05:23:17 UTC (rev 6524)
@@ -171,7 +171,8 @@
rm -f *-stamp
rm -rf $(BUILD_TREE)
- rm -rf $(RELENGDIR)/{workspace,results}
+ rm -rf $(RELENGDIR)/workspace
+ rm -rf $(RELENGDIR)/results
rm -rf debian/files
.PHONY: build build-java install binary-indep binary-arch binary clean clean-patched
More information about the pkg-java-commits
mailing list