[tor-commits] [arm/packaging] VCS fields are expected to be in the upper section
sebastian at torproject.org
sebastian at torproject.org
Sun Apr 24 05:54:11 UTC 2011
commit 129a413b23edeca1274351d858bc2661a9dd6c08
Author: Damian Johnson <atagar at torproject.org>
Date: Thu Apr 21 09:32:19 2011 -0700
VCS fields are expected to be in the upper section
When in the build contents of deb/control this casued repeated warnings (not lintian errors):
dpkg-source: warning: unknown information field 'Vcs-Git' in input data in package's section of control info file
dpkg-source: warning: unknown information field 'Vcs-Browser' in input data in package's section of control info file
---
build/debian/control | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build/debian/control b/build/debian/control
index b11c10f..793d6fc 100644
--- a/build/debian/control
+++ b/build/debian/control
@@ -5,6 +5,8 @@ Maintainer: Damian Johnson <atagar at torproject.org>
Build-Depends: debhelper (>= 5), python-support (>= 0.6), cdbs (>= 0.4.49), python
Standards-Version: 3.9.1
XS-Python-Version: >= 2.5
+Vcs-Git: git://git.torproject.org/arm.git
+Vcs-Browser: https://gitweb.torproject.org/arm.git
Homepage: http://www.atagar.com/arm/
Package: tor-arm
@@ -12,8 +14,6 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-torctl
Suggests: tor
XB-Python-Version: ${python:Versions}
-Vcs-Git: git://git.torproject.org/arm.git
-Vcs-Browser: https://gitweb.torproject.org/arm.git
Description: terminal status monitor for tor
The anonymizing relay monitor (arm) is a terminal status monitor for Tor
relays, intended for command-line aficionados, ssh connections, and anyone
More information about the tor-commits
mailing list