I am uploading a NMU to fix this and several other issues.
The debdiff is included.
diff -Nru flashbench-62/debian/changelog flashbench-62/debian/changelog
--- flashbench-62/debian/changelog      2012-11-13 23:36:04.000000000 +0100
+++ flashbench-62/debian/changelog      2023-09-18 10:40:00.000000000 +0200
@@ -1,3 +1,13 @@
+flashbench (62-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Drop Vcs fields along with get-orig-source (Closes: #1052151)
+  * Follow Homepage redirection (Closes: #792635)
+  * Fix description typo (Closes: #775230)
+  * Clean erase[.o] (Closes: #1044217)
+
+ -- Bastian Germann <b...@debian.org>  Mon, 18 Sep 2023 10:40:00 +0200
+
 flashbench (62-1) unstable; urgency=low
 
   * Initial release (Closes: #693156) (LP: #1078488)
diff -Nru flashbench-62/debian/control flashbench-62/debian/control
--- flashbench-62/debian/control        2012-11-13 19:06:58.000000000 +0100
+++ flashbench-62/debian/control        2023-09-18 10:40:00.000000000 +0200
@@ -4,9 +4,7 @@
 Maintainer: Dmitrijs Ledkovs <dmitrij.led...@ubuntu.com>
 Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.3
-Homepage: http://git.linaro.org/gitweb?p=people/arnd/flashbench.git;a=summary
-Vcs-Bzr: lp:~ubuntu-core-dev/flashbench/debian
-Vcs-Browser: https://code.launchpad.net/~ubuntu-core-dev/flashbench/debian/
+Homepage: http://git.linaro.org/people/arnd.bergmann/flashbench.git
 
 Package: flashbench
 Architecture: any
@@ -15,5 +13,5 @@
  This utility helps to identify properties of SD cards and flash based
  storage. In particular it can be used to discover page and segement
  sizes and maximum number of concurrently open segments. These
- properties can then be used to better align paritions and tune
+ properties can then be used to better align partitions and tune
  filesystem options for maximum performance.
diff -Nru flashbench-62/debian/copyright flashbench-62/debian/copyright
--- flashbench-62/debian/copyright      2012-11-13 18:51:55.000000000 +0100
+++ flashbench-62/debian/copyright      2023-09-18 10:40:00.000000000 +0200
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: flashbench
-Source: http://git.linaro.org/gitweb?p=people/arnd/flashbench.git;a=summary
+Source: http://git.linaro.org/people/arnd.bergmann/flashbench.git
 
 Files: *
 Copyright: 2010-2012 Arnd Bergmann <a...@arndb.de>
diff -Nru flashbench-62/debian/patches/fix-clean-target.patch 
flashbench-62/debian/patches/fix-clean-target.patch
--- flashbench-62/debian/patches/fix-clean-target.patch 2012-11-13 
19:00:06.000000000 +0100
+++ flashbench-62/debian/patches/fix-clean-target.patch 2023-09-18 
10:40:00.000000000 +0200
@@ -15,4 +15,4 @@
 +
  clean:
 -      rm flashbench flashbench.o dev.o vm.o
-+      rm -f flashbench flashbench.o dev.o vm.o
++      rm -f erase erase.o flashbench flashbench.o dev.o vm.o
diff -Nru flashbench-62/debian/rules flashbench-62/debian/rules
--- flashbench-62/debian/rules  2012-11-13 18:57:34.000000000 +0100
+++ flashbench-62/debian/rules  2023-09-18 10:40:00.000000000 +0200
@@ -4,10 +4,3 @@
 
 %:
        dh $@ 
-
-get-orig-source:
-       bzr export --per-file-timestamps \
-       -r$(DEB_VERSION_UPSTREAM) \
-       --root=$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM) \
-       $(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz \
-       "lp:$(DEB_SOURCE)"

Reply via email to