diff --git a/debian/NEWS b/debian/NEWS index 4ce411186..31834bf0b 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,12 @@ +weechat (1.1.1-1) unstable; urgency=medium + + Since version 1.1, there is a new format for regexp replacement in + triggers. This format is incompatible with version 1.0. The existing + triggers will not be automatically updated. + See http://www.weechat.org/files/releasenotes/ReleaseNotes-1.1.html + + -- Emmanuel Bouthenot Sun, 25 Jan 2015 20:41:50 +0100 + weechat (0.3.1-1) unstable; urgency=low This release introduces important changes with the usage of SSL. There diff --git a/debian/changelog b/debian/changelog index 4ba59d653..9a1b8689b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +weechat (1.2-1) unstable; urgency=medium + + * New upstream release + - Enable build of javascript plugin (using v8 engine) + + -- Emmanuel Bouthenot Mon, 11 May 2015 18:00:01 +0200 + +weechat (1.1.1-1) unstable; urgency=medium + + * New upstream release (Closes: #776105) + - Add a new entry in News.Debian about new format for regex replacement + in triggers + * Update debian/{control,copyright,watch} to use https links with the + upstream project resources + * Bump Standards-Version to 3.9.6 + * Update year in debian/copyright + + -- Emmanuel Bouthenot Sun, 25 Jan 2015 20:27:04 +0100 + weechat (1.0.1-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index 09b5b9759..ccb417924 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Build-Depends: libgcrypt20-dev, libgnutls28-dev, zlib1g-dev -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: https://weechat.org/ Vcs-Git: git://anonscm.debian.org/users/kolter/weechat.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/kolter/weechat.git diff --git a/debian/gbp.conf b/debian/gbp.conf index cc3e99701..0fdb08895 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,5 +1,2 @@ [DEFAULT] -upstream-branch = upstream debian-branch = unstable -upstream-tag = v%(version)s -compression = xz