Author: yoh
Date: 2012-06-19 14:57:04 +0000 (Tue, 19 Jun 2012)
New Revision: 11392

Modified:
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
Log:
Set user/group to root explicitly and point distrib to stage1 installation

otherwise in case of misconfiguration it might go online to fetch some tarballs

Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules   2012-06-19 14:57:01 UTC 
(rev 11391)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules   2012-06-19 14:57:04 UTC 
(rev 11392)
@@ -24,7 +24,9 @@
        dh_auto_install --destdir=debian/$(BINPKG)-stage1 $@
        cd debian/$(BINPKG)-stage1/usr/$(GTM_INSTALL_DIR) && \
                gtm_destdir=$(CURDIR)/debian/$(BINPKG) \
-               ./gtminstall --utf8 default --installdir 
$(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)
+               ./gtminstall --utf8 default --user root --group root \
+                       --distrib 
debian/$(BINPKG)-stage1/usr/$(GTM_INSTALL_DIR) \
+                       --installdir 
$(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)
        @echo "I: Fixing up permissions for removed write rights -- we aren't 
done yet!"
        chmod +w -R $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)
 


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to