[Pkg-haskell-commits] darcs: haskell-haskore: Waiting for upstream to release

Ernesto Hernández-Novich (USB) emhn at usb.ve
Sat May 8 23:57:09 UTC 2010


Sat May  8 23:48:26 UTC 2010  Ernesto Hern[_\c3_][_\a1_]ndez-Novich (USB) <emhn at usb.ve>
  * Waiting for upstream to release
  Ignore-this: 6c73103fbb696115e95e81a1516f035d
  * Upstream has made several changes to the Makefile that were
    previously handled by a patch. The changes have to do with
    the proper steps to generate the PDF Tutorial and cleanup
    after building. The patch was removed from quilt since
    it's not needed anymore
  
  * Added several versioned Build-Depends to fulfill all of
    the cabal file requirements.
  
  Upstream provided a pre-release 0.1.0.4 for testing purposes
  so I could finish packaging, and will release to Hackage as
  soon as I confirm everything is in order.
  

    M ./changelog -2 +2
    M ./control -10 +30
    R ./patches/02-tweak_makefile.patch
    M ./patches/series -1

Sat May  8 23:48:26 UTC 2010  Ernesto Hernández-Novich (USB) <emhn at usb.ve>
  * Waiting for upstream to release
  Ignore-this: 6c73103fbb696115e95e81a1516f035d
  * Upstream has made several changes to the Makefile that were
    previously handled by a patch. The changes have to do with
    the proper steps to generate the PDF Tutorial and cleanup
    after building. The patch was removed from quilt since
    it's not needed anymore
  
  * Added several versioned Build-Depends to fulfill all of
    the cabal file requirements.
  
  Upstream provided a pre-release 0.1.0.4 for testing purposes
  so I could finish packaging, and will release to Hackage as
  soon as I confirm everything is in order.
  
diff -rN -u old-haskell-haskore/changelog new-haskell-haskore/changelog
--- old-haskell-haskore/changelog	2010-05-08 23:57:09.691497579 +0000
+++ new-haskell-haskore/changelog	2010-05-08 23:57:09.699497975 +0000
@@ -1,4 +1,4 @@
-haskell-haskore (0.1.0.3-1) unstable; urgency=low
+haskell-haskore (0.1.0.4-1) UNRELEASED; urgency=low
 
   [ Ernesto Hernández-Novich (USB) ]
   * Initial release (Closes: 577833)
@@ -6,4 +6,4 @@
   [ Marco Túlio Gontijo e Silva ]
   * Remove explicit references to quilt in control and rules.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 30 Apr 2010 08:53:28 -0430
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Sat, 08 May 2010 19:17:31 -0430
diff -rN -u old-haskell-haskore/control new-haskell-haskore/control
--- old-haskell-haskore/control	2010-05-08 23:57:09.691497579 +0000
+++ new-haskell-haskore/control	2010-05-08 23:57:09.699497975 +0000
@@ -9,17 +9,37 @@
  texlive-latex-extra, texlive-math-extra, pgf,
  texlive-font-utils,
  doc-base,
