[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r951 - in trunk: checks debian testset/binary/debian



Author: rra
Date: 2007-10-15 01:20:40 +0200 (Mon, 15 Oct 2007)
New Revision: 951

Modified:
   trunk/checks/common_data.pm
   trunk/debian/changelog
   trunk/testset/binary/debian/control
Log:
* checks/common_data.pm:
  + [RA] Allow Homepage in source and binary packages.

Modified: trunk/checks/common_data.pm
===================================================================
--- trunk/checks/common_data.pm	2007-08-06 03:11:20 UTC (rev 950)
+++ trunk/checks/common_data.pm	2007-10-14 23:20:40 UTC (rev 951)
@@ -84,15 +84,15 @@
     ('source', 'version', 'maintainer', 'binary', 'architecture',
      'standards-version', 'files', 'build-depends', 'build-depends-indep',
      'build-conflicts', 'build-conflicts-indep', 'format', 'origin',
-     'uploaders', 'python-version', 'autobuild', 'vcs-arch', 'vcs-bzr',
-     'vcs-cvs', 'vcs-darcs', 'vcs-git', 'vcs-hg', 'vcs-mtn', 'vcs-svn',
-     'vcs-browser');
+     'uploaders', 'python-version', 'autobuild', 'homepage', 'vcs-arch',
+     'vcs-bzr', 'vcs-cvs', 'vcs-darcs', 'vcs-git', 'vcs-hg', 'vcs-mtn',
+     'vcs-svn', 'vcs-browser');
 
 %known_binary_fields = map { $_ => 1 }
     ('package', 'version', 'architecture', 'depends', 'pre-depends',
      'recommends', 'suggests', 'enhances', 'conflicts', 'provides',
      'replaces', 'essential', 'maintainer', 'section', 'priority',
-     'source', 'description', 'installed-size', 'python-version');
+     'source', 'description', 'installed-size', 'python-version', 'homepage');
 
 %known_udeb_fields = map { $_ => 1 }
     ('package', 'version', 'architecture', 'subarchitecture', 'depends',

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-08-06 03:11:20 UTC (rev 950)
+++ trunk/debian/changelog	2007-10-14 23:20:40 UTC (rev 951)
@@ -1,3 +1,10 @@
+lintian (1.23.35) UNRELEASED; urgency=low
+
+  * checks/common_data.pm:
+    + [RA] Allow Homepage in source and binary packages.
+
+ -- Russ Allbery <rra@debian.org>  Sun, 14 Oct 2007 16:19:03 -0700
+
 lintian (1.23.34) unstable; urgency=low
 
   The "brown paper operator" release.

Modified: trunk/testset/binary/debian/control
===================================================================
--- trunk/testset/binary/debian/control	2007-08-06 03:11:20 UTC (rev 950)
+++ trunk/testset/binary/debian/control	2007-10-14 23:20:40 UTC (rev 951)
@@ -4,12 +4,16 @@
 Maintainer: Lintian Maintainers <lintian-maint@debian.org>
 Uploaders: Co-maintainer one <one@debian.org>, Jeroen van Wolffelaar <jeroen@wolffelaar.nl>, Co-maintainer three <three@debian.org>
 Standards-Version: 3.2.1
+Homepage: http://lintian.debian.org/
+Vcs-Svn: http://svn.wolffelaar.nl/lintian/trunk
 
 Package: binary
 Architecture: any
 Depends: ${shlibs:Depends}, xorg, binary-data (= ${Source-Version})
 Description: test handling of binary files
  Regression test for lintian's handling of binary files.
+Homepage: http://lintian.debian.org/
+Vcs-Svn: http://svn.wolffelaar.nl/lintian/trunk
 
 Package: binary-data
 Architecture: all



Reply to: