hsoft / moneyguru (http://hardcoded.net/moneyguru)

Future-aware personal finance application for Mac OS X and Windows.

Clone this repository (size: 8.3 MB): HTTPS / SSH
$ hg clone http://hg.hardcoded.net/moneyguru

Changed (Δ10 bytes):

raw changeset »

.hgsubstate (1 lines added, 1 lines removed)

package.py (1 lines added, 1 lines removed)

Up to file-list .hgsubstate:

1
1
3a78a79214b24551a8bd56d6c6dafe89e17cc675 ambuttonbar
2
2
ca432f2bbd319bbd71a972ef384cebdada2adf20 cocoalib
3
b4fb82199d16d99aac5da7484abf061fa79b8783 hscommon
3
552cbd427810cdb74f597b3121f08e3c4d0cb161 hscommon
4
4
af34039a30fefea74169899b5b13afd3a02abff6 hsgui
5
5
c041f2894c699aa6b182213c3690d409227b1e5d psmtabbarcontrol
6
6
3527d22e1c099d19fdbcf5937f6fbc28dfa3644e qtlib

Up to file-list package.py:

@@ -65,7 +65,7 @@ def package_debian():
65
65
    srcpath = op.join(destpath, 'src')
66
66
    os.makedirs(destpath)
67
67
    shutil.copytree('qt', srcpath)
68
    copy_packages(['hscommon', 'hsgui', 'core', 'qtlib'], srcpath)
68
    copy_packages(['hscommon', 'hsgui', 'core', 'qtlib', 'hsutil'], srcpath)
69
69
    shutil.copytree('debian', op.join(destpath, 'debian'))
70
70
    build_debian_changelog(op.join('help', 'changelog.yaml'), op.join(destpath, 'debian', 'changelog'), 'moneyguru', from_version='1.8.0')
71
71
    shutil.copytree(op.join('help', 'moneyguru_help'), op.join(srcpath, 'help'))