Daniel Watkins wrote:

> Hi Raphael,
> 
> Thanks for the continuing attention.
> 
> On Sun, 24 Aug 2008 19:16:14 -0500
> Raphael Geissert <[EMAIL PROTECTED]> wrote:
>> debian/rules:
>> The package FTBFS twice in a row because it moves the "PHP Markdown
>> Readme.text" in the main directory without rolling back that change
>> at the clean target (another possible solution would be to rename the
>> file once it is under debian/).
> Fixed.

Hmmm, not quite right:

libmarkdown-php_1.0.1m-1_all.deb
--------------------------------
 new debian package, version 2.0.
 size 28602 bytes: control archive= 911 bytes.
    1009 bytes,    24 lines      control
     311 bytes,     4 lines      md5sums
 Package: libmarkdown-php
 Version: 1.0.1m-1
 Architecture: all
 Maintainer: Daniel Watkins <[EMAIL PROTECTED]>
 Installed-Size: 96
 Depends: php5 | php5-cli
 Section: web
 Priority: optional
 Homepage: http://michelf.com/projects/php-markdown/
 Description: PHP library for rendering Markdown data   
  "Markdown" is two things: a plain text markup syntax, and a software
  tool that converts the plain text markup to HTML for publishing on the
  web.
  .
  The Markdown syntax allows you to write text naturally and format it
  without using HTML tags. More importantly: in Markdown format, your text
  stays enjoyable to read for a human being, and this is true enough that
  it makes a Markdown document publishable as-is, as plain text. If you
  are using text-formatted email, you already know some part of the
  syntax.
  .
  PHP Markdown can work as a plug-in for WordPress and bBlog, as a
  modifier for the Smarty templating engine, or as a replacement for
  textile formatting in any software that support textile.
drwxr-xr-x root/root         0 2008-09-07 14:15 ./
drwxr-xr-x root/root         0 2008-09-07 14:15 ./usr/
drwxr-xr-x root/root         0 2008-09-07 14:15 ./usr/share/
drwxr-xr-x root/root         0 2008-09-07 14:15 ./usr/share/php/
-rw-r--r-- root/root     48310 2008-06-21 01:58 ./usr/share/php/markdown.php
drwxr-xr-x root/root         0 2008-09-07 14:15 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-09-07
14:15 ./usr/share/doc/libmarkdown-php/
-rw-r--r-- root/root      9535 2008-06-21
01:58 ./usr/share/doc/libmarkdown-php/PHP Markdown Readme.text.gz
-rw-r--r-- root/root      1475 2008-09-07
14:12 ./usr/share/doc/libmarkdown-php/copyright
-rw-r--r-- root/root       165 2008-09-07
14:12 ./usr/share/doc/libmarkdown-php/changelog.Debian.gz

You have to rename the file before debhelper builds the package, I.e. after
install and before binary.

Oh, and:

debian/copyright:
> The Debian packaging is (C) 2008, Daniel Watkins
<[EMAIL PROTECTED]>
> and is licensed under the BSD, see above.

N:   The copyright file contains dh-make's incomplete Debian packaging
N:   copyright boilerplate. As (C) is not considered as a valid way to
N:   express the copyright ownership the word Copyright or the © symbol
N:   should be used instead or in addition to (C).

(based on a check I wrote for lintian, but not yet merged)

> 
> Cheers,
> 
> Dan
> 

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to