[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: native packages



On Mon, 12 Apr 2004 20:57:31 -0400, Theodore Ts'o <tytso@mit.edu> said: 

> On Mon, Apr 12, 2004 at 11:56:05PM +0100, Henning Makholm wrote:
>> And I'm saying that you are still wrong. Even if the maintainer has
>> to repackage the upstream source as an .orig.tar.gz himself, the
>> distinction between upstream source and Debian additions is still
>> valid and useful, and the source for the package should still be
>> uploaded as an .orig.tar.gz/.diff.gz combination.

> There are times when the maintainer has made changes (to binary
> files, for example) which cannot be expressed in a .diff.gz file.
> Diff doesn't do binary files.


implode:
        $(checkdir)
        -test -d debian/Config && (cd debian && \
           tar zfc debian.tar.gz Config && \
             uuencode debian.tar.gz debian.tar.gz > debian.uue \
               && rm -f debian.tar.gz )
explode:
        $(checkdir)
        -test ! -d debian/Config && (cd debian && uudecode debian.uue \
           && tar zfx debian.tar.gz && rm -f debian.tar.gz )

stamp-conf/dist:
        $(checkdir)
        -test ! -d debian/Config && $(MAKE) -f debian/rules explode
        ...

	manoj
-- 
McGowan's Madison Avenue Axiom: If an item is advertised as "under
$50", you can bet it's not $19.95.
Manoj Srivastava   <srivasta@debian.org>  <http://www.debian.org/%7Esrivasta/>
1024R/C7261095 print CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



Reply to: