From eef1afd0bf1b277095c3b303f793631c5dd4173d Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sun, 4 Jun 2000 21:40:15 +0000 Subject: [PATCH] John Goerzen's debian patch. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2407 57a11ea4-9604-0410-9ed3-97b8803252fd --- debian/README.debian | 3 ++- debian/changelog | 16 ++++++++++++++++ debian/control | 3 ++- debian/control_fr | 2 +- debian/copyright | 5 +++-- debian/rules | 4 +++- 6 files changed, 27 insertions(+), 6 deletions(-) diff --git a/debian/README.debian b/debian/README.debian index 4d1d89e1ef..ce07534aca 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -1,8 +1,9 @@ gnucash for DEBIAN ---------------------- -This is BETA software. It works to a degree but there are still many +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 index b4cab58f26..e25b58d930 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +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. diff --git a/debian/control b/debian/control index ac4a16737a..69c37dbbab 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,13 @@ Source: gnucash Section: utils Priority: extra -Maintainer: Tyson Dowd +Maintainer: John Goerzen Standards-Version: 3.1.0.0 Package: gnucash Architecture: any Depends: ${shlibs:Depends}, libwww-perl, slib, scm, guile1.3, libguile6-slib, perl-5.005, eperl +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, diff --git a/debian/control_fr b/debian/control_fr index 3500f61d40..efaf24f9a8 100644 --- a/debian/control_fr +++ b/debian/control_fr @@ -1,7 +1,7 @@ Source: xacc Section: utils Priority: extra -Maintainer: Tyson Dowd +Maintainer: John Goerzen Standards-Version: 2.3.0.1 Package: xacc diff --git a/debian/copyright b/debian/copyright index 4c0710b28a..1cda37eaca 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,8 +3,9 @@ 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. It was downloaded from +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: diff --git a/debian/rules b/debian/rules index 8c146fe417..063836405c 100644 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,9 @@ clean: dh_testdir dh_testroot rm -f build-stamp install-stamp - #-$(MAKE) distclean + -$(MAKE) distclean + -rm `find . -name "*.cache"` + -rm `find . -name "*.log"` dh_clean install: install-stamp