John Goerzen's debian patch.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2407 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-06-04 21:40:15 +00:00
parent 27806fea12
commit eef1afd0bf
6 changed files with 27 additions and 6 deletions

View File

@ -1,8 +1,9 @@
gnucash for DEBIAN 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 bugs and unimplemented features. If you want a stable version, it
is recommended you use "xacc" which is also packaged for Debian. is recommended you use "xacc" which is also packaged for Debian.
Tyson Dowd <trd@cs.mu.oz.au>, Wed, 10 Mar 1999 13:00:12 +1100 Tyson Dowd <trd@cs.mu.oz.au>, Wed, 10 Mar 1999 13:00:12 +1100
John Goerzen <jgoerzen@complete.org> June 2, 2000

16
debian/changelog vendored
View File

@ -1,3 +1,19 @@
gnucash (1.3.8-1) unstable; urgency=low
* New Debian maintainer: John Goerzen <jgoerzen@complete.org>
* 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 <jgoerzen@complete.org> Wed, 31 May 2000 12:50:19 -0500
gnucash (1.3.4-3) frozen unstable; urgency=high gnucash (1.3.4-3) frozen unstable; urgency=high
* Make wrapper script executable when installed. * Make wrapper script executable when installed.

3
debian/control vendored
View File

@ -1,12 +1,13 @@
Source: gnucash Source: gnucash
Section: utils Section: utils
Priority: extra Priority: extra
Maintainer: Tyson Dowd <trd@cs.mu.oz.au> Maintainer: John Goerzen <jgoerzen@complete.org>
Standards-Version: 3.1.0.0 Standards-Version: 3.1.0.0
Package: gnucash Package: gnucash
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, libwww-perl, slib, scm, guile1.3, libguile6-slib, perl-5.005, eperl Depends: ${shlibs:Depends}, libwww-perl, slib, scm, guile1.3, libguile6-slib, perl-5.005, eperl
Suggests: gnuplot
Description: A personal finance tracking program. Description: A personal finance tracking program.
Gnucash can track finances in multiple accounts, keeping running Gnucash can track finances in multiple accounts, keeping running
and reconciled balances. It has an X based graphical user interface, and reconciled balances. It has an X based graphical user interface,

2
debian/control_fr vendored
View File

@ -1,7 +1,7 @@
Source: xacc Source: xacc
Section: utils Section: utils
Priority: extra Priority: extra
Maintainer: Tyson Dowd <trd@cs.mu.oz.au> Maintainer: John Goerzen <jgoerzen@complete.org>
Standards-Version: 2.3.0.1 Standards-Version: 2.3.0.1
Package: xacc Package: xacc

5
debian/copyright vendored
View File

@ -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 to track finances in multiple accounts, keeping running and reconciled
balances. Gnucash was written by Robin D. Clark and Linas Vepstas. balances. Gnucash was written by Robin D. Clark and Linas Vepstas.
This package was debianized by Tyson Dowd <trd@cs.mu.oz.au> This package was debianized by Tyson Dowd <trd@cs.mu.oz.au> Wed, 10 Mar 1999
Wed, 10 Mar 1999 13:02:16 +1100. It was downloaded from 13:02:16 +1100. John Goerzen <jgoerzen@complete.org> 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 ftp://ftp.gnucash.org/pub/gnucash/gnucash/sources/unstable/1.3.x/1.3.3/gnucash-1.3.3.tar.gz
Copyright: Copyright:

4
debian/rules vendored
View File

@ -21,7 +21,9 @@ clean:
dh_testdir dh_testdir
dh_testroot dh_testroot
rm -f build-stamp install-stamp rm -f build-stamp install-stamp
#-$(MAKE) distclean -$(MAKE) distclean
-rm `find . -name "*.cache"`
-rm `find . -name "*.log"`
dh_clean dh_clean
install: install-stamp install: install-stamp