[Pkg-haskell-commits] darcs: ghc-mod: Adjust debian/rules to new path used by haskell-devscripts (Closes: #719403)

Joachim Breitner mail at joachim-breitner.de
Mon Aug 12 09:14:28 UTC 2013


Mon Aug 12 09:02:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Adjust debian/rules to new path used by haskell-devscripts (Closes: #719403)

    M ./changelog +7
    M ./control -5 +4
    M ./rules -1 +1

Mon Aug 12 09:02:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Adjust debian/rules to new path used by haskell-devscripts (Closes: #719403)
diff -rN -u old-ghc-mod/changelog new-ghc-mod/changelog
--- old-ghc-mod/changelog	2013-08-12 09:14:28.026052134 +0000
+++ new-ghc-mod/changelog	2013-08-12 09:14:28.042062204 +0000
@@ -1,3 +1,10 @@
+ghc-mod (2.0.2-2) UNRELEASED; urgency=low
+
+  * Adjust debian/rules to new path used by haskell-devscripts (Closes:
+    #719403)
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 12 Aug 2013 11:01:20 +0200
+
 ghc-mod (2.0.2-1) unstable; urgency=low
 
   * New upstream version 2.0.2.
diff -rN -u old-ghc-mod/control new-ghc-mod/control
--- old-ghc-mod/control	2013-08-12 09:14:28.026052134 +0000
+++ new-ghc-mod/control	2013-08-12 09:14:28.030048642 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Kiwamu Okabe <kiwamu at debian.or.jp>
 Build-Depends: debhelper (>= 9),
-               haskell-devscripts (>= 0.8.13),
+               haskell-devscripts (>= 0.8.19),
                cdbs,
                ghc,
                ghc-ghci,
@@ -14,14 +14,13 @@
                libghc-regex-posix-dev,
                libghc-transformers-dev,
                libghc-filemanip-dev,
-	       libghc-ghc-syb-utils-dev,
-	       libghc-io-choice-dev,
-	       libghc-syb-dev
+               libghc-ghc-syb-utils-dev,
+               libghc-io-choice-dev,
+               libghc-syb-dev
 Standards-Version: 3.9.4
 Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ghc-mod
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/ghc-mod
-DM-Upload-Allowed: yes
 
 Package: ghc-mod
 Architecture: any
diff -rN -u old-ghc-mod/rules new-ghc-mod/rules
--- old-ghc-mod/rules	2013-08-12 09:14:28.005613928 +0000
+++ new-ghc-mod/rules	2013-08-12 09:14:28.034037316 +0000
@@ -10,4 +10,4 @@
 	mkdir -p debian/ghc-mod/usr/bin
 	cp debian/tmp-inst-ghc/usr/bin/ghc-mod debian/ghc-mod/usr/bin/
 	mkdir -p debian/ghc-mod/usr/share/emacs/site-lisp/ghc-mod
-	cp debian/tmp-inst-ghc/usr/share/ghc-mod-*/*.el debian/ghc-mod/usr/share/emacs/site-lisp/ghc-mod/
+	cp debian/tmp-inst-ghc/usr/share/ghc-mod/*.el debian/ghc-mod/usr/share/emacs/site-lisp/ghc-mod/




More information about the Pkg-haskell-commits mailing list