--- gquilt-0.17.orig/debian/changelog +++ gquilt-0.17/debian/changelog @@ -0,0 +1,74 @@ +gquilt (0.17-1) unstable; urgency=low + + * New upstream release. + - fix breakage with new quilt (>= 0.43) + * Bumped Standards-Version to 3.7.0.0; no change. + * Fixed quilt, cdbs, debhelper to be specified as Build-Depends: in + debian/control + + -- Christine Spang Tue, 2 May 2006 20:45:42 -0500 + +gquilt (0.16-1) unstable; urgency=low + + * New upstream release + - improve speed of push/pop all/to by using quilt functionality + - add environmental variable GQUILT_PERUSER + - bug fix: handle optional arguments in editor environmental vars + + -- Christine Spang Mon, 23 Jan 2006 05:11:50 -0500 + +gquilt (0.15-1) unstable; urgency=low + + * New upstream release. + - add "combined diff" to actions menu + - request confirmation when removing files from top patch + - improve user feedback during complex operations + * Updated FSF address in copyright file. + + -- Christine Spang Sat, 5 Nov 2005 17:45:00 -0500 + +gquilt (0.13-1) unstable; urgency=low + + * New upstream release. + - Bugfix for rename command when quilt supports rename. + * Removed extraneous garbage in debian/rules. + + -- Christine Spang Sun, 28 Aug 2005 13:43:17 -0400 + +gquilt (0.12-2) unstable; urgency=low + + * Man page improved, as well as its (non-existant) licensing + clarified. + + -- Christine Spang Sat, 27 Aug 2005 15:04:11 -0400 + +gquilt (0.12-1) unstable; urgency=low + + * First version in the Debian archive. Closes: #316315 + * New upstream release: desktop patch integrated; added ability to + open an editor on files; misc. other features. + * Patches integrated with upstream. + + -- Christine Spang Fri, 22 Jul 2005 11:03:26 -0400 + +gquilt (0.11-2) unstable; urgency=low + + * Minor fixes to packaging thanks to the scrutinous eye of Christian + Perrier. + + -- Christine Spang Fri, 22 Jul 2005 11:01:29 -0400 + +gquilt (0.11-1) unstable; urgency=low + + * Upstream changes: added view/edit patch description; renaming patch + no longer relies on quilt 'rename' command. + + -- Christine Spang Fri, 15 Jul 2005 19:16:13 -0400 + +gquilt (0.08-1) unstable; urgency=low + + * Makefile fixes. + * Added Freedesktop .desktop file. + * Moved icons and .pyc files from /lib to /share to comply with policy + + -- Christine Spang Tue, 12 Jul 2005 00:04:10 -0400 --- gquilt-0.17.orig/debian/compat +++ gquilt-0.17/debian/compat @@ -0,0 +1 @@ +4 --- gquilt-0.17.orig/debian/gquilt.1 +++ gquilt-0.17/debian/gquilt.1 @@ -0,0 +1,66 @@ +.\" This manpage is copyright (C) 2005 Christine Spang. +.\" +.\" This is free software; you may redistribute it and/or modify +.\" it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2, +.\" or (at your option) any later version. +.\" +.\" This 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 the Debian GNU/Linux system; if not, write to the Free +.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +.\" 02111-1307 USA +.\" +.TH gquilt 1 "2005-08-27" "Debian GNU/Linux" +.SH NAME +gquilt \- patch series manager +.SH SYNOPSIS +gquilt +.SH OPTIONS +gquilt does not currently have any options. +.SH DESCRIPTION +.B gquilt +is a GTK+ GUI for the quilt patch management program. Patches are managed by +selecting files to add to a patch from the root playground directory, editing +in changes, and then refreshing the patch to add these changes to the top patch. +The root playground directory can be set by selecting the +.B Open +option from the +.B Playground +menu; it is set by default to the working directory of +.B gquilt's +execution, or the user's home directory (if launched from a menu). +.PP +Currently, point and click interfaces are provided for a small subset of +quilt's most frequently-used commands, such as push, pop, refresh, +import, fold, and creating and deleting patches in a series. +.PP +A text widget allows execution of arbitrary quilt commands, in order to +compensate for incomplete coverage of quilt's command set. +All quilt commands initiated by the user (using either point and click +or text entry) are echoed to the console widget, with input in black +and output in red. +.B gquilt +is still in the early stages of development, and evolving rapidly. +.SH BUGS +Please report bugs in +.B gquilt +to . The current bug list may be viewed at +. +.SH AUTHOR +.B gquilt +was written by Peter Williams . +.PP +This manual page was written by Christine Spang , +for the Debian project (but may be used by others). +.SH LICENSING +Both the +.B gquilt +source code and this man page are licensed under the GNU General Public +License. +.SH SEE ALSO +.IR quilt(1) --- gquilt-0.17.orig/debian/watch +++ gquilt-0.17/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://users.bigpond.net.au/Peter-Williams/gquilt-(.*)\.tar\.gz --- gquilt-0.17.orig/debian/control +++ gquilt-0.17/debian/control @@ -0,0 +1,22 @@ +Source: gquilt +Section: gnome +Priority: optional +Maintainer: Christine Spang +Build-Depends: debhelper (>= 4.1.0), cdbs, quilt +Build-Depends-Indep: python +Standards-Version: 3.7.0.0 + +Package: gquilt +Architecture: all +Depends: python, python-gtk2 (>= 2.4), quilt +Recommends: meld +Description: graphical wrapper for quilt + Quilt is a program that manages a series of patches, with a focus on + handling patch dependencies and allowing easy management of large + sets of patches. + . + Gquilt is a GTK+-based GUI wrapper for the quilt program, + providing a simple graphical interface for a range of + commands. + . + Homepage: http://users.bigpond.net.au/Peter-Williams/ --- gquilt-0.17.orig/debian/rules +++ gquilt-0.17/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +DEB_MAKE_BUILD_TARGET := prefix=/usr all +DEB_MAKE_INSTALL_TARGET := prefix=/usr DESTDIR=$(CURDIR)/debian/gquilt install +DEB_INSTALL_MANPAGES_quilt := debian/gquilt.1 + +binary-install/gquilt:: + dh_python -p$(cdbs_curpkg) --- gquilt-0.17.orig/debian/copyright +++ gquilt-0.17/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Christine Spang +on Tue, 12 Jul 2005 00:04:10 -0400. + +It was downloaded from: . + +Upstream Author: Peter Williams + +License: + + 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 the file '/usr/share/common-licenses/GPL'. --- gquilt-0.17.orig/debian/gquilt.menu +++ gquilt-0.17/debian/gquilt.menu @@ -0,0 +1,6 @@ +?package(gquilt):\ + needs="X11"\ + section="Apps/Programming"\ + title="gquilt"\ + command="/usr/bin/gquilt"\ + icon="/usr/share/pixmaps/gquilt.xpm" --- gquilt-0.17.orig/debian/gquilt.manpages +++ gquilt-0.17/debian/gquilt.manpages @@ -0,0 +1 @@ +debian/gquilt.1 --- gquilt-0.17.orig/debian/patches/series +++ gquilt-0.17/debian/patches/series @@ -0,0 +1,2 @@ +000_Makefile +001_lintian_fix --- gquilt-0.17.orig/debian/patches/000_Makefile +++ gquilt-0.17/debian/patches/000_Makefile @@ -0,0 +1,22 @@ +Index: gquilt-0.16/Makefile +=================================================================== +--- gquilt-0.16.orig/Makefile 2006-01-21 20:01:27.000000000 -0500 ++++ gquilt-0.16/Makefile 2006-01-23 05:12:51.000000000 -0500 +@@ -1,7 +1,7 @@ + MAJVER=0 + MINVER=16 + VERSION=$(MAJVER).$(MINVER) +-PREFIX=/usr/local ++PREFIX=/usr + MODULE_PREFIX=share + MODULES=gquilt gquilt_gtk gquilt_utils gquilt_icons gquilt_pfuns gquilt_tool gquilt_quilt + MODULES_SRC=$(patsubst %,%.py, $(MODULES)) +@@ -50,7 +50,7 @@ + rm gquilt + + clean: +- -rm *.pyc *~ ++ -rm *.pyc *~ *.pyo + + release: $(SRC) + -rm -r $(RELDIR) --- gquilt-0.17.orig/debian/patches/README.patches +++ gquilt-0.17/debian/patches/README.patches @@ -0,0 +1,9 @@ +0xx patches are debian-specific build patches, that have not and will +not be proposed upstream; they don't need to be. + +If there are any: + +1xx patches have been proposed upstream and accepted; these can safely +be deleted when updating to a new release. + +2xx patches are awaiting the approval of upstream. --- gquilt-0.17.orig/debian/patches/001_lintian_fix +++ gquilt-0.17/debian/patches/001_lintian_fix @@ -0,0 +1,10 @@ +Index: gquilt-0.16/gquilt.py +=================================================================== +--- gquilt-0.16.orig/gquilt.py 2006-01-23 06:21:28.000000000 -0500 ++++ gquilt-0.16/gquilt.py 2006-01-23 06:23:01.000000000 -0500 +@@ -1,5 +1,3 @@ +-#!/usr/bin/env python +- + ### Copyright (C) 2005 Peter Williams + + ### This program is free software; you can redistribute it and/or modify