[Pkg-cli-apps-commits] r4953 - in /packages/themonospot/trunk/debian: changelog rules

sebner-guest at users.alioth.debian.org sebner-guest at users.alioth.debian.org
Sat May 30 11:06:49 UTC 2009


Author: sebner-guest
Date: Sat May 30 11:06:48 2009
New Revision: 4953

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4953
Log:
cleanups

Modified:
    packages/themonospot/trunk/debian/changelog
    packages/themonospot/trunk/debian/rules

Modified: packages/themonospot/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/themonospot/trunk/debian/changelog?rev=4953&op=diff
==============================================================================
--- packages/themonospot/trunk/debian/changelog (original)
+++ packages/themonospot/trunk/debian/changelog Sat May 30 11:06:48 2009
@@ -4,7 +4,7 @@
   * debian/rules: Clean up and use quilt dh7 style
   * debian/control: Add versioning on quilt
 
- -- Stefan Ebner <sebner at ubuntu.com>  Sun, 22 Mar 2009 15:02:34 +0100
+ -- Stefan Ebner <sebner at ubuntu.com>  Sat, 30 May 2009 12:53:13 +0200
 
 themonospot (0.7.1.1-2) unstable; urgency=low
 

Modified: packages/themonospot/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/themonospot/trunk/debian/rules?rev=4953&op=diff
==============================================================================
--- packages/themonospot/trunk/debian/rules (original)
+++ packages/themonospot/trunk/debian/rules Sat May 30 11:06:48 2009
@@ -25,15 +25,6 @@
 		--rename \
 		--repack
 
-	if [ -d $(DEB_SOURCE_NAME)-$(VERSION) ]; then \
-		echo "$(DEB_SOURCE_NAME)-$(VERSION) is in the way, bailing out!"; \
-		exit 1; \
-	fi
-	tar -xzf $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
-	rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
-	tar -czf $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz $(DEB_SOURCE_NAME)-$(VERSION)
-	rm -r $(DEB_SOURCE_NAME)-$(VERSION)
-
 override_dh_auto_configure:
 	dh_auto_configure -- GMCS=/usr/bin/csc
 




More information about the Pkg-cli-apps-commits mailing list