Control: tags 965198 + patch
Control: tags 965198 + pending

Dear maintainer,

I've prepared an NMU for onetime (versioned as 1.122-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru onetime-1.122/debian/changelog onetime-1.122/debian/changelog
--- onetime-1.122/debian/changelog      2020-07-17 10:01:31.000000000
-0400
+++ onetime-1.122/debian/changelog      2020-07-17 10:00:19.000000000
-0400
@@ -1,3 +1,18 @@
+onetime (1.122-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  
+  [ Matthias Klose ]
+  * Hard-code python2 instead of python. (Closes: #965198)
+  * Use "3.0 (quilt)" source format.
+
+  [ Boyuan yang ]
+  * Bump debhelper compat to v13.
+  * Bump Standards-Version to 4.5.0.
+  * Rewrite debian/rules with dh sequencer.
+
+ -- Boyuan Yang <by...@debian.org>  Fri, 17 Jul 2020 10:00:19 -0400
+
 onetime (1.122-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru onetime-1.122/debian/compat onetime-1.122/debian/compat
--- onetime-1.122/debian/compat 2020-07-17 10:01:31.000000000 -0400
+++ onetime-1.122/debian/compat 1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-5
diff -Nru onetime-1.122/debian/control onetime-1.122/debian/control
--- onetime-1.122/debian/control        2020-07-17 10:01:31.000000000
-0400
+++ onetime-1.122/debian/control        2020-07-17 09:44:34.000000000
-0400
@@ -1,16 +1,16 @@
 Source: onetime
 Section: misc
-Priority: extra
+Priority: optional
 Maintainer: Karl Fogel <kfo...@red-bean.com>
-Build-Depends: debhelper (>= 5), python
-Standards-Version: 3.9.2
+Build-Depends: debhelper-compat (= 13), python2
+Standards-Version: 4.5.0
 Homepage: http://www.red-bean.com/onetime/
 Vcs-Svn: http://svn.red-bean.com/repos/onetime/trunk/
 Vcs-Browser: http://svn.red-bean.com/viewcvs/onetime/trunk/
 
 Package: onetime
 Architecture: any
-Depends: python, ${misc:Depends}
+Depends: python2, ${misc:Depends}
 Description: command-line encryption using the "one-time pad" method
  OneTime is an encoder/decoder that uses the one-time pad algorithm.
  .
diff -Nru onetime-1.122/debian/patches/python2.diff onetime-
1.122/debian/patches/python2.diff
--- onetime-1.122/debian/patches/python2.diff   1969-12-31
19:00:00.000000000 -0500
+++ onetime-1.122/debian/patches/python2.diff   2020-07-17
09:42:21.000000000 -0400
@@ -0,0 +1,8 @@
+--- a/onetime
++++ b/onetime
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python2
+ 
+ __doc__ = """Encoder/decoder for one-time pads.  Run 'onetime --help' 
for usage.
+ 
diff -Nru onetime-1.122/debian/patches/series onetime-
1.122/debian/patches/series
--- onetime-1.122/debian/patches/series 1969-12-31 19:00:00.000000000
-0500
+++ onetime-1.122/debian/patches/series 2020-07-17 09:42:21.000000000
-0400
@@ -0,0 +1 @@
+python2.diff
diff -Nru onetime-1.122/debian/rules onetime-1.122/debian/rules
--- onetime-1.122/debian/rules  2020-07-17 10:01:31.000000000 -0400
+++ onetime-1.122/debian/rules  2020-07-17 09:44:13.000000000 -0400
@@ -1,79 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without
restriction.
-# This special exception was added by Craig Small in version 0.37 of
dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-
-
-
-
-configure: configure-stamp
-configure-stamp:
-       dh_testdir
-       # Add here commands to configure the package.
-
-       touch configure-stamp
-
-
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
-
-build-stamp: configure-stamp  
-       dh_testdir
-
-       # Add here commands to compile the package.
-       $(MAKE)
-
-       touch $@
-
-clean: 
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp configure-stamp
-
-       # Add here commands to clean up after the build process.
-       $(MAKE) clean
-
-       dh_clean 
-
-install: build
-       dh_testdir
-       dh_testroot
-       dh_clean -k 
-       dh_installdirs
-
-       # Add here commands to install the package into debian/onetime.
-       $(MAKE) DESTDIR=$(CURDIR)/debian/onetime install
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installchangelogs 
-       dh_installdocs
-       dh_installexamples
-       dh_installman
-       dh_link
-       dh_strip
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+       dh $@
diff -Nru onetime-1.122/debian/source/format onetime-
1.122/debian/source/format
--- onetime-1.122/debian/source/format  1969-12-31 19:00:00.000000000
-0500
+++ onetime-1.122/debian/source/format  2020-07-17 09:42:21.000000000
-0400
@@ -0,0 +1 @@
+3.0 (quilt)

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to