Releasing debian version 2.0~a14-1.
This commit is contained in:
parent
c4ba22deff
commit
08ee83bdf4
|
@ -1,3 +1,19 @@
|
||||||
|
live-helper (2.0~a14-1) unstable; urgency=low
|
||||||
|
|
||||||
|
[ Cody A.W. Somerville ]
|
||||||
|
* Standardize to machine readable package manifest.
|
||||||
|
|
||||||
|
[ Daniel Baumann ]
|
||||||
|
* Renaming manifest files to packages on debian.
|
||||||
|
* Correcting install command for manpages in Makefile.
|
||||||
|
* Simplyfing makefile a bit.
|
||||||
|
* Also including grub2 in the debian-installer pool.
|
||||||
|
* Using UTF-8 in German manpages.
|
||||||
|
* Using umlauts in German manpages.
|
||||||
|
* Using old pathes for win32-loader on squeeze too.
|
||||||
|
|
||||||
|
-- Daniel Baumann <daniel@debian.org> Sun, 30 May 2010 09:43:00 +0200
|
||||||
|
|
||||||
live-helper (2.0~a13-1) unstable; urgency=low
|
live-helper (2.0~a13-1) unstable; urgency=low
|
||||||
|
|
||||||
[ Daniel Baumann ]
|
[ Daniel Baumann ]
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
PROGRAM="$(basename ${0})"
|
PROGRAM="$(basename ${0})"
|
||||||
PACKAGE="live-helper"
|
PACKAGE="live-helper"
|
||||||
VERSION="2.0~a13-1"
|
VERSION="2.0~a14-1"
|
||||||
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
|
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
|
||||||
|
|
||||||
PATH="${PWD}/auto/helpers:${PATH}"
|
PATH="${PWD}/auto/helpers:${PATH}"
|
||||||
|
|
Loading…
Reference in New Issue