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

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Tue Jun 10 13:38:04 UTC 2008


    Date: Tuesday, June 10, 2008 @ 13:38:02
  Author: gudjon-guest
Revision: 1422

A new minor revision 4.1.5-2. Not for release yet.

Modified:
  packages/eric/trunk/debian/changelog
  packages/eric/trunk/debian/control
  packages/eric/trunk/debian/eric.desktop
  packages/eric/trunk/debian/rules

Modified: packages/eric/trunk/debian/changelog
===================================================================
--- packages/eric/trunk/debian/changelog	2008-06-09 22:03:18 UTC (rev 1421)
+++ packages/eric/trunk/debian/changelog	2008-06-10 13:38:02 UTC (rev 1422)
@@ -1,3 +1,13 @@
+eric (4.1.5-2) UNRELEASED; urgency=low
+
+  * Not installing ChangeLog since it is equal to changelog.
+  * Remove "Encoding=UTF-8" from desktop file
+  * Move eric from section python to devel
+  * Remove README-PyXML.txt, obsolete in Debian
+  * Comment out dh_link, dh_strip, dh_shlibdeps. Will be removed later
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Tue, 10 Jun 2008 15:36:05 +0200
+
 eric (4.1.5-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/eric/trunk/debian/control
===================================================================
--- packages/eric/trunk/debian/control	2008-06-09 22:03:18 UTC (rev 1421)
+++ packages/eric/trunk/debian/control	2008-06-10 13:38:02 UTC (rev 1422)
@@ -1,5 +1,5 @@
 Source: eric
-Section: python
+Section: devel
 Priority: optional
 Maintainer: Gudjon I. Gudjonsson <gudjon at gudjon.org>
 Uploaders: Martin Höfling <martin.hoefling at gmx.de>

Modified: packages/eric/trunk/debian/eric.desktop
===================================================================
--- packages/eric/trunk/debian/eric.desktop	2008-06-09 22:03:18 UTC (rev 1421)
+++ packages/eric/trunk/debian/eric.desktop	2008-06-10 13:38:02 UTC (rev 1422)
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=Eric python IDE
 Name[es]=IDE para python Eric
 Comment=Full featured Python IDE

Modified: packages/eric/trunk/debian/rules
===================================================================
--- packages/eric/trunk/debian/rules	2008-06-09 22:03:18 UTC (rev 1421)
+++ packages/eric/trunk/debian/rules	2008-06-10 13:38:02 UTC (rev 1422)
@@ -68,22 +68,25 @@
 			debian/eric-api-files/usr/share/eric/APIs; \
 	done
 
+#   remove README-PyXML.txt
+	rm -f debian/eric/usr/share/doc/eric/README-PyXML.txt
+
 # Build architecture-independent files here.
 binary: patch install
 	dh_testdir -i
 	dh_testroot -i
-	dh_installchangelogs -i ChangeLog
+	dh_installchangelogs
 	dh_installdocs -i --exclude=LICENSE.GPL
 	dh_installmenu -i
 	dh_installman -i
 	dh_desktop -i
-	dh_link -i
-	dh_strip -i
+	#dh_link -i
+	#dh_strip -i
 	dh_compress -i
 	dh_fixperms -i
 	dh_pycentral -i
 	dh_installdeb -i
-	dh_shlibdeps -i
+	#dh_shlibdeps -i
 	dh_gencontrol -i
 	dh_md5sums -i
 	dh_builddeb -i




More information about the Python-apps-commits mailing list