[Python-modules-commits] r1820 - in /packages/pygments/trunk/debian: changelog copyright dirs manpages rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Wed Feb 14 22:18:31 CET 2007


Author: pox-guest
Date: Wed Feb 14 22:18:31 2007
New Revision: 1820

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1820
Log:
New upstream release

Added:
    packages/pygments/trunk/debian/dirs
Modified:
    packages/pygments/trunk/debian/changelog
    packages/pygments/trunk/debian/copyright
    packages/pygments/trunk/debian/manpages
    packages/pygments/trunk/debian/rules

Modified: packages/pygments/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/changelog?rev=1820&op=diff
==============================================================================
--- packages/pygments/trunk/debian/changelog (original)
+++ packages/pygments/trunk/debian/changelog Wed Feb 14 22:18:31 2007
@@ -1,3 +1,10 @@
+pygments (0.7-1) experimental; urgency=low
+
+  * New upstream release (upload to experimental due to Etch freeze)
+  * Some debian/rules cleanups
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Wed, 14 Feb 2007 21:52:50 +0100
+
 pygments (0.6-1) experimental; urgency=low
 
   * New upstream release (upload to experimental due to Etch freeze)

Modified: packages/pygments/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/copyright?rev=1820&op=diff
==============================================================================
--- packages/pygments/trunk/debian/copyright (original)
+++ packages/pygments/trunk/debian/copyright Wed Feb 14 22:18:31 2007
@@ -41,9 +41,6 @@
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-On Debian systems, the complete text of the GNU Lesser General Public License
-can be found in /usr/share/common-licenses/LGPL file.
-
 The Debian packaging is (C) 2006, Piotr Ozarowski <ozarow at gmail.com> and
 is licensed under the GPL.
 

Added: packages/pygments/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/dirs?rev=1820&op=file
==============================================================================
--- packages/pygments/trunk/debian/dirs (added)
+++ packages/pygments/trunk/debian/dirs Wed Feb 14 22:18:31 2007
@@ -1,0 +1,1 @@
+/usr/share/doc/python-pygments

Modified: packages/pygments/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/manpages?rev=1820&op=diff
==============================================================================
--- packages/pygments/trunk/debian/manpages (original)
+++ packages/pygments/trunk/debian/manpages Wed Feb 14 22:18:31 2007
@@ -1,1 +1,1 @@
-docs/pygments.1
+docs/pygmentize.1

Modified: packages/pygments/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pygments/trunk/debian/rules?rev=1820&op=diff
==============================================================================
--- packages/pygments/trunk/debian/rules (original)
+++ packages/pygments/trunk/debian/rules Wed Feb 14 22:18:31 2007
@@ -18,9 +18,7 @@
 
 build-indep:
 	dh_testdir
-	if [ ! -d debian/python-pygments/usr/share/doc/python-pygments/ ]; then \
-		mkdir -p debian/python-pygments/usr/share/doc/python-pygments/; \
-	fi
+	dh_installdirs
 	PYTHONPATH='.' python docs/generate.py html debian/python-pygments/usr/share/doc/python-pygments/
 	touch $@
 
@@ -35,11 +33,9 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
+	dh_installchangelogs CHANGES
 	dh_installdocs
 	dh_installman
-	mv debian/python-pygments/usr/share/man/man1/pygments.1 \
-	   debian/python-pygments/usr/share/man/man1/pygmentize.1
 	dh_pycentral
 	dh_compress -X.py
 	dh_fixperms




More information about the Python-modules-commits mailing list