Hey all, On Sun, Oct 16, 2011 at 07:42:57PM +0200, Olivier Sallou wrote: > Tags: patch > > Here is patch to remove compression of examples in ruby-gtk2 > > Only impact is in debian/rules. > > > Olivier
> diff -Nru ruby-gnome2-1.0.0/debian/rules ruby-gnome2-1.0.0/debian/rules > --- ruby-gnome2-1.0.0/debian/rules 2011-10-16 17:01:52.000000000 +0200 > +++ ruby-gnome2-1.0.0/debian/rules 2011-10-16 18:47:38.000000000 +0200 > @@ -17,3 +17,7 @@ > dh_strip -p$$i --dbg-package=$$i-dbg ; \ > done > dh_strip > + > + > +override_dh_compress: > + dh_compress -X.rb I also noticed this in one of the packages that I migrated as well... the examples are compressed, which I find inconvenient. a long time ago we agreed that ruby-pkg-tools should do this by default (i.e not compressing examples). I assume this is just overlooked for gem2deb so I guess that this bug report should be reassigned to gem2deb? However, before doing this I wanted to recheck with the maintainers/community/you guys. Kind regards, Paul -- PhD Student @ Eindhoven | email: [email protected] University of Technology, The Netherlands | JID: [email protected] >>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