- libghc6-event-list-dev, libghc6-event-list-prof,
- libghc6-markov-chain-dev, libghc6-markov-chain-prof,
- libghc6-non-negative-dev, libghc6-non-negative-prof,
- libghc6-data-accessor-dev, libghc6-data-accessor-prof,
- libghc6-utility-ht-dev, libghc6-utility-ht-prof,
- libghc6-transformers-dev, libghc6-transformers-prof,
- libghc6-haskell-src-dev, libghc6-haskell-src-prof,
- libghc6-parsec2-dev, libghc6-parsec2-prof,
+ libghc6-event-list-dev (>= 0.0.8),
+ libghc6-event-list-dev (<< 0.1),
+ libghc6-event-list-prof,
+ libghc6-markov-chain-dev (>= 0.0.1),
+ libghc6-markov-chain-dev (<< 0.1),
+ libghc6-markov-chain-prof,
+ libghc6-non-negative-dev (>= 0.0.1),
+ libghc6-non-negative-dev <<< 0.1),
+ libghc6-non-negative-prof,
+ libghc6-data-accessor-dev (>= 0.2),
+ libghc6-data-accessor-dev (<< 0.3),
+ libghc6-data-accessor-prof,
+ libghc6-utility-ht-dev (>= 0.0.3),
+ libghc6-utility-ht-dev (<< 0.1),
+ libghc6-utility-ht-prof,
+ libghc6-transformers-dev (>= 0.0.1),
+ libghc6-transformers-dev (<< 0.3),
+ libghc6-transformers-prof,
+ libghc6-haskell-src-dev (>= 1.0),
+ libghc6-haskell-src-dev (<< 1.1),
+ libghc6-haskell-src-prof,
+ libghc6-parsec2-dev (>= 2.1),
+ libghc6-parsec2-dev (<< 2.2),
+ libghc6-parsec2-prof,
  libghc6-quickcheck1-dev, libghc6-quickcheck1-prof,
- libghc6-hunit-dev, libghc6-hunit-prof,
- libghc6-midi-dev, libghc6-midi-prof
+ libghc6-hunit-dev (>= 1.2),
+ libghc6-hunit-dev (<< 1.3),
+ libghc6-hunit-prof,
+ libghc6-midi-dev (>= 0.1.1),
+ libghc6-midi-dev (<< 0.2),
+ libghc6-midi-prof
 Build-Depends-Indep: ghc6-doc,
  libghc6-event-list-doc,
  libghc6-markov-chain-doc,
diff -rN -u old-haskell-haskore/patches/02-tweak_makefile.patch new-haskell-haskore/patches/02-tweak_makefile.patch
--- old-haskell-haskore/patches/02-tweak_makefile.patch	2010-05-08 23:57:09.691497579 +0000
+++ new-haskell-haskore/patches/02-tweak_makefile.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,30 +0,0 @@
-Description: Haskore's Makefile provides a way to build its Tutorial
- in PDF format. However, there are minor issues on the actual PDF
- building process that need manual tweaking of the Makefile.
-Forwarded: yes
-Author: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
-
---- a/Makefile
-+++ b/Makefile
-@@ -115,8 +115,9 @@
- all:	compile
- 
- clean:
--	-(cd build && rm `find . -name "*.hi"` `find . -name "*.o"`)
--	-rm $(UNLIT_MODULES)
-+	-(cd build && rm -f `find . -name "*.hi"` `find . -name "*.o"`)
-+	-rm -f $(UNLIT_MODULES)
-+	-rm -f Tutorial.* src/Doc/Tutorial.pdf src/Doc/Pics/*.pdf
- 
- test:   test-compile testcases pdf autotrack-ps cabal-haddock
- 
-@@ -185,7 +186,8 @@
- 	TEXINPUTS=src:src/Doc:$(TEXINPUTS) pdflatex $<
- 	mkindex Tutorial
- 	thumbpdf Tutorial
--	-ln -s ../Tutorial.pdf docs/Tutorial.pdf
-+	TEXINPUTS=src:src/Doc:$(TEXINPUTS) pdflatex $<
-+	-ln -s Tutorial.pdf src/Doc/Tutorial.pdf
- 
- %.pdf:	%.eps
- 	epstopdf $<
diff -rN -u old-haskell-haskore/patches/series new-haskell-haskore/patches/series
--- old-haskell-haskore/patches/series	2010-05-08 23:57:09.691497579 +0000
+++ new-haskell-haskore/patches/series	2010-05-08 23:57:09.699497975 +0000
@@ -1,3 +1,2 @@
 00-fix_csound_invocation.patch
 01-set_csound_temp_dir.patch
-02-tweak_makefile.patch





More information about the Pkg-haskell-commits mailing list