diff --git a/debian/changelog b/debian/changelog index b8c06acce..07275a9d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +weechat (1.0-1) unstable; urgency=medium + + * New upstream release (Closes: #758230, #751108) + - Remove the patch to fix FTBFS while building against ruby 2.1 + - Fix the way to install upstream changelog + - Add new plugins (exec, trigger) + - Fix the way to install docs (upstream changes to asciidoc) + * Re-enable the build of guile plugin + * Fix various typos in packaging + * Update copyright years in debian/copyright + * Add new doc-base files (Relay Protocol in Japanese) + * Add git-buildpackage configuration + + -- Emmanuel Bouthenot Sun, 24 Aug 2014 17:40:36 +0200 + +weechat (0.4.3-4) unstable; urgency=medium + + * Fix FTBFS by adding a missing Build Depends on docbook-xml + (Closes:#753166) + * Update libgnutls and libgcrypt Build Depends to libgnutls28-dev and + libgcrypt20-dev (Closes: #753167) + + -- Emmanuel Bouthenot Wed, 02 Jul 2014 23:42:41 +0200 + +weechat (0.4.3-3) unstable; urgency=medium + + * Add patch (backported from upstream) to fix a FTBFS while building + against ruby 2.1 (Closes: #747708) + + -- Emmanuel Bouthenot Mon, 12 May 2014 12:49:14 +0200 + weechat (0.4.3-2) unstable; urgency=medium * Add missing symlink for Polish manpage diff --git a/debian/control b/debian/control index 77788d89e..cdab4957f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Build-Depends: asciidoc (>= 8.5), source-highlight, xsltproc, - docbook-xml, docbook-xsl, + docbook-xsl, + docbook-xml, debhelper (>= 9), cmake, pkg-config, libncursesw5-dev, @@ -123,7 +124,7 @@ Package: weechat-dev Section: devel Architecture: all Depends: ${misc:Depends} -Description: Fast, light and extensible chat client - developement headers +Description: Fast, light and extensible chat client - development headers WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . diff --git a/debian/copyright b/debian/copyright index 23fa61161..35447688f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,7 +11,7 @@ License: GPL-3+ Files: debian/* Copyright: 2005-2008, Julien Louis - 2008-2012, Emmanuel Bouthenot + 2008-2014, Emmanuel Bouthenot License: GPL-3+ License: GPL-3+ diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 000000000..cc3e99701 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,5 @@ +[DEFAULT] +upstream-branch = upstream +debian-branch = unstable +upstream-tag = v%(version)s +compression = xz diff --git a/debian/rules b/debian/rules index 400ca69ce..b92991d82 100755 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,9 @@ override_dh_auto_configure: # debhelper try to use it but that's not needed echo +override_dh_installchangelogs: + dh_installchangelogs ChangeLog.asciidoc + override_dh_strip: dh_strip --dbg-package=weechat-dbg diff --git a/debian/source/include-binaries b/debian/source/include-binaries new file mode 100644 index 000000000..95a390b97 --- /dev/null +++ b/debian/source/include-binaries @@ -0,0 +1 @@ +debian/upstream-signing-key.pgp diff --git a/debian/source/local-options b/debian/source/local-options new file mode 100644 index 000000000..9cdfca9f9 --- /dev/null +++ b/debian/source/local-options @@ -0,0 +1,2 @@ +unapply-patches +abort-on-upstream-changes