[Python-apps-commits] r4629 - in packages/eric/trunk/debian (4 files)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Mon Feb 1 07:00:48 UTC 2010


    Date: Monday, February 1, 2010 @ 07:00:44
  Author: gudjon-guest
Revision: 4629

Fix clean target and some more minor changes

Modified:
  packages/eric/trunk/debian/README.source
  packages/eric/trunk/debian/changelog
  packages/eric/trunk/debian/control
  packages/eric/trunk/debian/get_translations.sh

Modified: packages/eric/trunk/debian/README.source
===================================================================
--- packages/eric/trunk/debian/README.source	2010-02-01 06:40:40 UTC (rev 4628)
+++ packages/eric/trunk/debian/README.source	2010-02-01 07:00:44 UTC (rev 4629)
@@ -1,7 +1,4 @@
 The translations must be downloaeded from sourceforge.net. The
 script get_translations.sh can be used to download and install them.
-It must be used in the following way:
-$ cd debian
-Change VERSION to current version
-$ ./get_translations.sh
+$ ./debian/get_translations.sh
 

Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog	2010-02-01 06:40:40 UTC (rev 4628)
+++ packages/eric/trunk/debian/changelog	2010-02-01 07:00:44 UTC (rev 4629)
@@ -12,8 +12,9 @@
   * Bump standards version to 3.8.4, no changes needed
   * Change debhelper dependency to 7
   * Fix clean target
+  * Improve get_translations script, thanks to Piotr
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Mon, 01 Feb 2010 07:40:24 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Mon, 01 Feb 2010 07:59:33 +0100
 
 eric (4.3.10-1) unstable; urgency=low
 

Modified: packages/eric/trunk/debian/control
===================================================================
--- packages/eric/trunk/debian/control	2010-02-01 06:40:40 UTC (rev 4628)
+++ packages/eric/trunk/debian/control	2010-02-01 07:00:44 UTC (rev 4629)
@@ -3,13 +3,15 @@
 Priority: optional
 Maintainer: Gudjon I. Gudjonsson <gudjon at gudjon.org>
 Uploaders: Martin Höfling <martin.hoefling at gmx.de>, Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.0), quilt
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: python-all (>= 2.4.4-2), python-qt4 (>= 4.5), python-qt4-dev (>= 4.5),
  sip4 (>= 4.9), qt4-dev-tools, python-support, python-qscintilla2 (>=2.4-3),
  python-qt-dev, libqt4-dev, python-kde4-dev
 XS-Python-Version: >=2.4
 Standards-Version: 3.8.4
 Homepage: http://eric-ide.python-projects.org/
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/eric/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/eric/trunk/
 
 Package: eric
 Architecture: all

Modified: packages/eric/trunk/debian/get_translations.sh
===================================================================
--- packages/eric/trunk/debian/get_translations.sh	2010-02-01 06:40:40 UTC (rev 4628)
+++ packages/eric/trunk/debian/get_translations.sh	2010-02-01 07:00:44 UTC (rev 4629)
@@ -1,5 +1,7 @@
 #!/bin/sh
-VERSION=4.4.0
+VERSION=$(dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
+echo $VERSION
+cd debian
 wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-cs-${VERSION}.tar.gz/download
 wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-de-${VERSION}.tar.gz/download
 wget http://sourceforge.net/projects/eric-ide/files/eric4/stable/${VERSION}/eric4-i18n-es-${VERSION}.tar.gz/download
@@ -11,3 +13,4 @@
 mv -f eric4-${VERSION}/eric/i18n/eric4_*.ts i18n/
 rm -rf eric4-${VERSION}
 rm -f eric4-i18n-*.tar.gz*
+cd ..




More information about the Python-apps-commits mailing list