@@ -11,7 +11,7 @@ I. UBUNTU / DEBIAN :
1111--------------------
1212
1313This project support the debian packing to build .dev files. To build such package you may use the files in packaging/debian.
14- First create a directory in your home dir, place the project archive in it and rename it to malt_1.4.0 .orig.tar.gz.
14+ First create a directory in your home dir, place the project archive in it and rename it to malt_1.4.1 .orig.tar.gz.
1515
1616To setup your working environneemnt, you will found documentation on
1717https://wiki.ubuntu.com/PbuilderHowto or https://wiki.debian.org/IntroDebianPackaging . We mosly need :
@@ -21,12 +21,12 @@ https://wiki.ubuntu.com/PbuilderHowto or https://wiki.debian.org/IntroDebianPack
2121
2222If you work with git version you can build the archive with :
2323
24- git archive --prefix=malt-1.4.0 / v1.4.0 | gzip > malt_1.4.0 .orig.tar.gz
24+ git archive --prefix=malt-1.4.1 / v1.4.1 | gzip > malt_1.4.1 .orig.tar.gz
2525
26- Go to your directory and extract _ 1.4.0 .orig.tar.gz with and go in the directory.
26+ Go to your directory and extract _ 1.4.1 .orig.tar.gz with and go in the directory.
2727
28- tar -xvzf malt_1.4.0 .orig.tar.gz
29- cd malt-1.4.0
28+ tar -xvzf malt_1.4.1 .orig.tar.gz
29+ cd malt-1.4.1
3030
3131Now go to the -0.0.1 directory and copy the packaging/debian into debian :
3232
@@ -61,7 +61,7 @@ First ensure to get the required tools :
6161
6262Now generate the archive file (or download it from internet) :
6363
64- git archive --prefix=-1.4.0 / 1.4.0 | bzip2 > ~/rpmbuild/SOURCES/-1.4.0 .tar.bz2
64+ git archive --prefix=-1.4.1 / 1.4.1 | bzip2 > ~/rpmbuild/SOURCES/-1.4.1 .tar.bz2
6565
6666And build the package :
6767
@@ -88,25 +88,25 @@ Now get the project archive and place it in /usr/portage/distfiles (or correspon
8888you work on the git version, you can build the project archive with :
8989
9090--------------------------------------------------------------------
91- $user> git archive --prefix=malt-1.4.0 / v1.4.0 | gzip > malt-1.4.0 .tar.gz
91+ $user> git archive --prefix=malt-1.4.1 / v1.4.1 | gzip > malt-1.4.1 .tar.gz
9292--------------------------------------------------------------------
9393
9494Now got to the /usr/local/portage/myoverlay/dev-libs and build the Manifest file :
9595
9696--------------------------------------------------------------------
97- #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.0 .ebuild manifest
97+ #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.1 .ebuild manifest
9898--------------------------------------------------------------------
9999
100100Ok now you can test the build septs one by one :
101101
102102--------------------------------------------------------------------
103- #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.0 .ebuild clean
104- #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.0 .ebuild fetch
105- #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.0 .ebuild unpack
106- #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.0 .ebuild prepare
107- #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.0 .ebuild configure
108- #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.0 .ebuild compile
109- #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.0 .ebuild test
103+ #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.1 .ebuild clean
104+ #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.1 .ebuild fetch
105+ #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.1 .ebuild unpack
106+ #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.1 .ebuild prepare
107+ #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.1 .ebuild configure
108+ #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.1 .ebuild compile
109+ #root> ebuild /usr/local/portage/myoverlay/dev-libs/malt-1.4.1 .ebuild test
110110--------------------------------------------------------------------
111111
112112... (I don't do install here bu you also can do preinst, install, postinst, qmerge (maybe qmerge is not a goot idea for the
@@ -115,6 +115,6 @@ fist testings steps).
115115Or you can simply run :
116116
117117--------------------------------------------------------------------
118- #root> echo "=dev-libs/malt-1.4.0 " >> /etc/portage/package.keywords
118+ #root> echo "=dev-libs/malt-1.4.1 " >> /etc/portage/package.keywords
119119#root> emerge -a malt
120120--------------------------------------------------------------------
0 commit comments