FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Debian > Debian Development

 
 
LinkBack Thread Tools
 
Old 12-09-2009, 08:07 AM
Fabian Greffrath
 
Default Can quilt delete files?

Put all the *jar files in the debian/clean file and they will be
removed by the clean rule. You'll need debhelper compat 7 for this,
though.


Fabian
--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail: greffrath@leat.ruhr-uni-bochum.de


--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 12-10-2009, 06:02 AM
Peter Samuelson
 
Default Can quilt delete files?

[Daniel Leidert]
> Alternatively:
>
> build:
> find . -name "*.jar" -exec rename 's/$/.orig/' "{}" ";"
>
> clean:
> find . -name "*.jar.orig" -exec rename 's/.orig$//' "{}" ";"

Easier just to 'rm' ... but also, note that 'rename' will need some
sort of Build-depends: perl.

And uh, while you're at it, may as well replace ";" with + above.
--
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 12-10-2009, 06:10 AM
Cyril Brulebois
 
Default Can quilt delete files?

Peter Samuelson <peter@p12n.org> (10/12/2009):
> Easier just to 'rm' ... but also, note that 'rename' will need some
> sort of Build-depends: perl.

Which sort?
| -(cyril@talisker)-(~)-()
| $ apt-cache show perl|egrep '^(Package|Build-Essential)'
| Package: perl
| Build-Essential: yes

Mraw,
KiBi.
 

Thread Tools




All times are GMT. The time now is 11:15 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org