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

lintian: r233 - in trunk: debian testset/filenames/debian testset/filenames/files



Author: jeroen
Date: 2004-05-01 03:03:49 +0200 (Sat, 01 May 2004)
New Revision: 233

Removed:
   trunk/testset/filenames/files/.cvsignore
   trunk/testset/filenames/files/svn-commit.tmp
Modified:
   trunk/debian/changelog
   trunk/testset/filenames/debian/rules
Log:
testset/filenames:
+ [JvW] Fix two lintian warnings in lintian itself by touching files only
  on clean target, and not distributing them in the source


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-05-01 01:00:00 UTC (rev 232)
+++ trunk/debian/changelog	2004-05-01 01:03:49 UTC (rev 233)
@@ -1,11 +1,15 @@
 lintian (1.23.1~alpha) unstable; urgency=low
 
-Next release, name to be determined.
+  Next release, name to be determined.
 
   * checks/fields{,.desc}:
     + [JvW] Added debian-revision-should-not-be-zero, suggested by Adam
       Conrad
 
+  * testset/filenames:
+    + [JvW] Fix two lintian warnings in lintian itself by touching files only
+      on clean target, and not distributing them in the source
+
  -- Debian Lintian Maintainers <lintian-maint@debian.org>  Tue, 20 Apr 2004 02:03:37 +0200
 
 lintian (1.23.0) unstable; urgency=low

Modified: trunk/testset/filenames/debian/rules
===================================================================
--- trunk/testset/filenames/debian/rules	2004-05-01 01:00:00 UTC (rev 232)
+++ trunk/testset/filenames/debian/rules	2004-05-01 01:03:49 UTC (rev 233)
@@ -20,6 +20,7 @@
 
 clean:
 	mkdir -p .svn CVS
+	touch files/.cvsignore files/svn-commit.tmp
 
 build:
 

Deleted: trunk/testset/filenames/files/.cvsignore
===================================================================

Deleted: trunk/testset/filenames/files/svn-commit.tmp
===================================================================



Reply to: