2009-10-12 01:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/debian/rules
    ! fixed typo: HB_INC_INSTALL<->HB_LIB_INSTALL

  * harbour/debian/changelog
    * updated version number

  * harbour/mpkg_deb.sh
    * do not create unnecessary source code archive
This commit is contained in:
Przemyslaw Czerpak
2009-10-11 23:15:09 +00:00
parent 5dc55239ba
commit 790a0671d8
4 changed files with 19 additions and 19 deletions

View File

@@ -17,6 +17,16 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-10-12 01:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/debian/rules
! fixed typo: HB_INC_INSTALL<->HB_LIB_INSTALL
* harbour/debian/changelog
* updated version number
* harbour/mpkg_deb.sh
* do not create unnecessary source code archive
2009-10-12 00:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/debian/copyright
* harbour/debian/rules

View File

@@ -1,3 +1,9 @@
harbour (2.0.0beta3-1) unstable; urgency=low
* 2.0.0beta3-1
-- Przemyslaw Czerpak <druzus@priv.onet.pl> Mon, 12 Oct 2009 01:02:03 +0200
harbour (2.0.0beta1-1) unstable; urgency=low
* 2.0.0beta1-1

View File

@@ -7,8 +7,8 @@
#export DH_VERBOSE := 1
export HB_BIN_INSTALL := /usr/bin
export HB_LIB_INSTALL := /usr/include/harbour
export HB_INC_INSTALL := /usr/lib/harbour
export HB_LIB_INSTALL := /usr/lib/harbour
export HB_INC_INSTALL := /usr/include/harbour
export HB_DOC_INSTALL := /usr/share/doc/harbour
export HB_ETC_INSTALL := /etc/harbour
export HB_INST_PKGPREF := $(CURDIR)/debian/harbour

View File

@@ -31,23 +31,7 @@ done
if [ -z "${TOINST_LST}" ] || [ "$1" = "--force" ]
then
. ./mpkg_src.sh
stat="$?"
if [ -z "${hb_filename}" ]
then
echo "The script ./mpkg_src.sh doesn't set archive name to \${hb_filename}"
exit 1
elif [ "${stat}" != 0 ]
then
echo "Error during packing the sources in ./mpkg_src.sh"
exit 1
elif [ -f ${hb_filename} ]
then
dpkg-buildpackage -b
else
echo "Cannot find archive file: ${hb_filename}"
exit 1
fi
dpkg-buildpackage -b
else
echo "If you want to build Harbour compiler"
echo "you have to install the folowing packages:"