Skip to content

Tags: oluc/p-

Tags

0.8

Toggle 0.8's commit message
version 0.8

0.7

Toggle 0.7's commit message
version 0.7: fix: don't echo anything. (it is displayed by each new s…

…hell...)

0.6

Toggle 0.6's commit message
ooops

0.5

Toggle 0.5's commit message
version 0.5

0.4

Toggle 0.4's commit message
version 0.4

0.3

Toggle 0.3's commit message
* fix: use correct function names (no '-'); fail login!

0.2

Toggle 0.2's commit message
update to 0.2

0.1

Toggle 0.1's commit message
added Debian packaging files. Updated Makefile,

$ editor Makefile

Makefile, install in $(DESTDIR)
ex:
        install file $(DESTDIR)etc/profile.d
        install file $(DESTDIR)$(PREFIX)/share/icons
        ...

$ DEBFULLNAME="Luc Pionchon" \
dh_make \
--native \
--indep \
--packagename p-_0.1 \
--email pionchon.luc@gmail.com \
--copyright gpl2

==> creates ./debian/
    with many templates

    WARNING: missing the 'dirs' file
             containing a list of install dirs
             without a leading '/' !

$ git tag version-x.y.z

$ ....
--> create a folder <app>-<version>
                 OR <app>_<version>
    with a CLEAN tree
    (everything will be in the tarball!)

$ cd <app>_<version>

$ dpkg-buildpackage