--- editobj-0.5.7.orig/debian/watch +++ editobj-0.5.7/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://download.gna.org/songwrite/ \ + EditObj-(.*)\.tar\.gz \ + debian uupdate --- editobj-0.5.7.orig/debian/dirs +++ editobj-0.5.7/debian/dirs @@ -0,0 +1 @@ +usr/share --- editobj-0.5.7.orig/debian/compat +++ editobj-0.5.7/debian/compat @@ -0,0 +1 @@ +5 --- editobj-0.5.7.orig/debian/copyright +++ editobj-0.5.7/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Marc Dequènes (Duck) on +Wed, 14 May 2003 00:36:21 +0200. + +It was downloaded from http://home.gna.org/oomadness/en/editobj/ + +Upstream Author: Jiba + +Copyright: + + EditObj is copyright (c) 2002-2003 Jean-Baptiste LAMY + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + --- editobj-0.5.7.orig/debian/rules +++ editobj-0.5.7/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +.PHONY: override_dh_auto_install +override_dh_auto_install: + dh_auto_install + mv debian/python-editobj/usr/lib/$(shell pyversions -d)/*-packages/editobj/icons/ debian/python-editobj/usr/share/python-editobj + rm -Rf debian/python-editobj/usr/lib/python*/*-packages/editobj/icons/ + +.PHONY: override_dh_fixperms +override_dh_fixperms: + find debian/python-editobj/usr/share/ -type f -exec chmod a-x {} \; + dh_fixperms + +.PHONY: override_dh_compress +override_dh_compress: + dh_compress -X.py + +.PHONY: build build-arch build-indep binary binary-indep clean +build build-indep binary binary-indep clean: + dh $(@) +# In order not to confuse lintian, *-arch are separate targets: +build-arch binary-arch: + --- editobj-0.5.7.orig/debian/pycompat +++ editobj-0.5.7/debian/pycompat @@ -0,0 +1 @@ +2 --- editobj-0.5.7.orig/debian/examples +++ editobj-0.5.7/debian/examples @@ -0,0 +1 @@ +demo/* --- editobj-0.5.7.orig/debian/changelog +++ editobj-0.5.7/debian/changelog @@ -0,0 +1,177 @@ +editobj (0.5.7-9) unstable; urgency=low + + * QA upload. + * Switch from cbds to dh. + * Remove superfluous build-dependencies. + * Drop no_bytecompilation.patch, no longer needed. + * Add dependency on python-tk. + * Replace site-packages with *-packages to fix FTBFS with Python 2.6 + (closes: #571208) + * Bump standards version to 3.8.4 (no changes needed). + + -- Jakub Wilk Mon, 01 Mar 2010 13:32:39 +0100 + +editobj (0.5.7-8) unstable; urgency=low + + * Orphaned. + * Added missing '${misc:Depends}' dependency. + * Bumped Standards-Version (no changes). + * Fixed reference in copyright file to the right GPL version. + + -- Marc Dequènes (Duck) Mon, 30 Mar 2009 23:15:18 +0200 + +editobj (0.5.7-7) unstable; urgency=low + + * Moved homepage information to new control field. + * Increased Standards-Version (no changes). + + -- Marc Dequènes (Duck) Sun, 27 Jan 2008 18:44:23 +0100 + +editobj (0.5.7-6) unstable; urgency=low + + * Rebuilt with improved Python tools, added 'debian/pycompat', and + removed useless XS-/XB- fields. + * Updated URL in 'debian/copyright' and package description. + + -- Marc Dequènes (Duck) Tue, 20 Jun 2006 20:36:06 +0200 + +editobj (0.5.7-5) unstable; urgency=low + + * Comply with new policy (Closes: #373418). + * Switched to debhelper compat 5. + * Increased Standards-Version to 3.7.2.0 (no changes). + + -- Marc Dequènes (Duck) Sat, 17 Jun 2006 02:17:22 +0200 + +editobj (0.5.7-4) unstable; urgency=low + + * Depends on fixed python-support (>= 0.2). + * Build-depends on python-dev instead of python-all-dev (this was a + mistake, the current -dev package is needed for distutils, no more, + as python-support handle late-bytecompilation) (Closes: #365184). + * postrm is now prerm, this was a mistake. + * Increased Standards-Version to 3.7.0.0 (no changes). + + -- Marc Dequènes (Duck) Tue, 2 May 2006 13:47:55 +0200 + +editobj (0.5.7-3) unstable; urgency=low + + * Move python-all-dev from Build-Depends-Indep to Build-Depends, it is + needed for clean. + * Added 'no_bytecompilation.patch' to avoid + bytecompilation/optimization (Thanks to Arnau). + * Updated URL in 'debian/copyright'. + * Added Homepage to package description. + + -- Marc Dequènes (Duck) Thu, 27 Apr 2006 15:31:03 +0200 + +editobj (0.5.7-2) unstable; urgency=low + + * Switched to python-support. + * Entering the Python Modules Packaging Team. + + -- Marc Dequènes (Duck) Wed, 26 Apr 2006 22:14:37 +0200 + +editobj (0.5.7-1) unstable; urgency=low + + * New upstream release. + * Dropped old Conflicts/Replaces against python2.3-editobj (<< 0.5.3b- + 3) as 0.5.6-1 is in stable. + * Increased Standards-Version to 3.6.2.2 (no changes). + * Updated FSF postal address in 'debian/copyright'. + + -- Marc Dequènes (Duck) Fri, 31 Mar 2006 01:01:06 +0200 + +editobj (0.5.6-1) unstable; urgency=low + + * New upstream release. + + -- Marc Dequènes (Duck) Sun, 24 Oct 2004 15:48:53 +0200 + +editobj (0.5.5-1) unstable; urgency=low + + * New upstream release. + * Removed '01_install_icons_only_pgm.patch' patch included upstream. + + -- Marc Dequènes (Duck) Sun, 24 Oct 2004 15:26:02 +0200 + +editobj (0.5.4-1) unstable; urgency=low + + * New upstream version. + * Added watch file. + * Moved icons to '/usr/share/python-editobj/'. + + -- Marc Dequènes (Duck) Tue, 5 Oct 2004 23:27:37 +0200 + +editobj (0.5.3b-3) unstable; urgency=high + + * Package rearrangement to comply with python policy (Build-Depends & + Depends changes, removal of 'python2.3-editobj, ...) (Closes FTBFS). + + -- Marc Dequènes (Duck) Thu, 8 Jul 2004 00:43:54 +0200 + +editobj (0.5.3b-2) unstable; urgency=low + + * Added missing Build-Depends-Indep on 'cdbs' (Closes: #246473). + + -- Marc Dequènes (Duck) Thu, 29 Apr 2004 16:35:29 +0200 + +editobj (0.5.3b-1) unstable; urgency=low + + * Renamed source top directory. + * Switched to CDBS. + * Patched 'setup.py' to copy only '.pgm' icon files so as to prevent + build failure when using tla-buildpackage ('.arch-ids' directory was + a problem for distutils). + * Removed 'debian/docs' as CDBS installs 'README' automagically. + + -- Marc Dequènes (Duck) Sun, 18 Apr 2004 18:07:00 +0200 + +editobj (0.5.3-1) unstable; urgency=low + + * New upstream release + * Updated Maintainer field and 'debian/copyright'. + + -- Marc Dequènes (Duck) Thu, 18 Dec 2003 14:41:45 +0100 + +editobj (0.5.2-4) unstable; urgency=low + + * Added dummy package which select the the right package for the + default Python version. + + -- Marc Dequènes Mon, 10 Nov 2003 03:47:11 +0100 + +editobj (0.5.2-3) unstable; urgency=low + + * 'debian/changelog' and 'debian/control' are now UTF-8 encoded. + * Improved 'debian/copyright'. + * Updated Standards-Version. + + -- Marc Dequènes Tue, 4 Nov 2003 17:10:49 +0100 + +editobj (0.5.2-2) unstable; urgency=low + + * Cleanly rebuilded against python 2.3. + * Updated 'Standards-Version'. + + -- Marc Dequènes Tue, 19 Aug 2003 14:03:59 +0200 + +editobj (0.5.2-1) unstable; urgency=low + + * New upstream release + + -- Marc Dequènes Fri, 1 Aug 2003 22:12:17 +0200 + +editobj (0.5-2) unstable; urgency=low + + * now signing packages with real identity. + * Recompiled for python 2.3. + + -- Marc Dequènes Fri, 1 Aug 2003 21:06:45 +0200 + +editobj (0.5-1) unstable; urgency=low + + * Initial Release. + + -- The Duck Wed, 14 May 2003 00:36:21 +0200 + --- editobj-0.5.7.orig/debian/control +++ editobj-0.5.7/debian/control @@ -0,0 +1,20 @@ +Source: editobj +Section: python +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 7.0.50~), python, python-support +Standards-Version: 3.8.4 +Homepage: http://home.gna.org/oomadness/en/editobj/ + +Package: python-editobj +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-tk +Description: Python object editor + EditObj can create and display a Tkinter dialog box for editing any + Python object (similarly to what Java call a Bean editor, but for + Python object). EditObj is a useful tool for writing (text or + non-text) editors of all kinds, including GUI editor, 3D editor,... + . + In terms of MVC (Model View Controler), EditObj is a generic View + coupled with a universal Controler. +