diff --git a/ChangeLog b/ChangeLog index 9ac98fc765..4f6aac954c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-27 Derek Atkins + + * Remove debian scripts (fix #123046) + 2003-09-23 Christian Stimming * po/ca.po: Add Catalan translation by Orestes Mas diff --git a/Makefile.am b/Makefile.am index 1118bd384b..849d66dea3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = intl m4 macros debian doc lib src intl-scm po rpm accounts +SUBDIRS = intl m4 macros doc lib src intl-scm po rpm accounts docdir = ${GNC_DOC_INSTALL_DIR} diff --git a/configure.in b/configure.in index 22bda1e272..7dc310c8a8 100644 --- a/configure.in +++ b/configure.in @@ -1103,7 +1103,6 @@ AC_OUTPUT( m4/Makefile intl/Makefile po/Makefile.in accounts/pt_BR/Makefile accounts/pt_PT/Makefile accounts/sk/Makefile - debian/Makefile doc/Makefile doc/examples/Makefile intl-scm/Makefile diff --git a/debian/.cvsignore b/debian/.cvsignore deleted file mode 100644 index 78869e52db..0000000000 --- a/debian/.cvsignore +++ /dev/null @@ -1,6 +0,0 @@ -Makefile -Makefile.in -tmp -*.debhelper -files -substvars diff --git a/debian/Makefile.am b/debian/Makefile.am deleted file mode 100644 index c778cc9dc4..0000000000 --- a/debian/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ - -# All the other files that go in the distribution tarfile that aren't -# included some other way... -EXTRA_DIST = \ - README.debian \ - changelog \ - control \ - control_fr \ - copyright \ - dirs \ - gnucash.menu \ - rules \ - postinst - - diff --git a/debian/README.debian b/debian/README.debian deleted file mode 100644 index ce07534aca..0000000000 --- a/debian/README.debian +++ /dev/null @@ -1,9 +0,0 @@ -gnucash for DEBIAN ----------------------- - -This is BETA software. It works to a degree but there may still be -bugs and unimplemented features. If you want a stable version, it -is recommended you use "xacc" which is also packaged for Debian. - -Tyson Dowd , Wed, 10 Mar 1999 13:00:12 +1100 -John Goerzen June 2, 2000 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index d2a2e3ab68..0000000000 --- a/debian/changelog +++ /dev/null @@ -1,192 +0,0 @@ -gnucash (1.7.0.cvs20010719-0.1) unstable; urgency=low - - * local cvs compile - - -- James LewisMoss Thu, 15 Feb 2001 00:19:03 -0500 - -gnucash (1.5.2.cvs20001105-0.1) unstable; urgency=low - - * Perl files gone. Comment out stuff in rules that dealt with it. - * Local compile. - - -- James LewisMoss Sun, 5 Nov 2000 20:39:28 -0500 - -gnucash (1.5.2.cvs20001022-0.1) unstable; urgency=low - - * local compile. - * Move perl files to correct place in perl heirarchy. - - -- James LewisMoss Sun, 22 Oct 2000 18:49:38 -0400 - -gnucash (1.5.2.cvs20000929-0.1) unstable; urgency=low - - * More debian files fixes. Specifically rules to put the files in the - correct place and adding a postinst to call ldconfig. - * local compile. - - -- James LewisMoss Fri, 29 Sep 2000 15:25:07 -0400 - -gnucash (1.5.2.cvs20000928-0.1) unstable; urgency=low - - * local compile - * Change copyright file to refer to correct license directory. - - -- James LewisMoss Thu, 28 Sep 2000 23:25:11 -0400 - -gnucash (1.3.8-1) unstable; urgency=low - - * New Debian maintainer: John Goerzen - * Closing already-fixed bugs. Closes: #62410, #62424, #62550. - * Updated package. Closes: #60387, #65000. - * Upstream bugfixes. Closes: #56979, #52990, #60901. - * Fixed 64-bit cleanliness issues. Now loads files without segfaulting - on Alpha. - * Print feature now here. It's in Reports -> Transaction Report - from the main menu. Closes: #57311. - * esd deps fixed. Closes: #60655. - * Strings longer. Closes: #44720. - * Suggests gnuplot. Closes: #62553. - - -- John Goerzen Wed, 31 May 2000 12:50:19 -0500 - -gnucash (1.3.4-3) frozen unstable; urgency=high - - * Make wrapper script executable when installed. - Fixes #62424, #62410 - - -- Tyson Dowd Mon, 17 Apr 2000 13:45:29 +1000 - -gnucash (1.3.4-2) frozen unstable; urgency=high - - * Use wrapper script to avoid locale problems. - Should fix #60417 (another try at this one). - - -- Tyson Dowd Fri, 14 Apr 2000 13:34:31 +1000 - -gnucash (1.3.4-1) frozen unstable; urgency=high - - * New upstream release. Should fix #60417, #60615, and #60655. - Thanks to Robert Merkel for his help in preparing - this release. - - -- Tyson Dowd Thu, 13 Apr 2000 13:14:49 +1100 - -gnucash (1.2.5.cvs.20000204-1) unstable; urgency=low - - * New upsteam version (taken from CVS) including many bug fixes. - - -- Tyson Dowd Fri, 4 Feb 2000 12:32:41 +1100 - -gnucash (1.2.5.cvs.20000106-1) unstable; urgency=low - - * New upstream version (taken from CVS). - - -- Tyson Dowd Thu, 6 Jan 2000 16:02:44 +1100 - -gnucash (1.2.3.cvs.19991026-5) unstable; urgency=low - - * Depend on eperl. Fixes #51424. Thanks to Craig Sanders for - reporting this as I hadn't noticed it. - - -- Tyson Dowd Thu, 6 Jan 2000 16:02:40 +1100 - -gnucash (1.2.3.cvs.19991026-4) unstable; urgency=low - - * Depend on libguile6-slib. - This should fix a few problems with the slib catalog not being - correctly setup, which causes gnucash to die when starting up. - (Fixes #51555, #51773) - * Use -fPIC instead of -fpic (Fixes #51545). Thanks to Ben Collins - for reporting and giving the fix. - - -- Tyson Dowd Thu, 2 Dec 1999 17:00:48 +1100 - -gnucash (1.2.3.cvs.19991026-3) unstable; urgency=low - - * Add string.h to includes for FileDialog. - This should fix #49485. - - -- Tyson Dowd Sat, 27 Nov 1999 17:43:42 +1100 - -gnucash (1.2.3.cvs.19991026-2) unstable; urgency=low - - * Rebuild to use new libguile6 instead of libguile4. - - -- Tyson Dowd Thu, 25 Nov 1999 02:30:33 +1100 - -gnucash (1.2.3.cvs.19991026-1) unstable; urgency=low - - * New upstream version (Update from CVS version). - * Recompile for gnome. - - -- Tyson Dowd Thu, 25 Nov 1999 02:30:17 +1100 - -gnucash (1.2.3-3) unstable; urgency=low - - * Add patch for powerpc supplied by - Konstantinos Margaritis (Fixes #39050). - * Add improved documention in description as suggested by - reiter@netspace.net.au (Fixes #45229). - - -- Tyson Dowd Tue, 19 Oct 1999 16:37:23 +1000 - -gnucash (1.2.3-2) unstable; urgency=low - - * Compiled against new lesstif package (Fixes #47692). - * Depend on perl-5.005 explicitly (Fixes #43823 and #43822). - - -- Tyson Dowd Tue, 19 Oct 1999 08:13:38 +0200 - -gnucash (1.2.3-1) unstable; urgency=low - - * New upstream version. - * Compiled against potato. - - -- Tyson Dowd Tue, 10 Aug 1999 01:34:02 +0200 - -gnucash (1.2.1-1) unstable; urgency=low - - * New upstream version. - * Add patch provided by Tomas Pospisek to add a - menu entry for gnucash. - - -- Tyson Dowd Sat, 17 Jul 1999 17:29:48 -0700 - -gnucash (1.2.0-1) unstable; urgency=low - - * New upstream version. - - -- Tyson Dowd Fri, 2 Jul 1999 22:13:58 -0700 - -gnucash (1.1.27-1) unstable; urgency=low - - * New upstream version. - - -- Tyson Dowd Tue, 25 May 1999 16:02:44 +1000 - -gnucash (1.1.26-2) unstable; urgency=low - - * Add a few missing dependencies. - - -- Tyson Dowd Mon, 15 Mar 1999 14:11:36 +1100 - -gnucash (1.1.26-1.1) unstable; urgency=low - - * debian/rules: converted to debhelper - * debian/copyright: correct FSF address, fix spelling - * debian/control: add Conflicts: and Replaces: for xacc - * debian/control: add Depends: on libwww-perl - * debian/rules: let gnc-prices, gnucash{,.motif} have undocumented(7) - * debian/rules: strip usr/lib/gnucash/gnucash.so - - -- Dirk Eddelbuettel Wed, 10 Mar 1999 22:37:37 -0500 - -gnucash (1.1.26-1) unstable; urgency=low - - * Initial Release. - - -- Tyson Dowd Wed, 10 Mar 1999 13:00:52 +1100 - -Local variables: -mode: debian-changelog -End: diff --git a/debian/control b/debian/control deleted file mode 100644 index 295cdffe96..0000000000 --- a/debian/control +++ /dev/null @@ -1,20 +0,0 @@ -Source: gnucash -Section: utils -Priority: extra -Maintainer: John Goerzen -Standards-Version: 3.1.0.0 -Build-Depends: libguppi-dev, libguile-dev, libgtkhtml-dev, libxml-dev, libart-dev, libgnome-dev, libgwrapguile-dev, libglib1.2-dev, libghttp-dev, libgal-dev - -Package: gnucash -Architecture: any -Depends: ${shlibs:Depends}, libwww-perl, guile1.4-slib -Suggests: gnuplot -Description: A personal finance tracking program. - Gnucash can track finances in multiple accounts, keeping running - and reconciled balances. It has an X based graphical user interface, - double entry, a hierarchy of accounts, expense accounts (categories), - and can import Quicken QIF files. - . - Gnucash is derived from xacc. It adds guile extensibility, and can - produce HTML output. It uses guppi to produce graphs. - diff --git a/debian/control_fr b/debian/control_fr deleted file mode 100644 index efaf24f9a8..0000000000 --- a/debian/control_fr +++ /dev/null @@ -1,15 +0,0 @@ -Source: xacc -Section: utils -Priority: extra -Maintainer: John Goerzen -Standards-Version: 2.3.0.1 - -Package: xacc -Architecture: any -Depends: ${shlibs:Depends} -Description: Un programme de suivi de vos finances personnelles. - X-Accountant (Comptable X) permet de suivre vos finances dans des - comptes multiples, utilisant des soldes de rapprochement et actuel. - Il a une interface utilisateur graphique sous X, une double entree, - une hierarchie de comptes, des comptes de depenses (categories), - et peut importer des fichiers QIF de Quicken. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 2cf0f2e1cd..0000000000 --- a/debian/copyright +++ /dev/null @@ -1,34 +0,0 @@ - -This is the Debian GNU/Linux prepackaged version of gnucash, an application -to track finances in multiple accounts, keeping running and reconciled -balances. Gnucash was written by Robin D. Clark and Linas Vepstas. - -This package was debianized by Tyson Dowd Wed, 10 Mar 1999 -13:02:16 +1100. John Goerzen is the Debian -maintainer effective June 2, 2000. It was downloaded from -ftp://ftp.gnucash.org/pub/gnucash/gnucash/sources/unstable/1.3.x/1.3.3/gnucash-1.3.3.tar.gz - -Copyright: - - Gnucash is under the GNU GPL. - - Copyright (C) 1997 Robin D. Clark - Copyright (C) 1997-2002 Linas Vepstas - - This program 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; either version 2 of - the License, or (at your option) any later version. - - This program 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 program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index e772481755..0000000000 --- a/debian/dirs +++ /dev/null @@ -1 +0,0 @@ -usr/bin diff --git a/debian/gnucash.menu b/debian/gnucash.menu deleted file mode 100644 index 9d47e90ffd..0000000000 --- a/debian/gnucash.menu +++ /dev/null @@ -1,4 +0,0 @@ -?package(gnucash):needs=x11 section=Apps/Tools \ - title="GnuCash" \ - longtitle="GnuCash personal finance tracking program" \ - command="gnucash" diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 6d78d03634..0000000000 --- a/debian/postinst +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -ldconfig - -#DEBHELPER# diff --git a/debian/rules b/debian/rules deleted file mode 100644 index b02ec69149..0000000000 --- a/debian/rules +++ /dev/null @@ -1,93 +0,0 @@ -#!/usr/bin/make -f -# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -# Adapted for gnucash by Dirk Eddelbuettel. March 1999. GPL'ed - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -package=gnucash - -id= $(shell pwd)/debian/tmp - -AUTOGEN_OPTS = --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --enable-etags \ - --enable-sql \ - --enable-debug \ - --enable-error-on-warnings - -configure: configure.in - ./autogen.sh $(AUTOGEN_OPTS) - -Makefile.in: Makefile.am - ./autogen.sh $(AUTOGEN_OPTS) - -Makefile: Makefile.in configure - dh_testdir - $(checkdir) - ./autogen.sh $(AUTOGEN_OPTS) - -# --enable-efence \ -# --enable-profile \ - -build: build-stamp -build-stamp: Makefile - dh_testdir - $(checkdir) - $(MAKE) check -# touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp install-stamp - -$(MAKE) distclean - -rm `find . -name "*.cache"` - -rm `find . -name "*.log"` - dh_clean - -install: install-stamp -install-stamp: build-stamp - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - make install prefix=$(id)/usr sysconfdir=$(id)/etc GNC_DOC_INSTALL_DIR=$(id)/usr/share/doc/gnucash infodir=$(id)/usr/share/info mandir=$(id)/usr/share/man - rm -f $(id)/usr/share/doc/gnucash/COPYING.gz - - touch install-stamp - -binary-indep: build install - -binary-arch: build install -# dh_testversion - dh_testdir - dh_testroot - dh_installdocs - dh_installexamples doc/examples/*.xac - dh_installmenu -# dh_installemacsen -# dh_installinit - dh_installcron - dh_installmanpages -# dh_undocumented gnc-prices.1 gnucash.1x gnucash.motif.1x - dh_installchangelogs ChangeLog -# dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol -# dh_makeshlibs - dh_md5sums - dh_builddeb - -source diff: - @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install - -