[Pkg-wmaker-commits] [wmbattery] 04/241: * Integrated with my build system.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:37:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbattery.

commit faafc34ceeb3309bece2a019bc985b477964a1fd
Author: joey <joey at a4a2c43b-8ac3-0310-8836-e0e880c912e2>
Date:   Sun Sep 12 20:01:35 1999 +0000

       * Integrated with my build system.
---
 debian/changelog |  2 +-
 debian/rules     | 14 +++++---------
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 07370c1..6c77fa2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 wmbattery (1.8) unstable; urgency=low
 
-  * Fixed name of installhook target.
+  * Integrated with my build system.
 
  -- Joey Hess <joeyh at master.debian.org>  Sun, 12 Sep 1999 12:47:00 -0700
 
diff --git a/debian/rules b/debian/rules
index 2a1d719..e0c57d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,16 +58,12 @@ binary-arch: build install
 
 VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : '.*Version: \(.*\)')
 installhook:
-	dpkg-buildpackage -rfakeroot -tc
-	if [ `hostname` = 'kite' ] ; then \
-		cp ../wmbattery_$(VERSION).tar.gz ../../public; \
-		rm /home/ftp/pub/code/wmbattery/* || true; \
-		cp debian/changelog /home/pub/programs/wmbattery/CHANGES; \
-		echo $(VERSION) > /home/pub/programs/wmbattery/LATEST-VERSION-IS; \
-		cd /home/ftp/pub/code/wmbattery; \
+	rm /home/ftp/pub/code/wmbattery/* || true
+	cp debian/changelog /home/pub/programs/wmbattery/CHANGES
+	echo $(VERSION) > /home/pub/programs/wmbattery/LATEST-VERSION-IS
+	cd /home/ftp/pub/code/wmbattery; \
 		ln -sf ../debian/wmbattery_$(VERSION).tar.gz wmbattery_$(VERSION).tar.gz; \
-		ln -sf ../debian/wmbattery_$(VERSION).tar.gz wmbattery.tar.gz; \
-	fi
+		ln -sf ../debian/wmbattery_$(VERSION).tar.gz wmbattery.tar.gz
 
 source diff:                                                                  
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbattery.git



More information about the Pkg-wmaker-commits mailing list