gbv / App-PAIA

Patrons Account Information API command line client
https://metacpan.org/release/App-PAIA
Other
1 stars 1 forks source link

Provide Debian packages #3

Open nichtich opened 10 years ago

nichtich commented 10 years ago

See the full documentation at https://wiki.debian.org/Teams/DebianPerlGroup and http://pkg-perl.alioth.debian.org/git.html

Maybe dh-dist-zilla can also be of use.

nichtich commented 9 years ago

The debian branch now contains everything to build Debian packages. To update:

$ git checkout debian
$ git merge master -m "Merge from upstream"
$ dch # manually update changelog
$ git add debian/changelog
$ git commit -m "Update debian/changelog"
$ debuild -b -uc -us
$ git tag debian/`dpkg-parsechangelog --show-field Version`
$ git push origin debian --tags
$ debuild clean

To finally get into git.debian.org, an account at https://alioth.debian.org/ is needed.