[kernel] r13003 - dists/trunk/redhat-cluster/openais/debian

Bastian Blank waldi at alioth.debian.org
Sat Mar 7 12:48:06 UTC 2009


Author: waldi
Date: Sat Mar  7 12:48:04 2009
New Revision: 13003

Log:
debian/rules: Remove old definitions.


Modified:
   dists/trunk/redhat-cluster/openais/debian/rules

Modified: dists/trunk/redhat-cluster/openais/debian/rules
==============================================================================
--- dists/trunk/redhat-cluster/openais/debian/rules	(original)
+++ dists/trunk/redhat-cluster/openais/debian/rules	Sat Mar  7 12:48:04 2009
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-# export DH_VERBOSE=1
-
 SOURCE  := $(shell dpkg-parsechangelog | sed -ne 's,^Source: *\(.*\)$$,\1,p')
 VERSION_DEBIAN := $(shell dpkg-parsechangelog | sed -ne 's,^Version: *\(.*\)$$,\1,p')
 VERSION_FILE := $(shell echo "$(VERSION_DEBIAN)" | sed -e 's,^[0-9]*:,,' -e 's,-[^-]*$$,,')
@@ -90,6 +87,3 @@
 	tar -C ../orig -xzf $(TAR_ORIG)
 endif
 
-# This is to make dpatch-edit-patch work
-unpatch: clean
-



More information about the Kernel-svn-changes mailing list