Re: creating .deb files

2005-10-25 Thread Erik Sandberg
On Tuesday 25 October 2005 07.21, D Josiah Boothby wrote:
 i don't know if i should send this here or do lilypond-dev, but i'll send
 here first.

Look at the recent lilypond-devel archives.  Two people have independently 
managed to build debs recently: Gauvain Pocentek (ubuntu) and Thomas Bushnell 
(debian, search for subject a new lilypond build failure).

-- 
Erik


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: creating .deb files

2005-10-25 Thread Gilles
Hello.

 I forgot to mention that there are also a number of files in the debian 
 directory that may be important, but I don't know where to begin making 
 changes:
 
 [...]
 

I think that you can stop worrying about that (unless you really want to
learn about the debian packagement process), as the debian maintainer has
now released version 2.6.3 (that has been on hold for along time because
of a bug in another software: mftrace).

Unfortunately, the newly arrived package has a problem that makes it
impossible to install :-{.  See
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335678


Best,
Gilles


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: creating .deb files

2005-10-24 Thread D Josiah Boothby
I forgot to mention that there are also a number of files in the debian 
directory that may be important, but I don't know where to begin making 
changes:


GNUmakefile
lilypond-doc.dirs
lilypond-doc.postinst
lilypond-doc.README.Debian
lilypond-doc.doc-base
lilypond-doc.prerm

There are also a number of files that seem to not have been updated since 
2.2.x, such as the control files and the changelog.


Josiah

On Mon, 24 Oct 2005, D Josiah Boothby wrote:

i don't know if i should send this here or do lilypond-dev, but i'll send 
here first.


it seems that the compilation is hanging while building the documentation, 
but i'm not certain. if i would like to try *not* building the documentation 
along with the rest of lilypond, would i edit the debian/rules file? if so, 
what would i comment out? if my suspcicion is correct, the relevant section 
looks like this:


build-doc: build build-doc-stamp
build-doc-stamp:
   dh_testdir

   # make info
   $(MAKE) -C Documentation
   # make html
   $(MAKE) web
   $(MAKE) -C Documentation/user omf
#   find . -type d -name 'out-www' | xargs rm -rf

   touch build-doc-stamp



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user