Author: malat Date: 2012-04-10 16:43:56 +0000 (Tue, 10 Apr 2012) New Revision: 10361
Added: trunk/packages/pvrg-jpeg/trunk/debian/source/ trunk/packages/pvrg-jpeg/trunk/debian/source/format Modified: trunk/packages/pvrg-jpeg/trunk/debian/changelog trunk/packages/pvrg-jpeg/trunk/debian/control trunk/packages/pvrg-jpeg/trunk/debian/rules Log: Fix some lintian warnings Modified: trunk/packages/pvrg-jpeg/trunk/debian/changelog =================================================================== --- trunk/packages/pvrg-jpeg/trunk/debian/changelog 2012-04-10 16:33:19 UTC (rev 10360) +++ trunk/packages/pvrg-jpeg/trunk/debian/changelog 2012-04-10 16:43:56 UTC (rev 10361) @@ -4,6 +4,7 @@ * Use my @d.o alias * Remove DMUA flag, not required * Simplify d/rules + * Use hardening flags -- Mathieu Malaterre <[email protected]> Tue, 10 Apr 2012 18:32:54 +0200 Modified: trunk/packages/pvrg-jpeg/trunk/debian/control =================================================================== --- trunk/packages/pvrg-jpeg/trunk/debian/control 2012-04-10 16:33:19 UTC (rev 10360) +++ trunk/packages/pvrg-jpeg/trunk/debian/control 2012-04-10 16:43:56 UTC (rev 10361) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 7), cmake, flex +Build-Depends: debhelper (>= 7.0.50~), cmake, flex Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/pvrg-jpeg/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/pvrg-jpeg/trunk/ Modified: trunk/packages/pvrg-jpeg/trunk/debian/rules =================================================================== --- trunk/packages/pvrg-jpeg/trunk/debian/rules 2012-04-10 16:33:19 UTC (rev 10360) +++ trunk/packages/pvrg-jpeg/trunk/debian/rules 2012-04-10 16:43:56 UTC (rev 10361) @@ -1,6 +1,10 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +DPKG_EXPORT_BUILDFLAGS = 1 +-include /usr/share/dpkg/buildflags.mk +export LDFLAGS='-Wl,--as-needed' + VER_MAJOR = 1 VER_MINOR = 2 VER_PATCH = 1 Added: trunk/packages/pvrg-jpeg/trunk/debian/source/format =================================================================== --- trunk/packages/pvrg-jpeg/trunk/debian/source/format (rev 0) +++ trunk/packages/pvrg-jpeg/trunk/debian/source/format 2012-04-10 16:43:56 UTC (rev 10361) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
