mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2025-02-17 17:16:22 +01:00
fixup debian packaging scripts
This commit is contained in:
parent
852a4333f9
commit
b2028e7e98
@ -1,3 +1,9 @@
|
|||||||
|
v5.0.2:
|
||||||
|
- remove MKWIIMM_GAME_LANG from patchimage.rc (sets the language
|
||||||
|
for the patcher only, so not required at all) Thanks @Leseratte
|
||||||
|
for the hint.
|
||||||
|
- fixup debian packaging scripts
|
||||||
|
|
||||||
v5.0.1:
|
v5.0.1:
|
||||||
- fix bug in mario kart wiimm items (did not properly work)
|
- fix bug in mario kart wiimm items (did not properly work)
|
||||||
|
|
||||||
|
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,8 +1,8 @@
|
|||||||
patchimage (5.0.1-1nano) unstable; urgency=low
|
patchimage (5.0.2-1nano) unstable; urgency=low
|
||||||
|
|
||||||
* new upstream stable release
|
* new upstream stable release
|
||||||
|
|
||||||
-- Christopher Roy Bratusek <nano@tuxfamily.org> Sun, 18 May 2014 09:03:04 +0200
|
-- Christopher Roy Bratusek <nano@jpberlin.de> Mon, 19 May 2014 21:40:22 +0200
|
||||||
|
|
||||||
patchimage (4.0-1nano) unstable; urgency=low
|
patchimage (4.0-1nano) unstable; urgency=low
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -1,7 +1,7 @@
|
|||||||
Source: patchimage
|
Source: patchimage
|
||||||
Section: games
|
Section: games
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Christopher Roy Bratusek <nano@jpberlin.de
|
Maintainer: Christopher Roy Bratusek <nano@jpberlin.de>
|
||||||
Build-Depends: debhelper (>= 8), make
|
Build-Depends: debhelper (>= 8), make
|
||||||
Standards-Version: 3.9.4
|
Standards-Version: 3.9.4
|
||||||
Homepage: http://nanolx.org/nanolx/patchimage
|
Homepage: http://nanolx.org/nanolx/patchimage
|
||||||
|
4
debian/docs
vendored
4
debian/docs
vendored
@ -1,3 +1 @@
|
|||||||
GAMEIDS
|
README*
|
||||||
README
|
|
||||||
README.RC
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -4,4 +4,4 @@
|
|||||||
export DH_VERBOSE=1
|
export DH_VERBOSE=1
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
@ -491,7 +491,7 @@ while [[ $xcount -lt $pcount ]]; do
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
--help | -h )
|
--help | -h )
|
||||||
echo -e "patchimage 5.0 (2014-05-18)
|
echo -e "patchimage 5.0.2 (2014-05-19)
|
||||||
|
|
||||||
(c) 2013-2014 Christopher Roy Bratusek <nano@jpberlin.de>
|
(c) 2013-2014 Christopher Roy Bratusek <nano@jpberlin.de>
|
||||||
patchimage creates wbfs images from riivolution patches.
|
patchimage creates wbfs images from riivolution patches.
|
||||||
|
@ -99,7 +99,7 @@ build_mkwiimm () {
|
|||||||
cp -r ${PATCHIMAGE_SCRIPT_DIR}/../override/* ${PWD}/bin/
|
cp -r ${PATCHIMAGE_SCRIPT_DIR}/../override/* ${PWD}/bin/
|
||||||
|
|
||||||
if [[ ${MKWIIMM_GAME_LANG} && ${MKWIIMM_MSG_LANG} && ${MKWIIMM_OWN_SAVE} ]]; then
|
if [[ ${MKWIIMM_GAME_LANG} && ${MKWIIMM_MSG_LANG} && ${MKWIIMM_OWN_SAVE} ]]; then
|
||||||
echo "LANGUAGE=${MKWIIMM_GAME_LANG}
|
echo "LANGUAGE=de
|
||||||
MSGLANG=${MKWIIMM_MSG_LANG}
|
MSGLANG=${MKWIIMM_MSG_LANG}
|
||||||
ISOMODE=wbfs
|
ISOMODE=wbfs
|
||||||
SPLITISO=
|
SPLITISO=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user