update debian packaging to reflect bumped build

This commit is contained in:
kytv
2013-01-07 14:40:19 +00:00
parent ceda702b11
commit 50ee47a6ca
3 changed files with 30 additions and 4 deletions

View File

@ -53,7 +53,7 @@
<target name="depend" if="depend.available">
<depend
cache="builddep"
srcdir="src"
srcdir="src"
destdir="build" >
<classpath>
<path refid="classpath.build" />

27
debian/changelog vendored
View File

@ -1,3 +1,30 @@
syndie (1.102b-2-1) UNRELEASED; urgency=low
* New beta build from the Syndie Hackfest.
* Update changes
* Default changes for better new experience:
- Change default display filter from 6 months to 10 years
* GUI improvements:
- Better feedback in SyndicatorTab by adding
progress and total size in bytes for message and index fetches.
Total size only listed for pushes (for now).
- Change page header if no items to display in MessageTree,
so you don't think maybe it's loading.
- Add message counts and other info to ReferenceChooserTree;
change font based on message count
- Add message counts to StatusBar new messages popup
- Try to display channels consistently in the bottom status bar popups
and the ReferenceChooserTree
- Mark a message as read when you read it (change default to true)
* Fixes:
- Catch 'widget is disposed' exceptions,
possibly preventing pushes from working
* Build:
- Add depend task for better dependency checking
- Don't copy data files to build dir
-- Kill Your TV <killyourtv@i2pmail.org> Mon, 07 Jan 2013 14:36:04 +0000
syndie (1.102b-1-1) unstable; urgency=low
* New beta version from the Syndie Hackfest!!!!!!

5
debian/rules vendored
View File

@ -6,7 +6,6 @@
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
export CLASSPATH=/usr/share/i2p/lib/i2p.jar:/usr/share/java/swt.jar:/usr/share/java/hsqldb.jar:lib/servlet.jar
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@ -14,12 +13,12 @@ export CLASSPATH=/usr/share/i2p/lib/i2p.jar:/usr/share/java/swt.jar:/usr/share/j
dh $@
override_dh_auto_build:
ant dist
ant jar -Dlib.dir=/usr/share/java -Di2p.jar=/usr/share/i2p/lib/i2p.jar
override_dh_auto_clean:
dh_clean
ant clean
rm -f $(CURDIR)/syndie.jar
rm -f $(CURDIR)/syndie.jar
override_dh_install:
dh_install