Control: tags -1 patch
I have implemented the source format conversion, which includes a change from cdbs to dh. Please consider applying this. This is the last package to make use of quilt's cdbs support.
diff -Nru vim-scripts-20210124.3/debian/changelog vim-scripts-20210124.3+nmu1/debian/changelog --- vim-scripts-20210124.3/debian/changelog 2025-03-29 17:45:05.000000000 +0100 +++ vim-scripts-20210124.3+nmu1/debian/changelog 2025-03-31 22:50:16.000000000 +0200 @@ -1,3 +1,12 @@ +vim-scripts (20210124.3+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Move from cdbs to dh. + * Move to source format 3.0. (Closes: #1007366) + * Drop non-existing Suggests: perlsgml. + + -- Bastian Germann <b...@debian.org> Mon, 31 Mar 2025 22:50:16 +0200 + vim-scripts (20210124.3) unstable; urgency=medium * Remove plugins with no declared license, rather than assume that they are diff -Nru vim-scripts-20210124.3/debian/clean vim-scripts-20210124.3+nmu1/debian/clean --- vim-scripts-20210124.3/debian/clean 1970-01-01 01:00:00.000000000 +0100 +++ vim-scripts-20210124.3+nmu1/debian/clean 2025-03-31 22:40:25.000000000 +0200 @@ -0,0 +1,2 @@ +dtd2vim.1 +vimplate.1 diff -Nru vim-scripts-20210124.3/debian/control vim-scripts-20210124.3+nmu1/debian/control --- vim-scripts-20210124.3/debian/control 2025-03-29 17:45:05.000000000 +0100 +++ vim-scripts-20210124.3+nmu1/debian/control 2025-03-31 22:50:16.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Vim Maintainers <team+...@tracker.debian.org> Uploaders: James McCoy <james...@debian.org> -Build-Depends: cdbs, debhelper (>> 10), dh-vim-addon, quilt +Build-Depends: debhelper (>> 10), dh-vim-addon, quilt Build-Depends-Indep: xsltproc, docbook-xsl Rules-Requires-Root: no Standards-Version: 4.6.0 @@ -14,7 +14,7 @@ Package: vim-scripts Architecture: all Depends: ${misc:Depends}, ${vim-addon:Depends} -Suggests: perlsgml, libtemplate-perl, ctags +Suggests: libtemplate-perl, ctags Description: plugins for vim, adding bells and whistles Vim is a very capable editor. Its scripting support allows the use of plugins that enhance the functionality of it. Many people have written scripts, they diff -Nru vim-scripts-20210124.3/debian/rules vim-scripts-20210124.3+nmu1/debian/rules --- vim-scripts-20210124.3/debian/rules 2025-03-29 17:45:05.000000000 +0100 +++ vim-scripts-20210124.3+nmu1/debian/rules 2025-03-31 22:50:16.000000000 +0200 @@ -1,12 +1,11 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk -common-build-indep:: debian/stamp-local-build -debian/stamp-local-build:: copyright dtd2vim.1 vimplate.1 - touch $@ +%: + dh $@ --with quilt -common-binary-post-install-indep:: +execute_before_dh_auto_build: copyright dtd2vim.1 vimplate.1 + +execute_after_dh_install-indep: # Rename to match the name specified in g:colors_name mv debian/vim-scripts/usr/share/vim-scripts/color_sampler_pack/colors/Mustang.vim debian/vim-scripts/usr/share/vim-scripts/color_sampler_pack/colors/mustang.vim # This is provided by vim-solarized @@ -26,8 +25,3 @@ xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl $< vimplate.1: vimplate/bin/vimplate pod2man $< $@ - -clean:: local-clean -local-clean:: - rm -f dtd2vim.1 vimplate.1 - rm -f debian/stamp-local-build diff -Nru vim-scripts-20210124.3/debian/source/format vim-scripts-20210124.3+nmu1/debian/source/format --- vim-scripts-20210124.3/debian/source/format 2025-03-29 17:45:05.000000000 +0100 +++ vim-scripts-20210124.3+nmu1/debian/source/format 2025-03-31 22:50:16.000000000 +0200 @@ -1 +1 @@ -1.0 +3.0 (native)