Author: frankie
Date: 2009-02-17 11:17:39 +0000 (Tue, 17 Feb 2009)
New Revision: 1908

Modified:
   packages/grass/trunk/debian/changelog
   packages/grass/trunk/debian/patches/htmlgen-fakeroot.dpatch
Log:
Fixed htmlgen-fakeroot, wrong in 6.3+


Modified: packages/grass/trunk/debian/changelog
===================================================================
--- packages/grass/trunk/debian/changelog       2009-02-16 17:01:28 UTC (rev 
1907)
+++ packages/grass/trunk/debian/changelog       2009-02-17 11:17:39 UTC (rev 
1908)
@@ -12,6 +12,7 @@
     so it is pointless and can be dangerous when different versions are 
installed. This
     is also true for Qgis and its Grass plugin. As consequence postinst and 
postrm files 
     have been removed as obsolete.
+  * Fixed htmlgen-fakeroot.dpatch, incredibly broken without notice. 
 
   * Merging relevant changes in the stable 6.2.3 tree with the experimental 
DebianGis series:
 
@@ -30,7 +31,7 @@
        o Now using mysql_config to get MySQL includes path.
        o Added private library path at dh_shlibdeps call.
 
- -- Francesco Paolo Lovergine <fran...@debian.org>  Mon, 16 Feb 2009 13:28:23 
+0100
+ -- Francesco Paolo Lovergine <fran...@debian.org>  Tue, 17 Feb 2009 12:00:13 
+0100
 
 grass-preview (6.4~20081031-1) experimental; urgency=low
 

Modified: packages/grass/trunk/debian/patches/htmlgen-fakeroot.dpatch
===================================================================
--- packages/grass/trunk/debian/patches/htmlgen-fakeroot.dpatch 2009-02-16 
17:01:28 UTC (rev 1907)
+++ packages/grass/trunk/debian/patches/htmlgen-fakeroot.dpatch 2009-02-17 
11:17:39 UTC (rev 1908)
@@ -15,7 +15,7 @@
        PATH="$(BIN):$$PATH" \
        
$(LD_LIBRARY_PATH_VAR)="$(BIN):$(ARCH_LIBDIR):$($(LD_LIBRARY_PATH_VAR))" \
 -      LC_ALL=C $(1) --html-description < /dev/null | grep -v 
'</body>\|</html>' > $(PGM).tmp.html ; true
-+      LC_ALL=C $(1) fakeroot --html-description < /dev/null | grep -v 
'</body>\|</html>' > $(PGM).tmp.html ; true
++      LC_ALL=C fakeroot $(1) --html-description < /dev/null | grep -v 
'</body>\|</html>' > $(PGM).tmp.html ; true
  
  $(HTMLDIR)/$(PGM).html: $(HTMLSRC)
        if [ "$(HTMLSRC)" != "" ] ; then $(call htmldesc,$<) ; fi


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to