Author: malat-guest Date: 2009-09-02 12:34:33 +0000 (Wed, 02 Sep 2009) New Revision: 3849
Modified: trunk/packages/pvrg-jpeg/trunk/debian/README.source trunk/packages/pvrg-jpeg/trunk/debian/changelog trunk/packages/pvrg-jpeg/trunk/debian/rules Log: do the dfsg thing Modified: trunk/packages/pvrg-jpeg/trunk/debian/README.source =================================================================== --- trunk/packages/pvrg-jpeg/trunk/debian/README.source 2009-09-02 12:15:54 UTC (rev 3848) +++ trunk/packages/pvrg-jpeg/trunk/debian/README.source 2009-09-02 12:34:33 UTC (rev 3849) @@ -1 +1 @@ -The file doc.ps was removed from the distribution +The file doc.ps was removed from the distribution and debian source reflects that (dfsg1-1) Modified: trunk/packages/pvrg-jpeg/trunk/debian/changelog =================================================================== --- trunk/packages/pvrg-jpeg/trunk/debian/changelog 2009-09-02 12:15:54 UTC (rev 3848) +++ trunk/packages/pvrg-jpeg/trunk/debian/changelog 2009-09-02 12:34:33 UTC (rev 3849) @@ -1,4 +1,4 @@ -pvrg-jpeg (1.2.1) experimental; urgency=low +pvrg-jpeg (1.2.1+dfsg1-1) experimental; urgency=low * Initial release (Closes: #508992) * Properly install in /usr (instead of /usr/local) @@ -6,5 +6,6 @@ * Add note about naming convention (pvrg-jpeg) * Install changelog. Install man page. Add CPack section. * Adding patch from eli (panix.com), which adds support for PGM outputs + * Properly set dfsg naming convention since doc.ps was removed from source -- Mathieu Malaterre <[email protected]> Fri, 07 Aug 2009 11:09:09 +0200 Modified: trunk/packages/pvrg-jpeg/trunk/debian/rules =================================================================== --- trunk/packages/pvrg-jpeg/trunk/debian/rules 2009-09-02 12:15:54 UTC (rev 3848) +++ trunk/packages/pvrg-jpeg/trunk/debian/rules 2009-09-02 12:34:33 UTC (rev 3849) @@ -21,10 +21,11 @@ VER_MINOR = 2 VER_PATCH = 1 VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH) +VER_FULL_DFSG = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)+dfsg1 UPSTREAM_SRC = JPEGv$(VER_FULL) DEBIAN_SRC_DIR = pvrg-jpeg-$(VER_FULL) -DEBIAN_SRC_TAR = pvrg-jpeg_$(VER_FULL).orig.tar.gz +DEBIAN_SRC_TAR = pvrg-jpeg_$(VER_FULL_DFSG).orig.tar.gz CFLAGS = -Wall -g _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
