[Python-apps-commits] r274 - in /packages/spe/trunk/debian: changelog control patches/01_setup.py.patch.dpatch rules
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Sat Nov 24 17:32:01 UTC 2007
Author: pochu-guest
Date: Sat Nov 24 17:32:00 2007
New Revision: 274
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=274
Log:
polishing, sc to uploaders
Modified:
packages/spe/trunk/debian/changelog
packages/spe/trunk/debian/control
packages/spe/trunk/debian/patches/01_setup.py.patch.dpatch
packages/spe/trunk/debian/rules
Modified: packages/spe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/changelog?rev=274&op=diff
==============================================================================
--- packages/spe/trunk/debian/changelog (original)
+++ packages/spe/trunk/debian/changelog Sat Nov 24 17:32:00 2007
@@ -2,7 +2,10 @@
[ Stefano Canepa ]
* New upstream release
- * debian/control, debian/rules:
+ * debian/control:
+ - Added dpatch to Build-Depends.
+ - Added myself to Uploaders.
+ * debian/rules:
- Added dpatch magic.
* debian/patches/01_setup.py.patch.dpatch
- Added, creates a distutils script.
@@ -28,6 +31,7 @@
* debian/spe.install:
- Created, install spe.xpm and spe.desktop from here.
- Install _spe/doc/ files in /usr/share/spe/doc/. Closes: #384293.
+ - Move installation of files from rules to here.
* debian/spe.xpm
- Added.
* debian/spe.desktop:
@@ -35,14 +39,15 @@
* debian/copyright:
- Updated Homepage and Website.
* debian/rules:
+ - Move installation of files to spe.install and spe.links.
- Don't call dh_python and dh_installexamples, we don't need them.
- Install spe.desktop from spe.install and not here.
- - Call dh_install and dh_desktop.
+ - Call dh_install, dh_link and dh_desktop.
- The changelog has been moved, so the path is different now.
* debian/pycompat:
- Removed, not needed as we don't call dh_python.
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Sat, 24 Nov 2007 16:10:13 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Sat, 24 Nov 2007 18:10:38 +0100
spe (0.8.2a+repack-1) unstable; urgency=medium
Modified: packages/spe/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/control?rev=274&op=diff
==============================================================================
--- packages/spe/trunk/debian/control (original)
+++ packages/spe/trunk/debian/control Sat Nov 24 17:32:00 2007
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at ubuntu.com>
+Uploaders: Stefano Canepa <sc at linux.it>, Emilio Pozuelo Monfort <pochu at ubuntu.com>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5.0.38), dpatch
Build-Depends-Indep: python, python-central (>= 0.5.6)
Modified: packages/spe/trunk/debian/patches/01_setup.py.patch.dpatch
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/patches/01_setup.py.patch.dpatch?rev=274&op=diff
==============================================================================
--- packages/spe/trunk/debian/patches/01_setup.py.patch.dpatch (original)
+++ packages/spe/trunk/debian/patches/01_setup.py.patch.dpatch Sat Nov 24 17:32:00 2007
@@ -19,7 +19,7 @@
+ url = "http://pythonide.stani.be",
+ license = "GPL",
+ scripts = ['_spe/spe'],
-+ packages = ['_spe', '_spe.dialogs', '_spe.examples', '_spe.plugins', '_spe.shortcuts', '_spe.sidebar', '_spe.skins', '_spe.sm', '_spe.tabs', '_spe.view', '_spe.plugins.kiki', '_spe.plugins.pychecker', '_spe.plugins.pychecker2', '_spe.plugins.winpdb', '_spe.plugins.wxGlade', '_spe.plugins.wxGlade.edit_sizers', '_spe.plugins.wxGlade.widgets', '_spe.plugins.wxGlade.widgets.bitmap_button', '_spe.plugins.wxGlade.widgets.button', '_spe.plugins.wxGlade.widgets.checkbox', '_spe.plugins.wxGlade.widgets.choice', '_spe.plugins.wxGlade.widgets.combo_box', '_spe.plugins.wxGlade.widgets.custom_widget', '_spe.plugins.wxGlade.widgets.dialog', '_spe.plugins.wxGlade.widgets.frame', '_spe.plugins.wxGlade.widgets.gauge', '_spe.plugins.wxGlade.widgets.grid', '_spe.plugins.wxGlade.widgets.list_box', '_spe.plugins.wxGlade.widgets.list_ctrl', '_spe.plugins.wxGlade.widgets.menubar', '_spe.plugins.wxGlade.widgets.notebook', '_spe.plugins.wxGlade.widgets.panel', '_spe.plugins.wxGlade.widgets.radio_box', '_spe.plugins.wxGlade.widgets.radio_button', '_spe.plugins.wxGlade.widgets.slider', '_spe.plugins.wxGlade.widgets.spacer', '_spe.plugins.wxGlade.widgets.spin_button', '_spe.plugins.wxGlade.widgets.spin_ctrl', '_spe.plugins.wxGlade.widgets.splitter_window', '_spe.plugins.wxGlade.widgets.static_bitmap', '_spe.plugins.wxGlade.widgets.static_line', '_spe.plugins.wxGlade.widgets.static_text', '_spe.plugins.wxGlade.widgets.text_ctrl', '_spe.plugins.wxGlade.widgets.toggle_button', '_spe.plugins.wxGlade.widgets.toolbar', '_spe.plugins.wxGlade.widgets.tree_ctrl', '_spe.skins.default', '_spe.sm.wxp'],
++ packages = ['_spe', '_spe.dialogs', '_spe.examples', '_spe.plugins', '_spe.shortcuts', '_spe.sidebar', '_spe.sm', '_spe.tabs', '_spe.view', '_spe.plugins.kiki', '_spe.plugins.pychecker', '_spe.plugins.pychecker2', '_spe.plugins.winpdb', '_spe.plugins.wxGlade', '_spe.plugins.wxGlade.edit_sizers', '_spe.plugins.wxGlade.widgets', '_spe.plugins.wxGlade.widgets.bitmap_button', '_spe.plugins.wxGlade.widgets.button', '_spe.plugins.wxGlade.widgets.checkbox', '_spe.plugins.wxGlade.widgets.choice', '_spe.plugins.wxGlade.widgets.combo_box', '_spe.plugins.wxGlade.widgets.custom_widget', '_spe.plugins.wxGlade.widgets.dialog', '_spe.plugins.wxGlade.widgets.frame', '_spe.plugins.wxGlade.widgets.gauge', '_spe.plugins.wxGlade.widgets.grid', '_spe.plugins.wxGlade.widgets.list_box', '_spe.plugins.wxGlade.widgets.list_ctrl', '_spe.plugins.wxGlade.widgets.menubar', '_spe.plugins.wxGlade.widgets.notebook', '_spe.plugins.wxGlade.widgets.panel', '_spe.plugins.wxGlade.widgets.radio_box', '_spe.plugins.wxGlade.widgets.radio_button', '_spe.plugins.wxGlade.widgets.slider', '_spe.plugins.wxGlade.widgets.spacer', '_spe.plugins.wxGlade.widgets.spin_button', '_spe.plugins.wxGlade.widgets.spin_ctrl', '_spe.plugins.wxGlade.widgets.splitter_window', '_spe.plugins.wxGlade.widgets.static_bitmap', '_spe.plugins.wxGlade.widgets.static_line', '_spe.plugins.wxGlade.widgets.static_text', '_spe.plugins.wxGlade.widgets.text_ctrl', '_spe.plugins.wxGlade.widgets.toggle_button', '_spe.plugins.wxGlade.widgets.toolbar', '_spe.plugins.wxGlade.widgets.tree_ctrl', '_spe.sm.wxp'],
+ package_data={'_spe': ['defaults.cfg']},
+)
+
Modified: packages/spe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/rules?rev=274&op=diff
==============================================================================
--- packages/spe/trunk/debian/rules (original)
+++ packages/spe/trunk/debian/rules Sat Nov 24 17:32:00 2007
@@ -25,9 +25,6 @@
dh_testdir
dh_testroot
dh_clean -k
-# dh_installdirs \
- usr/share/pixmaps \
- usr/share/applications
python setup.py install --root=debian/spe --no-compile
@@ -55,6 +52,7 @@
dh_installdocs
dh_installman
dh_install
+ dh_link
dh_desktop
dh_compress -X.pdf -X.rtf -X.py
dh_fixperms
More information about the Python-apps-commits
mailing list