Control: tags -1 - wontfix

Hi James,

I am including an updated version of the patch because it seems that
this package is not on its way out anymore. Please consider applying it.

Thanks,
Bastian
diff -Nru vim-scripts-20210124.4/debian/changelog 
vim-scripts-20210124.4+nmu1/debian/changelog
--- vim-scripts-20210124.4/debian/changelog     2025-04-09 12:20:08.000000000 
+0200
+++ vim-scripts-20210124.4+nmu1/debian/changelog        2025-08-20 
08:54:10.000000000 +0200
@@ -1,3 +1,12 @@
+vim-scripts (20210124.4+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 <[email protected]>  Wed, 20 Aug 2025 08:54:10 +0200
+
 vim-scripts (20210124.4) unstable; urgency=medium
 
   * Revert "Remove po plugin, unclear licensing" (Closes: #1102072)
diff -Nru vim-scripts-20210124.4/debian/clean 
vim-scripts-20210124.4+nmu1/debian/clean
--- vim-scripts-20210124.4/debian/clean 1970-01-01 01:00:00.000000000 +0100
+++ vim-scripts-20210124.4+nmu1/debian/clean    2025-08-20 08:54:10.000000000 
+0200
@@ -0,0 +1,2 @@
+dtd2vim.1
+vimplate.1
diff -Nru vim-scripts-20210124.4/debian/control 
vim-scripts-20210124.4+nmu1/debian/control
--- vim-scripts-20210124.4/debian/control       2025-04-09 12:20:08.000000000 
+0200
+++ vim-scripts-20210124.4+nmu1/debian/control  2025-08-20 08:54:10.000000000 
+0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Vim Maintainers <[email protected]>
 Uploaders: James McCoy <[email protected]>
-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.4/debian/rules 
vim-scripts-20210124.4+nmu1/debian/rules
--- vim-scripts-20210124.4/debian/rules 2025-04-09 12:20:08.000000000 +0200
+++ vim-scripts-20210124.4+nmu1/debian/rules    2025-08-20 08:54:10.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.4/debian/source/format 
vim-scripts-20210124.4+nmu1/debian/source/format
--- vim-scripts-20210124.4/debian/source/format 2025-04-09 12:20:08.000000000 
+0200
+++ vim-scripts-20210124.4+nmu1/debian/source/format    2025-08-20 
08:54:10.000000000 +0200
@@ -1 +1 @@
-1.0
+3.0 (native)

Reply via email to