tags 621629 + patch tags 621629 + pending thanks Dear maintainer,
I've prepared an NMU for hexec (versioned as 0.2.1-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -Nru hexec-0.2.1/debian/changelog hexec-0.2.1/debian/changelog --- hexec-0.2.1/debian/changelog 2010-11-24 02:44:14.000000000 +0100 +++ hexec-0.2.1/debian/changelog 2011-06-22 19:16:44.000000000 +0200 @@ -1,3 +1,10 @@ +hexec (0.2.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #621629). + + -- Luk Claes <[email protected]> Wed, 22 Jun 2011 19:16:31 +0200 + hexec (0.2.1-1) unstable; urgency=low * Initial release (Closes: #507155) diff -Nru hexec-0.2.1/debian/rules hexec-0.2.1/debian/rules --- hexec-0.2.1/debian/rules 2010-11-24 02:44:14.000000000 +0100 +++ hexec-0.2.1/debian/rules 2011-06-22 19:16:26.000000000 +0200 @@ -11,3 +11,7 @@ %: dh $@ + +override_dh_install: + rm `find $(CURDIR)/debian -name '*.la'` + dh_install

