[DRE-commits] r2314 - tools

lucas at alioth.debian.org lucas at alioth.debian.org
Wed Dec 19 09:51:30 UTC 2007


Author: lucas
Date: 2007-12-19 09:51:30 +0000 (Wed, 19 Dec 2007)
New Revision: 2314

Removed:
   tools/check-last-changelog.bash
Log:
Removed useless script, superseded by check-changelog.bash


Deleted: tools/check-last-changelog.bash
===================================================================
--- tools/check-last-changelog.bash	2007-12-19 09:39:49 UTC (rev 2313)
+++ tools/check-last-changelog.bash	2007-12-19 09:51:30 UTC (rev 2314)
@@ -1,10 +0,0 @@
-#!/bin/bash
-# Check that the distribution for the last changelog entry is "UNRELEASED"
-
-for i in $(find . |grep '/trunk/debian/changelog$'); do
-	d=$(dpkg-parsechangelog -l$i |grep '^Distribution:'|cut -d ' ' -f2)
-	if [ $d != 'UNRELEASED' ]; then
-		echo "Wrong Distribution: $d in $i"
-	fi
-done
-




More information about the Pkg-ruby-extras-commits mailing list