[Pkg-haskell-commits] darcs: ghc: Some more of s/ghc-pkg6/ghc-pkg

Joachim Breitner mail at joachim-breitner.de
Sat Jan 15 13:44:03 UTC 2011


Sat Jan 15 13:43:59 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Some more of s/ghc-pkg6/ghc-pkg
  Ignore-this: a57ac90989b7eece6e8c1f128a9c9e1b

    M ./rules -2 +2
    M ./scripts.mk -1 +1

Sat Jan 15 13:43:59 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Some more of s/ghc-pkg6/ghc-pkg
  Ignore-this: a57ac90989b7eece6e8c1f128a9c9e1b
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules	2011-01-15 13:44:03.055832609 +0000
+++ new-ghc/rules	2011-01-15 13:44:03.071833453 +0000
@@ -212,7 +212,7 @@
 	    cp debian/runghc.man debian/runghc.1 ; fi
 	mv debian/tmp/usr/share/man/man1/ghc.1 debian/ghc.1
 	cp utils/hp2ps/hp2ps.1 debian/hp2ps-ghc.1
-	cp debian/ghc-pkg6.man debian/ghc-pkg6.1
+	cp debian/ghc-pkg.man debian/ghc-pkg.1
 
 	echo debian/*.1 > debian/ghc.manpages
 	cp debian/haddock.man debian/haddock.1
@@ -257,7 +257,7 @@
 	$(MAKE) distclean
 	rm -f config.sub config.guess
 	rm -f debian/*.install
-	rm -f debian/*.1 debian/ghc-pkg6.man
+	rm -f debian/*.1 debian/ghc-pkg.man
 	rm -f debian/ghc.manpages
 	rm -f debian/ghc.links
 	rm -f mk/build.mk
diff -rN -u old-ghc/scripts.mk new-ghc/scripts.mk
--- old-ghc/scripts.mk	2011-01-15 13:44:03.055832609 +0000
+++ new-ghc/scripts.mk	2011-01-15 13:44:03.071833453 +0000
@@ -2,7 +2,7 @@
 
 FILES  = debian/ghc.postinst debian/ghc.prerm
 FILES += debian/ghc-doc.postinst debian/gen_contents_index debian/ghc-doc.triggers
-FILES += debian/ghc-doc.preinst debian/ghc-pkg6.man
+FILES += debian/ghc-doc.preinst debian/ghc-pkg.man
 
 .PHONY: all clean
 





More information about the Pkg-haskell-commits mailing list