I am uploading a DELAYED/10 NMU in order to fix this.
The debdiff is attached.
diff -Nru yapra-0.1.2/debian/changelog yapra-0.1.2/debian/changelog
--- yapra-0.1.2/debian/changelog        2023-10-23 00:15:35.000000000 +0200
+++ yapra-0.1.2/debian/changelog        2023-10-23 00:04:37.000000000 +0200
@@ -1,3 +1,13 @@
+yapra (0.1.2-7.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1043390)
+  * Set Priority: optional over extra.
+  * Drop outdated README.source.
+  * Drop Vcs fields. (Closes: #1054375)
+
+ -- Bastian Germann <b...@debian.org>  Mon, 23 Oct 2023 00:04:37 +0200
+
 yapra (0.1.2-7.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru yapra-0.1.2/debian/control yapra-0.1.2/debian/control
--- yapra-0.1.2/debian/control  2023-10-23 00:15:35.000000000 +0200
+++ yapra-0.1.2/debian/control  2023-10-23 00:04:37.000000000 +0200
@@ -1,12 +1,10 @@
 Source: yapra
 Section: net
-Priority: extra
+Priority: optional
 Maintainer: Taku YASUI <t...@debian.org>
-Build-Depends: ruby | ruby-interpreter, quilt, debhelper-compat (= 13)
+Build-Depends: ruby | ruby-interpreter, debhelper-compat (= 13)
 Standards-Version: 3.9.3
 Homepage: http://yapra.rubyforge.org/
-Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/yapra
-Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/yapra
 
 Package: yapra
 Architecture: all
diff -Nru yapra-0.1.2/debian/README.source yapra-0.1.2/debian/README.source
--- yapra-0.1.2/debian/README.source    2023-10-23 00:15:35.000000000 +0200
+++ yapra-0.1.2/debian/README.source    1970-01-01 01:00:00.000000000 +0100
@@ -1,38 +0,0 @@
-This package uses dpatch to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-To get the fully patched source after unpacking the source package, cd
-to the root level of the source package and run:
-
-    debian/rules patch
-
-Removing a patch is as simple as removing its entry from the
-debian/patches/00list file, and please also remove the patch file
-itself.
-
-Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
-where you should replace XX with a new number and patchname with a
-descriptive shortname of the patch. You can then simply edit all the
-files your patch wants to edit, and then simply "exit 0" from the shell
-to actually create the patch file.
-
-To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
-and replace XX_patchname with the actual filename from debian/patches
-you want to use.
-
-To clean up afterwards again, "debian/rules unpatch" will do the
-work for you - or you can of course choose to call
-"fakeroot debian/rules clean" all together.
-
-
---- 
-
-this documentation is part of dpatch package, and may be used by
-packages using dpatch to comply with policy on README.source. This
-documentation is meant to be useful to users who are not proficient in
-dpatch in doing work with dpatch-based packages. Please send any
-improvements to the BTS of dpatch package.
-
-original text by Gerfried Fuchs, edited by Junichi Uekawa <dan...@debian.org>
-10 Aug 2008.
diff -Nru yapra-0.1.2/debian/rules yapra-0.1.2/debian/rules
--- yapra-0.1.2/debian/rules    2023-10-23 00:15:35.000000000 +0200
+++ yapra-0.1.2/debian/rules    2023-10-23 00:04:08.000000000 +0200
@@ -4,7 +4,7 @@
 RUBYLIBDIR = $(shell ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendordir"]')
 
 %:
-       dh $@ --with quilt
+       dh $@
 
 execute_after_dh_install:
        install -m 755 bin/yapra $(DEB_DESTDIR)/usr/bin/yapra
diff -Nru yapra-0.1.2/debian/source/format yapra-0.1.2/debian/source/format
--- yapra-0.1.2/debian/source/format    1970-01-01 01:00:00.000000000 +0100
+++ yapra-0.1.2/debian/source/format    2023-10-23 00:04:37.000000000 +0200
@@ -0,0 +1 @@
+3.0 (quilt)

Reply via email to