forked from iglootools/genconf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Debian
20 lines (18 loc) · 972 Bytes
/
README.Debian
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
= Install Dependencies =
* sudo apt-get install build-essential devscripts ubuntu-dev-tools debhelper dh-make diff patch cdbs quilt gnupg fakeroot lintian pbuilder piuparts
* sudo apt-get install git-buildpackage
= Commands Cheat sheet =
export DEBFULLNAME="Sami Dalouche"
export DEBEMAIL="[email protected]"
QUILT_PATCHES=debian/patches
* sudo pbuilder update / create
* dh_make -e [email protected] -f ../src/genconf-0.1.tar.gz -c apache -p genconf
* debuild -S -sa -us -uc
* git-buildpackage -S -sa -uc -us --git-cleaner="(debuild clean; rm -f distribute-*)"
* git-buildpackage -S -sa -uc -us --git-cleaner="(debuild clean; rm -f distribute-*)" --git-tag
* sudo pbuilder build ../genconf*.dsc
* git-import-orig ../genconf_0.4.orig.tar.gz
= Doc Links =
* http://wiki.debian.org/PackagingWithGit
* Introduction to ubuntu packaging: http://www.vis.ethz.ch/de/visionen/pdfs/2010/visionen_2010_4.pdf?end=28&start=22
* https://wiki.ubuntu.com/PackagingGuide/