debian updates

- check script validity in build target
- refresh patch
- changelog update
This commit is contained in:
kytv
2013-07-16 22:17:50 +00:00
parent 20e152e79a
commit 2902a708f9
3 changed files with 16 additions and 3 deletions

14
debian/changelog vendored
View File

@@ -1,8 +1,18 @@
i2p (0.9.7-0) unstable; urgency=low i2p (0.9.7-2) unstable; urgency=low
* Bugfix: Add missing ; to i2prouter script.
* Test scripts with "sh -n" in the build target
-- Kill Your TV <killyourtv@i2pmail.org> Tue, 16 Jul 2013 11:08:48 +0000
i2p (0.9.7-1) unstable; urgency=low
* New upstream release * New upstream release
* debconf:
- New Chinese, Portuguese, and Turkish translations
- Russian translation updates
-- Kill Your TV <killyourtv@i2pmail.org> Mon, 15 Jul 2013 00:00:00 +0000 -- Kill Your TV <killyourtv@i2pmail.org> Mon, 15 Jul 2013 19:35:09 +0000
i2p (0.9.6-1) unstable; urgency=low i2p (0.9.6-1) unstable; urgency=low

View File

@@ -158,7 +158,7 @@ Debian wrapper.config to try to prevent confusion.
exit 1 exit 1
fi fi
} }
@@ -1866,24 +1809,9 @@ @@ -1866,24 +1809,10 @@
status status
;; ;;
@@ -183,6 +183,7 @@ Debian wrapper.config to try to prevent confusion.
+ 'install' | 'remove' | 'uninstall') + 'install' | 'remove' | 'uninstall')
+ echo "Use \"dpkg-reconfigure i2p\" to configure the initscript." + echo "Use \"dpkg-reconfigure i2p\" to configure the initscript."
+ exit 1 + exit 1
+ ;;
'dump') 'dump')
checkUser "" "$COMMAND" checkUser "" "$COMMAND"

2
debian/rules vendored
View File

@@ -62,6 +62,8 @@ ifeq "$(findstring deb,$(shell grep 'deb' $(ROUTERVERSION)))" ""
else else
@echo "Already found deb in version, not doing anything" @echo "Already found deb in version, not doing anything"
endif endif
sh -n installer/resources/i2prouter || exit 1
sh -n installer/resources/runplain.sh || exit 1
TZ=UTC ant preppkg-unix javadoc TZ=UTC ant preppkg-unix javadoc
echo router.updateDisabled=true > $(I2P)/router.config echo router.updateDisabled=true > $(I2P)/router.config
mv $(I2P)/runplain.sh $(I2P)/i2prouter-nowrapper mv $(I2P)/runplain.sh $(I2P)/i2prouter-nowrapper