Author: beathovn-guest Date: 2009-09-22 20:20:18 +0000 (Tue, 22 Sep 2009) New Revision: 4013
Modified: trunk/packages/gwyddion/trunk/debian/changelog trunk/packages/gwyddion/trunk/debian/rules Log: Trying to remove libtool's .la files, which are, hopefully, unneeded. Modified: trunk/packages/gwyddion/trunk/debian/changelog =================================================================== --- trunk/packages/gwyddion/trunk/debian/changelog 2009-09-22 20:16:35 UTC (rev 4012) +++ trunk/packages/gwyddion/trunk/debian/changelog 2009-09-22 20:20:18 UTC (rev 4013) @@ -1,8 +1,10 @@ -gwyddion (2.17-1) UNRELEASED; urgency=low +gwyddion (2.17-1) unstable; urgency=low * New upstream release * Dropping .la-files from libgwyddion20-dev * Bumped standards version to 3.8.3 (no changes needed) + * Refreshed patches and updated headers to DEP3 format + * No longer shipping .la-files according to squeeze release goal -- Jan Beyer <[email protected]> Tue, 22 Sep 2009 20:59:21 +0200 Modified: trunk/packages/gwyddion/trunk/debian/rules =================================================================== --- trunk/packages/gwyddion/trunk/debian/rules 2009-09-22 20:16:35 UTC (rev 4012) +++ trunk/packages/gwyddion/trunk/debian/rules 2009-09-22 20:20:18 UTC (rev 4013) @@ -15,6 +15,7 @@ DEB_DH_MAKESHLIBS_ARGS_libgwyddion2-0 := -V'libgwyddion2-0 (>= ${version})' install/gwyddion:: + find debian/tmp/usr/lib/gwyddion/modules -name "*.la" -exec rm {} \; chrpath -d debian/tmp/usr/bin/gwyddion* get-orig-source:: _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
