diff -Nru weechat-el-0.5.0/debian/changelog weechat-el-0.5.0/debian/changelog --- weechat-el-0.5.0/debian/changelog 2018-08-20 15:43:20.000000000 +0000 +++ weechat-el-0.5.0/debian/changelog 2019-01-05 10:25:57.000000000 +0000 @@ -1,3 +1,12 @@ +weechat-el (0.5.0-2) unstable; urgency=medium + + * Update Vcs url to salsa + * Remove loading-org-from-compilled-file patch (it has been applied upstream) + * Add elpa-htmlize to build depends to build README.html + fix: "FTBFS with Emacs 26.1", thanks to Sean Whitton (Closes: #916811). + + -- Rémi Vanicat Sat, 05 Jan 2019 11:25:57 +0100 + weechat-el (0.5.0-1) unstable; urgency=medium * New upstream release diff -Nru weechat-el-0.5.0/debian/control weechat-el-0.5.0/debian/control --- weechat-el-0.5.0/debian/control 2017-08-06 14:32:08.000000000 +0000 +++ weechat-el-0.5.0/debian/control 2019-01-05 10:01:00.000000000 +0000 @@ -3,12 +3,12 @@ Priority: optional Maintainer: Debian Emacs addons team Uploaders: Rémi Vanicat -Build-Depends: debhelper (>= 10), dh-elpa (>= 1.7), elpa-s +Build-Depends: debhelper (>= 10), dh-elpa (>= 1.7), elpa-s, elpa-htmlize Standards-Version: 4.0.0 Homepage: https://github.com/the-kenny/weechat.el Testsuite: autopkgtest-pkg-elpa -Vcs-Git: git://anonscm.debian.org/pkg-emacsen/pkg/weechat-el.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/weechat-el.git/ +Vcs-Browser: https://salsa.debian.org/emacsen-team/weechat-el +Vcs-Git: https://salsa.debian.org/emacsen-team/weechat-el.git Package: elpa-weechat Architecture: all diff -Nru weechat-el-0.5.0/debian/patches/loading-org-from-compilled-file weechat-el-0.5.0/debian/patches/loading-org-from-compilled-file --- weechat-el-0.5.0/debian/patches/loading-org-from-compilled-file 2018-08-20 15:43:20.000000000 +0000 +++ weechat-el-0.5.0/debian/patches/loading-org-from-compilled-file 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -Description: In batch, do not put .el for loaded files ----- -It let emacs decide if it prefer the .elc or or.el file, this is -needed if only the .elc is available, as it can be on some standard -installation on some distribution. - -Last-Update: 2017-08-06 -Origin: debian -Forwarded: https://github.com/vanicat/weechat.el/commit/b462fd7bfb00aee2f569750eccacd817ccba1c32 - ---- weechat-el-0.3.1.orig/Makefile -+++ weechat-el-0.3.1/Makefile -@@ -34,7 +34,7 @@ all: package - $(info $(NAME) Version: $(VERSION)) - - test: $(TESTS) -- @$(BATCH) -l ert.el $(foreach file,$^,-l $(file)) -f ert-run-tests-batch-and-exit -+ @$(BATCH) -l ert $(foreach file,$^,-l $(file)) -f ert-run-tests-batch-and-exit - - clean: - $(info Cleaning up) -@@ -47,7 +47,7 @@ distclean: clean - - README.html: README.org - $(info Creating documentation: $@) -- @$(BATCH) -l org.el --visit=$< -f org-html-export-to-html -+ @$(BATCH) -l org --visit=$< -f org-html-export-to-html - - doc: README.html -