Debian package building
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 28 Nov 2009 13:38:59 +0000 (13:38 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 28 Nov 2009 13:38:59 +0000 (13:38 +0000)
commit5f736bab8c5a29ed6a1f2f3f61db693525756067
treeefb35722968821dae8d8cdda8ef956d315746d5e
parent8ef6e816ba9c55188181a00ae23b181bb09c5526
Debian package building
To build a Debian package:
* make dist
* copy the tarball somewhere
* untar it
* rename it to chimara_0.1.orig.tar.gz
* cd chimara-0.1
* dpkg-buildpackage -rfakeroot

Lintian reports several errors, these are due to us not having a public website, and to me being too lazy to figure out all the license crap before we know exactly what will be in the distribution.

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@190 ddfedd41-794f-dd11-ae45-00112f111e67
14 files changed:
debian/.svnignore [new file with mode: 0644]
debian/README.Debian [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/info [new file with mode: 0644]
debian/libchimara-dev.install [new file with mode: 0644]
debian/libchimara-doc.doc-base [new file with mode: 0644]
debian/libchimara-doc.install [new file with mode: 0644]
debian/libchimara0.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/watch [new file with mode: 0644]