# # # patch "debian/changelog" # from [25d7bfcd00f317192f6b04327b98b2c4658c826e] # to [745809e3237682ec51b2b64ab3545e2ce43e2746] # # patch "debian/copyright" # from [cbaef9ded23d0657c55a1b8cff0201866b5e36f4] # to [3b2b3b55d1dd42244e74c088478953c9c808bdc4] # # patch "debian/monotone-doc.doc-base" # from [8cca0bd4a32e4e65142af055fbd38f299eed8e84] # to [a81a27bb143eb4cfa924c533854758ffd0c932c2] # # patch "debian/rules" # from [718c858ea1aedd36fdb162524688cb90225a09a3] # to [780f817596b52a973ac43d0df3d577990727d410] # ============================================================ --- debian/changelog 25d7bfcd00f317192f6b04327b98b2c4658c826e +++ debian/changelog 745809e3237682ec51b2b64ab3545e2ce43e2746 @@ -1,3 +1,10 @@ +monotone (0.40-3) unstable; urgency=low + + * Don't compress the pdf documentation. + * Fix some other problems caught by lintian. + + -- Zack Weinberg Sun, 25 May 2008 11:35:05 -0400 + monotone (0.40-2) unstable; urgency=low * Automatically skip all tests involving netsync if it is impossible ============================================================ --- debian/copyright cbaef9ded23d0657c55a1b8cff0201866b5e36f4 +++ debian/copyright 3b2b3b55d1dd42244e74c088478953c9c808bdc4 @@ -1,11 +1,12 @@ +Monotone is a collective work, Copyright 2002-2008 by its development team. +Copyright holders are listed in /usr/share/doc/monotone/AUTHORS.gz. +The source file was downloaded from http://www.monotone.ca/downloads/ +Upstream authors are reachable at address@hidden + This package was debianized by Tomas Fasth on 2005-04-12, adopted by Shaun Jackman on 2006-07-24, and adopted again by a team reachable at address@hidden on 2007-07-10. -The source file was downloaded from http://www.monotone.ca/downloads/ -Upstream authors are reachable at address@hidden -Copyright holders are listed in /usr/share/doc/monotone/AUTHORS.gz - Overall license: This package is free software; you can redistribute it and/or modify ============================================================ --- debian/monotone-doc.doc-base 8cca0bd4a32e4e65142af055fbd38f299eed8e84 +++ debian/monotone-doc.doc-base a81a27bb143eb4cfa924c533854758ffd0c932c2 @@ -1,16 +1,16 @@ Abstract: This manual documents the Mono Document: monotone-manual Title: Monotone version control system manual Author: Graydon Hoare et al Abstract: This manual documents the Monotone distributed version control - system. It includes a basic tutorial, several use examples, and - a detailed reference. + system. It includes a basic tutorial, several use examples, and + a detailed reference. Section: Programming Format: HTML Index: /usr/share/doc/monotone/html/index.html Files: /usr/share/doc/monotone/html/*.html - /usr/share/doc/monotone/html/*.css - /usr/share/doc/monotone/html/figures/*.png + /usr/share/doc/monotone/html/*.css + /usr/share/doc/monotone/html/figures/*.png Format: PDF Files: /usr/share/doc/monotone/monotone.pdf ============================================================ --- debian/rules 718c858ea1aedd36fdb162524688cb90225a09a3 +++ debian/rules 780f817596b52a973ac43d0df3d577990727d410 @@ -148,7 +148,7 @@ binary-indep: build-indep # dh_installlogrotate -i --name=monotone dh_installinit -i --name=monotone dh_installinfo -i - dh_compress -i + dh_compress -i -X .pdf dh_fixperms -i dh_installdeb -i dh_gencontrol -i