--- jd-2.3.0-090305.orig/debian/jd.xpm
+++ jd-2.3.0-090305/debian/jd.xpm
@@ -0,0 +1,75 @@
+/* XPM */
+static char * jd_32_xpm[] = {
+"32 32 40 1",
+" 	c None",
+".	c #000000",
+"+	c #040404",
+"@	c #060606",
+"#	c #979797",
+"$	c #999999",
+"%	c #939393",
+"&	c #626262",
+"*	c #050505",
+"=	c #DDDDDD",
+"-	c #4B4B4B",
+";	c #1B1B1B",
+">	c #070707",
+",	c #9A9A9A",
+"'	c #ACACAC",
+")	c #4A4A4A",
+"!	c #ADADAD",
+"~	c #313131",
+"{	c #C4C4C4",
+"]	c #0B0B0B",
+"^	c #151515",
+"/	c #DADADA",
+"(	c #929292",
+"_	c #959595",
+":	c #020202",
+"<	c #191919",
+"[	c #989898",
+"}	c #7B7B7B",
+"|	c #4E4E4E",
+"1	c #949494",
+"2	c #010101",
+"3	c #DCDCDC",
+"4	c #474747",
+"5	c #454545",
+"6	c #464646",
+"7	c #D4D4D4",
+"8	c #D8D8D8",
+"9	c #DBDBDB",
+"0	c #494949",
+"a	c #181818",
+"                                ",
+"                                ",
+"  ..+@@@@@@@@@@@@@@@@@+....     ",
+"  ..#$$$$$$$$$$$$$$$$$#%&*..    ",
+"  *#======================-;.   ",
+"  >,=='))))))'')))))))))===!..  ",
+"  >,==%......%%........>~{==].  ",
+"  >,==%......%%..........~==&.  ",
+"  >,==%......%%..........^/=(.  ",
+"  >,==%......%%...........==_:  ",
+"  >,====%....%%.....'<....==[*  ",
+"  >,====%....%%.....=)....==[*  ",
+"  >,====%....%%.....=)....==[*  ",
+"  >,====%....%%.....=)....==[*  ",
+"  >,====%....%%.....=)....==[*  ",
+"  >,====%....%%.....=)....==[*  ",
+"  >,====%....%%.....=)....==[*  ",
+"  >,====%....%%.....=)....==[*  ",
+"  >,====%....%%.....=)....==[*  ",
+"  >,====%....%%.....=)....==[*  ",
+"  >,====&....%%.....=)....==[*  ",
+"  >,=})|.....%%.....'<....==[*  ",
+"  >,=).......1%...........==[*  ",
+"  >,=)......*$%..........@==_2  ",
+"  >,=)......<'%..........~==%.  ",
+"  >,=).....2'=%.........~{3=~.  ",
+"  >,=})))))'=='4555555647=='..  ",
+"  +#===========/888888/9==0a..  ",
+"  .._##################1&.:.    ",
+"  ..:++++++++++++++++++2....    ",
+"                                ",
+"                                "};
--- jd-2.3.0-090305.orig/debian/README.Debian
+++ jd-2.3.0-090305/debian/README.Debian
@@ -0,0 +1,8 @@
+JD for Linux
+============
+
+ * Now JD should be used under UTF-8 locale.
+   Please generate to run "dpkg-reconfigure locales" and select
+   "ja_JP.UTF-8".
+
+  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>, Wed,  6 Sep 2006 01:12:32 +09:00
--- jd-2.3.0-090305.orig/debian/menu
+++ jd-2.3.0-090305/debian/menu
@@ -0,0 +1,9 @@
+?package(jd):						\
+		needs="X11"				\
+		section="Applications/Network/Web Browsing" \
+		title="JD" 				\
+		command="/usr/bin/jd"			\
+		longtitle="JD for Linux"		\
+		hints="2ch browser"			\
+		icon="/usr/share/pixmaps/jd.xpm"
+
--- jd-2.3.0-090305.orig/debian/rules
+++ jd-2.3.0-090305/debian/rules
@@ -0,0 +1,111 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall
+LDFLAGS = -Wl,-z,defs
+
+export DEB_BUILD_HARDENING=1
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp: patch
+	dh_testdir
+	# Add here commands to configure the package.
+	CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure  --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --with-sessionlib=xsmp --with-alsa 
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+
+	touch build-stamp
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	-rm -f build-stamp configure-stamp 
+
+	# Add here commands to clean up after the build process.
+	 [ ! -f Makefile ] || $(MAKE) clean
+
+	dh_clean 
+
+	-@rm -f $(CURDIR)/config.[a-z]* $(CURDIR)/ltmain.sh $(CURDIR)/install-sh
+	-@find $(CURDIR) -name .deps  -exec rm -rf {} \;
+
+	if [ -f $(CURDIR)/generatedfiles ]; then \
+	  find $(CURDIR) -path $(CURDIR)/debian -prune -o -name configure.in \
+	  -o -name Makefile.am -o -name browsers.cpp -o -name core.cpp \
+          -o -name jdversion.h -o -name cache.h -o -name confloader.cpp \
+          -o -name misctime.cpp -o -name miscutil.cpp \
+	  -o -newer $(CURDIR)/generatedfiles -type f -exec rm {} \; ; \
+	fi
+	-rm -f $(CURDIR)/generatedfiles
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/jd.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/jd 
+	cp $(CURDIR)/debian/jd.xpm $(CURDIR)/debian/jd/usr/share/pixmaps
+
+# Build architecture-independent files here.
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_desktop
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installmenu
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress -X.xml
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+#####################################################################
+# add dpatch style 
+# - for more detail, see /usr/share/doc/dpatch/examples/rules/rules.new.dh.gz
+
+patch: patch-stamp
+patch-stamp:
+	dpatch apply-all
+	dpatch cat-all >patch-stamp
+	touch patch-stamp
+
+	touch generatedfiles
+	autoreconf -i
+
+
+unpatch:
+	dpatch deapply-all
+	rm -rf patch-stamp debian/patched
+
+
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- jd-2.3.0-090305.orig/debian/jd.manpages
+++ jd-2.3.0-090305/debian/jd.manpages
@@ -0,0 +1 @@
+debian/jd.1
--- jd-2.3.0-090305.orig/debian/changelog
+++ jd-2.3.0-090305/debian/changelog
@@ -0,0 +1,1118 @@
+jd (1:2.3.0-090305-1~bpo50+1) lenny-backports; urgency=low
+
+  * Rebuild for lenny-backports, no changes needed. (Closes: #514022)
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 15 Mar 2009 00:42:44 +0900
+
+jd (1:2.3.0-090305-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 05 Mar 2009 23:24:01 +0900
+
+jd (1:2.3.0~rc090302-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 02 Mar 2009 00:47:30 +0900
+
+jd (1:2.2.0-090212-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 14 Feb 2009 02:54:32 +0900
+
+jd (1:2.2.0~rc090208-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 08 Feb 2009 14:00:12 +0900
+
+jd (1:2.1.1~beta090128-1) unstable; urgency=low
+
+  * New upstream release
+  * Upstream recommends to not use oniguruma for Linux environment,
+    so revert changes in 1:2.1.0~rc081223-1.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 29 Jan 2009 22:36:24 +0900
+
+jd (1:2.1.0-081228-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 28 Dec 2008 22:41:08 +0900
+
+jd (1:2.1.0~rc081223-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules
+    - use --with-oniguruma
+  * debian/control
+    - Build-Depends: libonig-dev 
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 25 Dec 2008 23:27:00 +0900
+
+jd (1:2.1.0~beta081216-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/patches/configure.in_alsa.dpatch 
+    - disable it, merged to upstream.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 17 Dec 2008 00:58:14 +0900
+
+jd (1:2.0.3-081124-3) unstable; urgency=low
+
+  * debian/patches/configure.in_alsa.dpatch
+    - add it, more about alsa issue. fix configure.in
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 14 Dec 2008 21:50:49 +0900
+
+jd (1:2.0.3-081124-2) unstable; urgency=low
+
+  * debian/control
+    -"Build-Depends: libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]"
+    because alsa is Linux Sound System... no alsa related packages in those
+    architectures.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 14 Dec 2008 15:29:16 +0900
+
+jd (1:2.0.3-081124-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 27 Nov 2008 22:47:23 +0900
+
+jd (1:2.0.3~rc081117-1) unstable; urgency=low
+
+  * New upstream release
+  * disable debian/patches/gcc4.4-ftbfs.dpatch, upstream merged.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 17 Nov 2008 23:55:07 +0900
+
+jd (1:2.0.3~beta081110-3) unstable; urgency=low
+
+  * debian/rules
+    - build problem in clean target. Really close bug (Closes: #505388).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 15 Nov 2008 20:22:13 +0900
+
+jd (1:2.0.3~beta081110-2) unstable; urgency=low
+
+  * debian/patches/gcc4.4-ftbfs.dpatch
+    - fix with GCC4.4, thanks to Martin Michlmayr <tbm@cyrius.com>.
+      (Closes: #505388).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 12 Nov 2008 09:59:17 +0900
+
+jd (1:2.0.3~beta081110-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 11 Nov 2008 22:31:21 +0900
+
+jd (1:2.0.2-080919-2) unstable; urgency=low
+
+  * debian/control
+    - improve descriptions. Thanks to all! (Closes: #501121) 
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 12 Oct 2008 13:53:15 +0900
+
+jd (1:2.0.2-080919-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 20 Sep 2008 02:11:32 +0900
+
+jd (1:2.0.1-080914+svn2349-1) unstable; urgency=low
+
+  * upstream: add Board2ch::analyze_keyword_for_write() and more from SVN.
+  * debian/patches
+    - add disable-show-compiletime-from-svnsource.dpatch
+  * debian/rules
+    - clean target: ignore jdversion:h
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 19 Sep 2008 19:49:33 +0900
+
+jd (1:2.0.1-080914-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 14 Sep 2008 23:53:06 +0900
+
+jd (1:2.0.1~rc080909-1) unstable; urgency=low
+
+  * New upstream release (Release Candicate)
+  * debian/patches/browsers.cpp
+    - updated 
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 12 Sep 2008 23:49:31 +0900
+
+jd (1:2.0.1~beta080901-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 05 Sep 2008 22:31:24 +0900
+
+jd (1:2.0.0-080722-2) unstable; urgency=low
+
+  * debian/README.source
+   - add it to fix "should include debian/README.source" (Closes: #492053)
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 31 Jul 2008 21:55:31 +0900
+
+jd (1:2.0.0-080722-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 23 Jul 2008 18:10:47 +0900
+
+jd (1:2.0.0~rc080714-1) unstable; urgency=low
+
+  * New upstream release
+    - upload to unstable
+  * debian/patches 
+    - remove unneeded patches
+  * debian/control
+    - gcc-4.3 bug #469517 "-fstack-protector produces segfaulting binaries on
+    arm/armel" is fixed, so enable hardening-wrapper for all architectures.
+    (Closes: #477099)
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 16 Jul 2008 00:00:46 +0900
+
+jd (1:2.0.0~beta080702-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 03 Jul 2008 22:31:21 +0900
+
+jd (1:2.0.0~beta080601-2) experimental; urgency=low
+
+  * debian/control
+    - Bump up Standards-Version: 3.8.0 with no change.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 11 Jun 2008 22:34:33 +0900
+
+jd (1:2.0.0~beta080601-1) experimental; urgency=low
+
+  * New upstream beta release.
+  * debian/rules
+    - add --with-alsa to configure
+  * debian/contorl
+    - Build-Depends: libasound2-dev
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 03 Jun 2008 21:59:38 +0900
+
+jd (1:2.0.0~beta080418-2) experimental; urgency=low
+
+  * debian/watch
+    - update to cope with sourceforge.jp's change.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 23 May 2008 01:09:34 +0900
+
+jd (1:2.0.0~beta080418-1) experimental; urgency=low
+
+  * New upstream beta release.
+    Its new 2.0 series, so I'll upload it to experimental now.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 19 Apr 2008 01:29:05 +0900
+
+jd (1:1.9.9-080415-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 15 Apr 2008 22:39:47 +0900
+
+jd (1:1.9.9~rc080408-3) unstable; urgency=low
+
+  * debian/contorl
+    - add "Depends: hardening-wrapper", not set security flags as CFLAGS in 
+      debian/rules. Thanks to Riku Voipio <riku.voipio@iki.fi>
+      (Closes: #475763)
+  * build with pbuilder. Thanks to Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
+    (closes: #475860)
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 13 Apr 2008 12:31:38 +0900
+
+jd (1:1.9.9~rc080408-2) unstable; urgency=low
+
+  * debian/copyright
+    - fix: "please correct copyright years" (Closes: #475541)
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 12 Apr 2008 11:52:30 +0900
+
+jd (1:1.9.9~rc080408-1) unstable; urgency=high
+
+  * New upstream release candicate
+  * FTBFS: root.cpp:272: error: 'memcpy' was not declared in this scope
+    Now we can build it with gcc-4.3, yeah, and set urgency=high
+    (Closes: #474829)
+  * debian/control
+    - add "DM-Upload-Allowed: yes"
+  * debian/rules
+    - add "-Wformat -Wformat-security -fstack-protector-all
+     -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro" to CFLAGS and "-Wl,-z,defs"
+     to LDFLAGS
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 10 Apr 2008 07:01:25 +0900
+
+jd (1:1.9.9~beta080225-1) unstable; urgency=low
+
+  * New upstream beta release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 26 Feb 2008 00:59:41 +0900
+
+jd (1:1.9.8-071228-2) unstable; urgency=low
+
+  * debian/jd.lintian-overrides
+    - remove it to fix lintian warning. We don't need it any more.
+  * debian/rules
+    - cleanup unneeded lines.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 09 Feb 2008 20:34:52 +0900
+
+jd (1:1.9.8-071228-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control
+    - remove libcairomm-1.0-dev from Build-Depends:
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 29 Dec 2007 02:35:36 +0900
+
+jd (1:1.9.8~rc071223-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 23 Dec 2007 20:26:30 +0900
+
+jd (1:1.9.8~beta071218-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control
+    - remove "Vcs-Brower:" and "Vcs-Svn:" because it is used for package
+      repository.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 19 Dec 2007 08:40:39 +0900
+
+jd (1:1.9.8~beta071210-1) unstable; urgency=high
+
+  * New upstream release (beta).
+  * debian/control
+    - set Standards-Version to 3.7.3.
+    - move "Homepage:" field.
+    - add "Vcs-Brower:" and "Vcs-Svn:" .
+    - "Build-depends:" change from libssl-dev to libgnutls-dev, because of
+      those license conflicts, so I'll set "urgency=high" (closes: #454796).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 10 Dec 2007 23:42:29 +0900
+
+jd (1:1.9.7-071122-2) unstable; urgency=low
+
+  * debian/control
+    - change automaken to automake (closes: #445581).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 25 Nov 2007 22:52:57 +0900
+
+jd (1:1.9.7-071122-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 23 Nov 2007 12:33:41 +0900
+
+jd (1:1.9.7~rc071115-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 16 Nov 2007 02:01:03 +0900
+
+jd (1:1.9.7~beta071109-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 09 Nov 2007 23:51:11 +0900
+
+jd (1:1.9.7~beta071101-1) experimental; urgency=low
+
+  * New upstream beta release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 02 Nov 2007 09:18:05 +0900
+
+jd (1:1.9.6-071005-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 05 Oct 2007 23:40:54 +0900
+
+jd (1:1.9.6~rc070930-1) unstable; urgency=low
+
+  * New upstream release candicate.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 30 Sep 2007 20:58:57 +0900
+
+jd (1:1.9.6~beta070918-2) unstable; urgency=low
+
+  * "I'm not an ESPer. If you don't say anything you would find, maintainer 
+    cannot notice at all" release.
+    - build with pbuilder for build with pure sid environment.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 25 Sep 2007 21:07:17 +0900
+
+jd (1:1.9.6~beta070918-1) unstable; urgency=low
+
+  * New upstream release (beta).
+  * debian/patches
+    - disable "disable-show-compiletime-from-svnsource.dpatch"
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 19 Sep 2007 23:01:46 +0900
+
+jd (1:1.9.6~beta070804-3) unstable; urgency=low
+
+  * debian/control
+    - improved descriptions (closes: #437968).
+      Thanks to Philippe Cloutier <philippe.cloutier.2@ulaval.ca>
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 25 Aug 2007 16:21:57 +0900
+
+jd (1:1.9.6~beta070804-2) unstable; urgency=low
+
+  * apply fix from upstream
+    - src/dbimg/img.cpp, src/image/imageareabase.cpp
+      and src/jdlib/miscgtk.cpp
+    
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 05 Aug 2007 22:48:32 +0900
+
+jd (1:1.9.6~beta070804-1) unstable; urgency=low
+
+  * New upstream release (beta070804)
+  * debian/menu
+    - menu transtion. Now it uses "Applications/Network/Web Browsing"
+      section.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 05 Aug 2007 08:11:58 +0900
+
+jd (1:1.9.5-070630-1) unstable; urgency=low
+
+  * New upstream release
+  * Now it uses *.html and points to each versions for online manual.
+   (closes: #425200, #427152).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 01 Jul 2007 12:24:17 +0900
+
+jd (1:1.9.5~rc070625-0+priv1) unstable; urgency=low
+
+  * New upstream release (Release Candicate).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 26 Jun 2007 00:19:31 +0900
+
+jd (1:1.9.5~beta070616-0+private1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 16 Jun 2007 22:53:57 +0900
+
+jd (1:1.9.5~beta070611-0+private1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 12 Jun 2007 00:21:15 +0900
+
+jd (1:1.9.5~beta070528-0+private1) unstable; urgency=low
+
+  * New upstream release
+  * debian/patches
+    - disable disable-show-compiletime-from-cvssource patch and 
+      add disable-show-compiletime-from-svnsource.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 29 May 2007 02:58:59 +0900
+
+jd (1:1.9.5~beta070516-0+private1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control
+    - Build-Depends: libcairomm-1.0-dev
+  * debian/doc, debian/rules
+    - help directory was removed in new upstream version.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 17 May 2007 00:41:21 +0900
+
+jd (1:1.8.8-070403-1) unstable; urgency=low
+
+  * upload to Official Repository.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 16 Apr 2007 23:21:26 +0900
+
+jd (a1:1.8.8-070403-1~priv1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 04 Apr 2007 00:25:54 +0900
+
+jd (1:1.8.8~rc070330-1) unstable; urgency=low
+
+  * rebuild for Official repository.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 31 Mar 2007 20:05:13 +0900
+
+jd (1:1.8.8~rc070330-1~priv1) unstable; urgency=low
+
+  * New upstream release candicate.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 31 Mar 2007 17:48:42 +0900
+
+jd (1:1.8.8~beta070324-2) unstable; urgency=low
+
+  * debian/patches
+     - 00list re-enable browserlist.
+     - browserlist re-edit.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 27 Mar 2007 00:35:15 +0900
+
+jd (1:1.8.8~beta070324-1) unstable; urgency=low
+
+  * New upstream beta release.
+  * default font select feature is implemented.
+    debian/rules
+     - revert previous change.
+    debian/patches/00list
+     - disable default-fontname.
+     - disable browserlist.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 24 Mar 2007 00:27:23 +0900
+
+jd (1:1.8.8~beta070317-3) unstable; urgency=low
+
+  * debian/rules
+    avoid removing configitems.cpp
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 23 Mar 2007 12:02:08 +0900
+
+jd (1:1.8.8~beta070317-2) unstable; urgency=low
+
+  * really add README.Debian (Closes: #415281).
+  * set Mona font to default. Even if you don't install ttf-mona,
+    it would not cause any troubles. 
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 21 Mar 2007 23:29:00 +0900
+
+jd (1:1.8.8~beta070317-1) unstable; urgency=low
+
+  * New upstream release
+  * "please mention the required locale ja_JP.UTF-8", now add README.Debian.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 18 Mar 2007 23:42:38 +0900
+
+jd (1:1.8.8~beta070218-cvs20070317-1) unstable; urgency=low
+
+  * Update from cvs source.
+     Fix the threading code.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 17 Mar 2007 03:26:12 +0900
+
+jd (1:1.8.8~beta070218-cvs20070302-1) unstable; urgency=low
+
+  * Update from cvs source.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri,  2 Mar 2007 23:12:20 +0900
+
+jd (1:1.8.8~beta070218-cvs20070224-2) unstable; urgency=low
+
+  * debian/rules
+     Fix "hard to read help/*.xml documents" (Closes: #412327)
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 25 Feb 2007 23:38:53 +0900
+
+jd (1:1.8.8~beta070218-cvs20070224-1) unstable; urgency=low
+
+  * Update from cvs source.
+  * debian/patches/00list
+     remove configure.in patch. merged with upstream.
+  * debian/watch
+     fix to work.
+  * debian/copyright
+     correct copyright year "2006-2007" (Closes: #411694).
+     Thanks to Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
+  * debian/docs
+     add help/* files (Closes: #411494).
+     Thanks to Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
+  * Add debian/jd.lintian-overrides, modifity debian/dirs and use it 
+    in debian/rules. It avoid lintian warning for help/license.xml.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 25 Feb 2007 02:22:41 +0900
+
+jd (1:1.8.8~beta070218-1) unstable; urgency=low
+
+  * New upstream release (beta version).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 18 Feb 2007 23:39:34 +0900
+
+jd (1:1.8.5-070203-3) unstable; urgency=low
+
+  * debian/watch
+     re-enable watch file based on patch from Tatsuya Kinoshita 
+     <tats@vega.ocn.ne.jp> (Closes: #411216).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 17 Feb 2007 19:57:11 +0900
+
+jd (1:1.8.5-070203-2) unstable; urgency=low
+
+  * debian/patches/configure.in.dpatch
+     Building package on non-linux architectures (ex: Debian GNU/kFreeBSD).
+     Thanks to Tatsuya Kinoshita <tats@vega.ocn.ne.jp> (Closes: #410500).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 17 Feb 2007 19:52:53 +0900
+
+jd (1:1.8.5-070203-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat,  3 Feb 2007 16:50:07 +0900
+
+jd (1:1.8.5~rc070121-cvs20070131-1) unstable; urgency=low
+
+  * Update from CVS source.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 31 Jan 2007 23:13:33 +0900
+
+jd (1:1.8.5~rc070121-cvs20070130-3) unstable; urgency=low
+
+  * rebuild for missing /usr/share/applications/jd.desktop.
+  * clean unneccesary configure.in patch in debian directory.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 31 Jan 2007 01:33:20 +0900
+
+jd (1:1.8.5~rc070121-cvs20070130-2) unstable; urgency=low
+
+  * debian/patches
+    - add some browsers to select at first setting.
+  * debian/rules
+    - exclude patched files to not remove.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 30 Jan 2007 10:05:37 +0900
+
+jd (1:1.8.5~rc070121-cvs20070130-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 30 Jan 2007 00:22:55 +0900
+
+jd (1:1.8.5~rc070121-cvs20070125-1) unstable; urgency=low
+
+  * update from cvs source.
+    - fix to work "open tabs with click"
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 25 Jan 2007 01:08:44 +0900
+
+jd (1:1.8.5~rc070121-2) unstable; urgency=low
+
+  * debian/patches
+    - add disable-show-compiletime-from-cvssource patch.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 23 Jan 2007 00:24:51 +0900
+
+jd (1:1.8.5~rc070121-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules
+    - Now I use XSMP as session library.
+  * debian/control
+    - remove Build-Depends: libgnomeui-dev
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 21 Jan 2007 23:13:53 +0900
+
+jd (1:1.8.5~beta070114-cvs20070117-2) unstable; urgency=low
+
+  * Ouch, --with-sessionlib=gnomeui option was forgotten...
+    Now I do configure with that option.
+  * debian/patches
+    - disabled configure.in patch.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 19 Jan 2007 00:07:43 +0900
+
+jd (1:1.8.5~beta070114-cvs20070117-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 17 Jan 2007 23:55:02 +0900
+
+jd (1:1.8.5~beta070114-3) unstable; urgency=low
+
+  * re-enabled configure.in patch.
+    use gnomeui library again (correctly).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 17 Jan 2007 01:24:02 +0900
+
+jd (1:1.8.5~beta070114-2) unstable; urgency=low
+
+  * use "autoreconf -i", not autogen.sh. 
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 17 Jan 2007 01:09:41 +0900
+
+jd (1:1.8.5~beta070114-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 15 Jan 2007 23:16:23 +0900
+
+jd (1:1.8.5~beta061227-cvs20070113-1) unstable; urgency=low
+
+  * Update from CVS source.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 13 Jan 2007 23:45:05 +0900
+
+jd (1:1.8.5~beta061227-3) unstable; urgency=low
+
+  * debian/compat
+    - use "5".
+  * Upload to Official Repository (hopefully). Closes: #393946
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 30 Dec 2006 16:23:14 +0900
+
+jd (1:1.8.5~beta061227-2) unstable; urgency=low
+
+  * debian/rules
+    - more clean autogen.sh generated files.
+  * debian/control
+    - fix "Homepage:" description
+    - Build-depends: debhelper (>=5)
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 30 Dec 2006 00:37:24 +0900
+
+jd (1:1.8.5~beta061227-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 27 Dec 2006 02:37:13 +0900
+
+jd (1:1.8.1-061217-3) unstable; urgency=low
+
+  * use dpatch to apply diff to configure.in.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 27 Dec 2006 02:16:43 +0900
+
+jd (1:1.8.1-061217-2) unstable; urgency=low
+
+  * "Marry Chirstmas and happy browsing" release.
+  * debian/rules
+    - clean autogen.sh generated files.
+    - use "--use_gnomeui=yes" in configure.
+  * disable watch file.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 24 Dec 2006 12:42:24 +0900
+
+jd (1:1.8.1-061217-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 19 Dec 2006 01:07:39 +0900
+
+jd (1:1.8.1~rc061213-2) unstable; urgency=low
+
+  * debian/rules
+    - use dpatch to fix reverse patch usage in clean target.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 16 Dec 2006 19:11:54 +0900
+
+jd (1:1.8.1~rc061213-1) unstable; urgency=low
+
+  * New upstream release (1.8.1 Release Candicate).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 14 Dec 2006 00:09:17 +0900
+
+jd (1:1.8.1~beta061202-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control
+    - Use "Homepage:" in description.
+    - add "Build-depends: dpatch", I'll fix debian/rules for next upload.
+  * debian/copyright
+    - modify upstream copyright (with year).
+    - cleary license issue. It's under GPL2, now.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun,  3 Dec 2006 16:29:16 +0900
+
+jd (1:1.8.0-061114-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 14 Nov 2006 22:38:41 +0900
+
+jd (1:1.8.0~rc061108-1) unstable; urgency=low
+
+  * New upstream release (Release Candicate).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 10 Nov 2006 19:57:36 +0900
+
+jd (1:1.8.0~beta061103-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules
+    - remove jd.desktop.diff patch. It is merged with upstream.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat,  4 Nov 2006 12:52:38 +0900
+
+jd (1:1.8.0~beta061023.cvs061030-1) unstable; urgency=low
+
+  * update from CVS source.
+  * update debian/jd.1 (manpage).
+  * update debian/jd.desktop.diff.
+  * debian/control:
+    - "Suggests: ttf-mona", not xfonts-mona.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed,  1 Nov 2006 20:46:18 +0900
+
+jd (1:1.8.0~beta061023-2) unstable; urgency=low
+
+  * debian/control:
+    - fix "possible-unindented-list-in-extended-description" 
+    - add "Suggests: xfonts-mona"
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 24 Oct 2006 22:36:43 +0900
+
+jd (1:1.8.0~beta061023-1) unstable; urgency=low
+
+  * New upstream release
+  * Improve some descriptions.
+  * debian/control:
+    - Standards-Version to 3.7.2.2.
+    - Build-Depends: change from automake to automaken. Since automake1.4 package
+     no longer provides automake.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 24 Oct 2006 22:20:12 +0900
+
+jd (1:1.8.0~beta061009-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon,  9 Oct 2006 22:55:46 +0900
+
+jd (1:1.7.0-060927-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri, 6 Oct 2006 00:33:45 +0900
+
+jd (1:1.7.0~0.1.rc060921-1) unstable; urgency=low
+
+  * New upstream release
+  * upstream versioning change, use epoch 
+  * update debian/jd.desktop.diff
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 25 Sep 2006 01:33:09 +0900
+
+jd (1.70b.060914-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 14 Sep 2006 23:34:24 +0900
+
+jd (1.52b.060903-2) unstable; urgency=low
+
+  * change debian/control.
+  * add README.Debian.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed,  6 Sep 2006 01:06:43 +0900
+
+jd (1.52b.060903-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon,  4 Sep 2006 22:30:35 +0900
+
+jd (1.52b.060827-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 27 Aug 2006 14:11:19 +0900
+
+jd (1.52b.060803-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 23 Aug 2006 00:40:59 +0900
+
+jd (1.51b.060707-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 10 Jul 2006 23:49:54 +0900
+
+jd (1.51b.060617-cvs060619-3) unstable; urgency=low
+
+  * add build-depends: autoconf, automake, libtool and libssl-dev.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 21 Jun 2006 01:23:43 +0900
+
+jd (1.51b.060617-cvs060619-2) unstable; urgency=low
+
+  * fix debian/rules 
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 20 Jun 2006 23:37:40 +0900
+
+jd (1.51b.060617-cvs060619-1) unstable; urgency=low
+
+  * Update from CVS source.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 20 Jun 2006 00:54:57 +0900
+
+jd (1.51b.060617-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 19 Jun 2006 00:53:12 +0900
+
+jd (1.51b.060612-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 12 Jun 2006 00:57:17 +0900
+
+jd (1.50.060601-cvs060611-1) unstable; urgency=low
+
+  * Update from CVS source.
+  * rebuild with gcc4.1. 
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 11 Jun 2006 16:58:16 +0900
+
+jd (1.50.060601-cvs060608-1) unstable; urgency=low
+
+  * Update from CVS source.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu,  8 Jun 2006 00:46:36 +0900
+
+jd (1.50.060601-cvs060607-2) unstable; urgency=low
+
+  * rebuild with libgtkmm-2.4(2.8.8-1).
+  * remove CVS directory from source file
+  * Standards-Version: 3.7.2
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed,  7 Jun 2006 23:53:57 +0900
+
+jd (1.50.060601-cvs060607-1) unstable; urgency=low
+
+  * Update from CVS source.
+    - add adjust_underline_pos option 
+    - add zoom_to_fit option 
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed,  7 Jun 2006 00:27:34 +0900
+
+jd (1.50.060601-cvs060603-1) unstable; urgency=low
+
+  * Update from CVS source.
+  * Update upstream URI in copyright file. 
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun,  4 Jun 2006 02:05:03 +0900
+
+jd (1.50.060601-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun,  4 Jun 2006 00:41:29 +0900
+
+jd (1.5-rc060528-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 28 May 2006 19:28:18 +0900
+
+jd (1.5b.060522-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 25 May 2006 22:21:11 +0900
+
+jd (1.5b.060518-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 21 May 2006 23:54:39 +0900
+
+jd (1.5b.060514-1) unstable; urgency=low
+
+  * New upstream release
+  * Up Standard Version to 3.7.2.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 15 May 2006 00:45:37 +0900
+
+jd (1.5b.060510-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 11 May 2006 08:55:35 +0900
+
+jd (1.5b.060507-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun,  7 May 2006 16:29:32 +0900
+
+jd (1.5b.060503-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Fri,  5 May 2006 12:54:06 +0900
+
+jd (1.5b.060425-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 26 Apr 2006 20:20:58 +0900
+
+jd (1.5b.060423-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 23 Apr 2006 18:24:48 +0900
+
+jd (1.5b.060415-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 16 Apr 2006 21:44:25 +0900
+
+jd (1.5b.060411-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed, 12 Apr 2006 01:01:50 +0900
+
+jd (1.5b.060404-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu,  6 Apr 2006 00:01:31 +0900
+
+jd (1.5b.060401-2) unstable; urgency=low
+
+  * Add build-depends:libgnomeui-dev
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat,  1 Apr 2006 18:27:16 +0900
+
+jd (1.5b.060401-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat,  1 Apr 2006 17:50:10 +0900
+
+jd (1.5b.060329-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 30 Mar 2006 22:02:47 +0900
+
+jd (1.5b.060319-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 19 Mar 2006 23:04:07 +0900
+
+jd (1.5b.060311-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 12 Mar 2006 01:07:03 +0900
+
+jd (1.5b.060307-4) unstable; urgency=low
+
+  * fix debian menu icon.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu,  9 Mar 2006 23:52:36 +0900
+
+jd (1.5b.060307-3) unstable; urgency=low
+
+  * fix jd.desktop location.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu,  9 Mar 2006 23:11:45 +0900
+
+jd (1.5b.060307-2) unstable; urgency=low
+
+  * modify Makefile.am to add icon.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed,  8 Mar 2006 22:42:23 +0900
+
+jd (1.5b.060307-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed,  8 Mar 2006 21:47:14 +0900
+
+jd (1.5b.060227-3) unstable; urgency=low
+
+  * really add man.
+  * remove ${misc:Depends} from Depends.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Wed,  1 Mar 2006 01:19:05 +0900
+
+jd (1.5b.060227-2) unstable; urgency=low
+
+  * add short man page (and hope no waring with lintian).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 28 Feb 2006 02:39:05 +0900
+
+jd (1.5b.060227-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 28 Feb 2006 02:05:27 +0900
+
+jd (1.5b.060226-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 26 Feb 2006 14:59:20 +0900
+
+jd (1.5b.060224-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 25 Feb 2006 11:19:14 +0900
+
+jd (1.5b.060219-3) unstable; urgency=low
+
+  * fix more litian warning.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 20 Feb 2006 02:39:45 +0900
+
+jd (1.5b.060219-2) unstable; urgency=low
+
+  * fix lintian warning.
+    - Remove empty NEWS
+    - Add refer to license file
+    - Improve description
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 20 Feb 2006 02:16:46 +0900
+
+jd (1.5b.060219-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 19 Feb 2006 13:02:24 +0900
+
+jd (1.5b.060214-1) unstable; urgency=low
+
+  * New upstream release (beta version).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sat, 18 Feb 2006 15:10:52 +0900
+
+jd (1.5b.060207-1) unstable; urgency=low
+
+  * New upstream release (beta version).
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Mon, 13 Feb 2006 01:08:01 +0900
+ 
+jd (1.0.060205-3) unstable; urgency=low
+
+  * Remove README.Debian.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 12 Feb 2006 22:53:20 +0900
+
+jd (1.0.060205-2) unstable; urgency=low
+
+  * add jd to menu.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 12 Feb 2006 21:53:59 +0900
+
+jd (1.0.060205-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Sun, 12 Feb 2006 20:19:08 +0900
+
--- jd-2.3.0-090305.orig/debian/control
+++ jd-2.3.0-090305/debian/control
@@ -0,0 +1,34 @@
+Source: jd
+Section: net
+Priority: optional
+Maintainer: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
+DM-Upload-Allowed: yes
+Build-Depends: dpatch, debhelper (>= 5), autoconf, automake, libtool, libgnutls-dev, libgtkmm-2.4-dev, zlib1g-dev, hardening-wrapper, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
+Homepage: http://jd4linux.sourceforge.jp/
+Standards-Version: 3.8.0
+
+Package: jd
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: ttf-mona
+Description: simple browser for "2ch-style" web forum sites
+ JD offers a comfortable browsing experience on 2ch-style bulletin board 
+ systems. Its features include:
+ .
+  - automated login,
+  - message viewing/posting,
+  - image viewing,
+  - mouse gestures,
+  - ignore lists,
+  - "play-by-play" mode.
+ .
+ It can also significantly reduce the load on servers by bypassing CGI programs
+ and directly retrieving thread data files to your local hard drives.
+ .
+ "2ch-style" web forum sites have their origins in 2channel, which is a very
+ popular Internet forum in Japan. Such sites are often available only in the 
+ Japanese language. For example:
+ .
+  - 2channel http://www.2ch.net
+  - Shitaraba http://rentalbbs.livedoor.com/jbbs/
+  - Machi-BBS http://www.machi.to/
--- jd-2.3.0-090305.orig/debian/jd.1
+++ jd-2.3.0-090305/debian/jd.1
@@ -0,0 +1,40 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH JD 1 "Febrary 28, 2006"
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+jd \- gtk+ based 2ch browser for Linux
+.SH SYNOPSIS
+.B jd
+.SH DESCRIPTION
+This manual page documents briefly the
+.B jd
+commands.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBjd\fP is a program that gtk+ based one, useful to view "2ch-style Bulletin board System" that uses "bbs.cgi" and "read.cgi", it is like that we use RSS reader to read blogs. It supports you to read/write articles in such BBS.
+.br
+2ch-style BBSs are
+ - 2 channel (http://www.2ch.net, largest BBS in Japan),
+ - Shitaraba (http://rentalbbs.livedoor.com/jbbs/)
+ - Machi-BBS (http://www.machi.to/) and so on.
+.br
+.SH AUTHOR
+jd was written by JD Project (http://jd4linux.sourceforge.jp/).
+.PP
+This manual page was written by Hideki Yamane (Debian-JP) <henrich@debian.or.jp>,
+for the Debian project (but may be used by others).
--- jd-2.3.0-090305.orig/debian/copyright
+++ jd-2.3.0-090305/debian/copyright
@@ -0,0 +1,11 @@
+This package was debianized by Hideki Yamane (Debian-JP) 
+<henrich@debian.or.jp> on Sun, 12 Feb 2006 20:19:08 +0900.
+
+It was downloaded from http://jd4linux.sourceforge.jp/
+
+Copyright Holder: (c)2006-2008 JD project
+
+License: distributed under the terms of the GNU General Public License,
+version 2. On Debian GNU/Linux system you can find a copy of this license 
+in `/usr/share/common-licenses/GPL-2'.
+
--- jd-2.3.0-090305.orig/debian/compat
+++ jd-2.3.0-090305/debian/compat
@@ -0,0 +1 @@
+5
--- jd-2.3.0-090305.orig/debian/README.source
+++ jd-2.3.0-090305/debian/README.source
@@ -0,0 +1,11 @@
+This package uses dpatch to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in debian/patches 
+and applied during the build from debian/rules.
+
+dpatch is similar to quilt. If you want to change something it is best to use
+dpatch, see debian/rules and dpatch-edit-patch(1). 
+
+
+If you want to know detail of dpatch, see dpatch(7), dpatch.make(7), 
+dpatch-edit-patch(1), dpatch-list-patch(1), dpatch-get-origtargz(1),
+dpatch-convert-diffgz(1) and documents in /usr/share/doc/dpatch.
--- jd-2.3.0-090305.orig/debian/dirs
+++ jd-2.3.0-090305/debian/dirs
@@ -0,0 +1,3 @@
+usr/bin
+usr/share/man/man1
+usr/share/pixmaps
--- jd-2.3.0-090305.orig/debian/watch
+++ jd-2.3.0-090305/debian/watch
@@ -0,0 +1,6 @@
+version=3
+
+opts="downloadurlmangle=s/sourceforge/iij.dl.sourceforge/;s/downloads\///;s/projects\///,\
+uversionmangle=s/-beta/~beta/;s/-rc/~rc/;s/-preview/~preview/" \
+ http://sourceforge.jp/projects/jd4linux/files/ \
+  /projects/jd4linux/downloads/.*/jd-(.*\..*)\.tgz debian uupdate
--- jd-2.3.0-090305.orig/debian/docs
+++ jd-2.3.0-090305/debian/docs
@@ -0,0 +1 @@
+README
--- jd-2.3.0-090305.orig/debian/patches/Makefile.am.diff.dpatch
+++ jd-2.3.0-090305/debian/patches/Makefile.am.diff.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## Makefile.dpatch by Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Just add
+
+@DPATCH@
+diff -urNad jd-2.0.0~rc080714~/Makefile.am jd-2.0.0~rc080714/Makefile.am
+--- jd-2.0.0~rc080714~/Makefile.am	2008-07-14 01:20:57.000000000 +0900
++++ jd-2.0.0~rc080714/Makefile.am	2008-07-14 01:23:33.000000000 +0900
+@@ -6,7 +6,7 @@
+ icondir = $(datadir)/pixmaps
+ icon_DATA = jd.png
+ 
+-EXTRA_DIST = AUTHORS TODO README configure 
++EXTRA_DIST = AUTHORS TODO README configure jd.desktop jd.png
+ 
+ BUILDINFO_HEADER = buildinfo.h
+ 
--- jd-2.3.0-090305.orig/debian/patches/configure.in_alsa.dpatch
+++ jd-2.3.0-090305/debian/patches/configure.in_alsa.dpatch
@@ -0,0 +1,30 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## configure.in_alsa.dpatch by Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: build for non-linux environment (alsa issue)
+
+@DPATCH@
+diff -urNad jd-2.0.3-081124~/configure.in jd-2.0.3-081124/configure.in
+--- jd-2.0.3-081124~/configure.in	2008-12-14 23:40:19.000000000 +0900
++++ jd-2.0.3-081124/configure.in	2008-12-14 23:42:24.000000000 +0900
+@@ -282,7 +282,9 @@
+ dnl
+ dnl checking alsa
+ dnl
+-AC_ARG_WITH(alsa,[ --with-alsa    (enable alsa)],
++case "${host_os}" in 
++ linux*|*linux)
++ AC_ARG_WITH(alsa,[ --with-alsa    (enable alsa)],
+        [ if test "$withval" != "no" ;then
+                echo "use alsa"
+ 	       PKG_CHECK_MODULES(ALSA, [alsa >= 1.0] )
+@@ -290,6 +292,8 @@
+ 	       AC_SUBST(ALSA_CFLAGS)
+ 	       AC_SUBST(ALSA_LIBS)
+        fi ])
++ ;;
++esac
+ 
+ dnl
+ dnl checking core2duo
--- jd-2.3.0-090305.orig/debian/patches/browsers.cpp.dpatch
+++ jd-2.3.0-090305/debian/patches/browsers.cpp.dpatch
@@ -0,0 +1,35 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## browsers.cpp.dpatch by Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: add web browsers to the list
+
+@DPATCH@
+diff -urNad jd-2.0.1~rc080909~/src/browsers.cpp jd-2.0.1~rc080909/src/browsers.cpp
+--- jd-2.0.1~rc080909~/src/browsers.cpp	2008-09-12 23:49:03.000000000 +0900
++++ jd-2.0.1~rc080909/src/browsers.cpp	2008-09-12 23:51:28.000000000 +0900
+@@ -4,8 +4,8 @@
+ 
+ enum
+ {
+-    MAX_TEXT = 256,
+-    BROWSER_NUM = 5
++    MAX_TEXT = 512,
++    BROWSER_NUM = 10
+ };
+ 
+ namespace CORE
+@@ -15,7 +15,12 @@
+         { "ユーザ設定", "" },
+         { "標準ブラウザ(xdg-open)",    "xdg-open \"%LINK\"" },
+         { "firefox 1.5/2.0/3.0 以降", "firefox \"%LINK\"" },
+-        { "firefox 1.0*", "firefox -remote \"openURL(%LINK,new-tab)\"" },
++	{ "Debian Sensible ブラウザ (システム設定依存)", "sensible-browser \"%LINK\"" },
++	{ "iceweasel", "iceweasel \"%LINK\"" },
++	{ "iceape", "iceape \"%LINK\"" },
++	{ "konqeror", "konqeror \"%LINK\"" },
++	{ "w3m", "w3m \"%LINK\"" },
++	{ "風博士", "kazehakase \"%LINK\"" },
+         { "opera 9.*",    "opera -remote \"openURL(%LINK,new-tab)\"" }
+     };
+ 
--- jd-2.3.0-090305.orig/debian/patches/00list
+++ jd-2.3.0-090305/debian/patches/00list
@@ -0,0 +1,3 @@
+browsers.cpp
+#configure.in_alsa
+#disable-show-compiletime-from-svnsource
