[Python-apps-commits] r269 - in /packages/spe/trunk/debian: changelog control rules spe.desktop spe.install
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Sat Nov 24 16:06:43 UTC 2007
Author: pochu-guest
Date: Sat Nov 24 16:06:43 2007
New Revision: 269
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=269
Log:
more polishing
Modified:
packages/spe/trunk/debian/changelog
packages/spe/trunk/debian/control
packages/spe/trunk/debian/rules
packages/spe/trunk/debian/spe.desktop
packages/spe/trunk/debian/spe.install
Modified: packages/spe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/changelog?rev=269&op=diff
==============================================================================
--- packages/spe/trunk/debian/changelog (original)
+++ packages/spe/trunk/debian/changelog Sat Nov 24 16:06:43 2007
@@ -27,8 +27,11 @@
- Use spe.xpm instead of spe.png
* debian/spe.install:
- Created, install spe.xpm and spe.desktop from here.
+ - Install _spe/doc/ files in /usr/share/spe/doc/. Closes: #384293.
* debian/spe.xpm
- Added.
+ * debian/spe.desktop:
+ - Updated to fit fdo policy.
* debian/copyright:
- Updated Homepage and Website.
* debian/rules:
Modified: packages/spe/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/control?rev=269&op=diff
==============================================================================
--- packages/spe/trunk/debian/control (original)
+++ packages/spe/trunk/debian/control Sat Nov 24 16:06:43 2007
@@ -4,8 +4,8 @@
Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Uploaders: Emilio Pozuelo Monfort <pochu at ubuntu.com>
Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.38)
-Build-Depends-Indep: python, python-central (>= 0.5.6), dpatch
+Build-Depends: debhelper (>= 5.0.38), dpatch
+Build-Depends-Indep: python, python-central (>= 0.5.6)
XS-Python-Version: current
Homepage: http://pythonide.stani.be/
VCS-Svn: svn://svn.debian.org/python-apps/packages/spe/trunk/
Modified: packages/spe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/rules?rev=269&op=diff
==============================================================================
--- packages/spe/trunk/debian/rules (original)
+++ packages/spe/trunk/debian/rules Sat Nov 24 16:06:43 2007
@@ -34,10 +34,7 @@
rm -f debian/spe/usr/bin/spe_wininst.py
-# mv debian/spe/usr/lib/python$(PV)/site-packages/_spe/doc/* \
- debian/spe/usr/share/doc/spe/
-# rmdir debian/spe/usr/lib/python$(PV)/site-packages/_spe/doc
- dh_link usr/share/doc/spe \
+ dh_link usr/share/spe/doc \
usr/share/pycentral/spe/site-packages/_spe/doc
mv debian/spe/usr/lib/python$(PV)/site-packages/_spe/examples \
Modified: packages/spe/trunk/debian/spe.desktop
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/spe.desktop?rev=269&op=diff
==============================================================================
--- packages/spe/trunk/debian/spe.desktop (original)
+++ packages/spe/trunk/debian/spe.desktop Sat Nov 24 16:06:43 2007
@@ -2,9 +2,8 @@
Name=SPE (Stani's Python Editor)
Comment=Integrated Python Development Environment
Exec=/usr/bin/spe
-Icon=spe.png
+Icon=spe
Terminal=false
-MultipleArgs=false
Type=Application
-Categories=Application;Development;
+Categories=Development;
StartupNotify=true
Modified: packages/spe/trunk/debian/spe.install
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/spe.install?rev=269&op=diff
==============================================================================
--- packages/spe/trunk/debian/spe.install (original)
+++ packages/spe/trunk/debian/spe.install Sat Nov 24 16:06:43 2007
@@ -1,2 +1,3 @@
debian/spe.desktop usr/share/applications
debian/spe.xpm usr/share/pixmaps
+_spe/doc usr/share/spe
More information about the Python-apps-commits
mailing list