Hi Steve,

I've fixed some packaging issues in your package and prepared an NMU for
that. I've uploaded to DELAYED/7, please feel free to tell me if I
should delay the upload longer or cancel it.

I've attached the changes to this mail.

Regards,
Tobias
diff --git a/debian/changelog b/debian/changelog
index d82a50d..ef627bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+golang-github-gosexy-gettext (0~git20130221-2.1) unstable; urgency=medium
+
+  [ Dr. Tobias Quathamer ]
+  * Non-maintainer upload.
+  * Use debhelper v11
+  * Update to Standards-Version 4.2.1
+    - Use HTTPS URL for d/copyright
+    - Use Priority: optional
+  * Build-Depend on golang-any instead of golang-go
+  * Remove Built-Using from -dev package
+
+  [ Michael Stapelberg ]
+  * Set XS-Go-Import-Path. (Closes: #890058)
+
+ -- Dr. Tobias Quathamer <to...@debian.org>  Sat, 01 Dec 2018 21:49:11 +0100
+
 golang-github-gosexy-gettext (0~git20130221-2) unstable; urgency=medium
 
   * No-change rebuild against current golang.  Closes: #860608.
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index e8a4a91..d1364e1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,17 @@
 Source: golang-github-gosexy-gettext
 Section: devel
-Priority: extra
+Priority: optional
 Maintainer: Steve Langasek <vor...@debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11~),
                dh-golang,
-               golang-go,
-Standards-Version: 3.9.7
+               golang-any,
+Standards-Version: 4.2.1
 Homepage: https://github.com/gosexy/gettext
+XS-Go-Import-Path: github.com/gosexy/gettext
 
 Package: golang-github-gosexy-gettext-dev
 Architecture: all
 Depends: ${misc:Depends}
-Built-Using: ${misc:Built-Using}
 Replaces: golang-gettext-dev (<< 0~git20130221-0ubuntu4~)
 Breaks: golang-gettext-dev (<< 0~git20130221-0ubuntu4~)
 Description: Gettext support for the Go language
diff --git a/debian/copyright b/debian/copyright
index ca0271a..160301e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: gettext
 Source: https://github.com/gosexy/gettext
 
diff --git a/debian/rules b/debian/rules
index 3380075..2d9b72c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,4 +28,3 @@ get-orig-source:
 	echo $(shell git -C $(PKG) log --date=short -r -1 | grep ^Date: | cut -d: -f2 | tr -d ' -')
 	tar -caf "$(PKG)_0~git$(shell git -C $(PKG) log --date=short -r -1 | grep ^Date: | cut -d: -f2 | tr -d ' -').orig.tar.xz" --exclude-vcs --owner=root --group=root --mode=a+rX $(PKG)
 	rm -rf $(PKG)
-

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to