[med-svn] r11085 - trunk/packages/strap-base/trunk/debian
Christoph Gille
christophgil-guest at alioth.debian.org
Wed May 30 07:33:36 UTC 2012
Author: christophgil-guest
Date: 2012-05-30 07:33:36 +0000 (Wed, 30 May 2012)
New Revision: 11085
Modified:
trunk/packages/strap-base/trunk/debian/rules
Log:
Modified: trunk/packages/strap-base/trunk/debian/rules
===================================================================
--- trunk/packages/strap-base/trunk/debian/rules 2012-05-29 23:01:49 UTC (rev 11084)
+++ trunk/packages/strap-base/trunk/debian/rules 2012-05-30 07:33:36 UTC (rev 11085)
@@ -18,7 +18,8 @@
echo dh_installdocs -- do nothing
override_dh_auto_build:
- #$(CURDIR)/debian/rules get-orig-source
+ # When doing svn-buildpackage -rfakeroot -us -uc, it does not find the upstream tgz. Therfore I added the following line:
+ $(CURDIR)/debian/rules get-orig-source
cd $(SRC_TMP) && tar -xzf $(ORIG_TAR)
# Native program to manage GUI frames by frame title. It provides always-on-top, iconization, to-front etc.
cd $(SRC_TMP)/src && cc -lm -lX11 -o $(CURDIR)/nativeTools_unix2 nativeTools_unix2.c
More information about the debian-med-commit
mailing list