Package: nodm Version: 0.12-1 Severity: minor Tags: patch The Vcs-Git, Vcs-Browser metadata in nodm point to a repository that has not been updated for 0.12-1. Please either update that repository, or change Vcs-Git and Vcs-Browser (I have attached a possible patch for the latter).
-- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
>From 6f317a461eacebee669ef803702ffdb56c57a6d4 Mon Sep 17 00:00:00 2001 From: Simon McVittie <[email protected]> Date: Wed, 6 Jul 2016 17:44:33 +0100 Subject: [PATCH 1/3] Vcs-Git, Vcs-Browser: update to point to the GitHub repository Signed-off-by: Simon McVittie <[email protected]> --- debian/changelog | 4 ++++ debian/control | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 656f9b8..ad15d48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ nodm (0.12-2) UNRELEASED; urgency=medium + [ Mike Gabriel ] * Upstream code: - Rename symbol "basename" to "nodm_basename". This is to avoid naming conflicts with the basename() function from <string.h>. @@ -10,6 +11,9 @@ nodm (0.12-2) UNRELEASED; urgency=medium + Explain about how the NODM_X_OPTIONS env var has to be populated. + Update .po files and template.pot. + [ Simon McVittie ] + * Vcs-Git, Vcs-Browser: update to point to the GitHub repository + -- Mike Gabriel <[email protected]> Thu, 24 Mar 2016 14:43:36 +0100 nodm (0.12-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 2551348..cb7d443 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,8 @@ Build-Depends: pkg-config, po-debconf, Standards-Version: 3.9.7 -Vcs-Git: https://anonscm.debian.org/cgit/pkg-fso/nodm.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-fso/nodm.git/ +Vcs-Git: https://github.com/spanezz/nodm.git +Vcs-Browser: https://github.com/spanezz/nodm/ Package: nodm Architecture: linux-any -- 2.8.1

