[Python-modules-commits] r10666 - in packages/python-virtualenv/trunk/debian (13 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Wed Dec 2 23:59:47 UTC 2009


    Date: Wednesday, December 2, 2009 @ 23:59:46
  Author: chaica-guest
Revision: 10666

  * New upstream version
  * Using dh7 + rules.tiny
  * Moving debian/python-virtualenv.overrides to
    python-virtualenv.lintian-overrides
  * Removed debian/dirs
  * debian/virtualenv.1 has been created
  * Removed debian/virtualenv.xml
  * debian/python-virtualenv.manpages
    - Switched from debian/virtualenv.1.gz to 
      virtualenv.1
  * Removed debian/README.Debian
  * debian/control
    - Added dh7 in Build-Depends
    - Removed useless Build-Depends-Indep field
    - Switched from python-central to python-support
    - The Maintainer is now DPMT
    - Put Carl Chenet <chaica at ohmytux.com> in Uploaders
    - Bump Standard-Versions to 3.8.3
  * debian/compat
    - Bump to 7
  * debian/watch
    - Remove useless comments

Added:
  packages/python-virtualenv/trunk/debian/python-virtualenv.lintian-overrides
    (from rev 10653, packages/python-virtualenv/trunk/debian/python-virtualenv.overrides)
  packages/python-virtualenv/trunk/debian/rules
  packages/python-virtualenv/trunk/debian/virtualenv.1
Modified:
  packages/python-virtualenv/trunk/debian/changelog
  packages/python-virtualenv/trunk/debian/compat
  packages/python-virtualenv/trunk/debian/control
  packages/python-virtualenv/trunk/debian/python-virtualenv.manpages
  packages/python-virtualenv/trunk/debian/watch
Deleted:
  packages/python-virtualenv/trunk/debian/README.Debian
  packages/python-virtualenv/trunk/debian/dirs
  packages/python-virtualenv/trunk/debian/python-virtualenv.overrides
  packages/python-virtualenv/trunk/debian/rules
  packages/python-virtualenv/trunk/debian/virtualenv.xml

Deleted: packages/python-virtualenv/trunk/debian/README.Debian
===================================================================
--- packages/python-virtualenv/trunk/debian/README.Debian	2009-12-02 23:23:20 UTC (rev 10665)
+++ packages/python-virtualenv/trunk/debian/README.Debian	2009-12-02 23:59:46 UTC (rev 10666)
@@ -1,12 +0,0 @@
-python-virtualenv for Debian
-----------------------------
-
-This package contains eggs for setuptools built for Python 2.4 and
-2.5, which are installed into the virtual environment being built.
-The script may work with other 2.x versions of Python, but it will
-need to connect to PyPI to download an appropriate setuptools egg.  To
-do this, run the interpreter explicitly on the virtualenv script.
-
-So far, virtualenv has not been verified to work with Python 3.x.
-
- -- Jeff Licquia <licquia at debian.org>  

Modified: packages/python-virtualenv/trunk/debian/changelog
===================================================================
--- packages/python-virtualenv/trunk/debian/changelog	2009-12-02 23:23:20 UTC (rev 10665)
+++ packages/python-virtualenv/trunk/debian/changelog	2009-12-02 23:59:46 UTC (rev 10666)
@@ -1,3 +1,30 @@
+python-virtualenv (1.4.3-1) unstable; urgency=low
+
+  * New upstream version
+  * Using dh7 + rules.tiny
+  * Moving debian/python-virtualenv.overrides to
+    python-virtualenv.lintian-overrides
+  * Removed debian/dirs
+  * debian/virtualenv.1 has been created
+  * Removed debian/virtualenv.xml
+  * debian/python-virtualenv.manpages
+    - Switched from debian/virtualenv.1.gz to 
+      virtualenv.1
+  * Removed debian/README.Debian
+  * debian/control
+    - Added dh7 in Build-Depends
+    - Removed useless Build-Depends-Indep field
+    - Switched from python-central to python-support
+    - The Maintainer is now DPMT
+    - Put Carl Chenet <chaica at ohmytux.com> in Uploaders
+    - Bump Standard-Versions to 3.8.3
+  * debian/compat
+    - Bump to 7
+  * debian/watch
+    - Remove useless comments
+
+ -- Carl Chenet <chaica at ohmytux.com>  Thu, 03 Dec 2009 00:55:13 +0100
+
 python-virtualenv (1.3.3-1) unstable; urgency=low
 
   * New upstream version... Closes: #518189.

Modified: packages/python-virtualenv/trunk/debian/compat
===================================================================
--- packages/python-virtualenv/trunk/debian/compat	2009-12-02 23:23:20 UTC (rev 10665)
+++ packages/python-virtualenv/trunk/debian/compat	2009-12-02 23:59:46 UTC (rev 10666)
@@ -1 +1 @@
-5
+7

Modified: packages/python-virtualenv/trunk/debian/control
===================================================================
--- packages/python-virtualenv/trunk/debian/control	2009-12-02 23:23:20 UTC (rev 10665)
+++ packages/python-virtualenv/trunk/debian/control	2009-12-02 23:59:46 UTC (rev 10666)
@@ -1,19 +1,18 @@
 Source: python-virtualenv
 Section: python
 Priority: optional
-Maintainer: Jeff Licquia <licquia at debian.org>
+maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+uploaders: Carl Chenet <chaica at ohmytux.com>
 Homepage: http://pypi.python.org/pypi/virtualenv
-Vcs-Bzr: http://bzr.licquia.org/virtualenv/debian
-Vcs-Browser: http://bzr.licquia.org/loggerhead/virtualenv/debian/changes
-Build-Depends: debhelper (>= 5), python-all-dev
-Build-Depends-Indep: python (>= 2.3.5-7), python-central (>= 0.5.0), python-setuptools (>= 0.6c1), xsltproc, docbook-xsl
-Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-pip/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-pip/trunk/
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev, python (>= 2.3.5-7), python-support, python-setuptools
+Standards-Version: 3.8.3
 XS-Python-Version: all
 
 Package: python-virtualenv
 Architecture: all
-Section: python
-Depends: ${python:Depends}, python-pkg-resources | python-setuptools (<< 0.6c8-1)
+Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-setuptools
 XB-Python-Version: ${python:Versions}
 Description: Python virtual environment creator
  The virtualenv utility creates virtual Python instances, each invokable

Deleted: packages/python-virtualenv/trunk/debian/dirs
===================================================================
--- packages/python-virtualenv/trunk/debian/dirs	2009-12-02 23:23:20 UTC (rev 10665)
+++ packages/python-virtualenv/trunk/debian/dirs	2009-12-02 23:59:46 UTC (rev 10666)
@@ -1,2 +0,0 @@
-usr/bin
-usr/share/lintian/overrides

Copied: packages/python-virtualenv/trunk/debian/python-virtualenv.lintian-overrides (from rev 10653, packages/python-virtualenv/trunk/debian/python-virtualenv.overrides)
===================================================================
--- packages/python-virtualenv/trunk/debian/python-virtualenv.lintian-overrides	                        (rev 0)
+++ packages/python-virtualenv/trunk/debian/python-virtualenv.lintian-overrides	2009-12-02 23:59:46 UTC (rev 10666)
@@ -0,0 +1,8 @@
+# Virtualenv contains eggs for setuptools, and checks them against
+# a checksum.  The checksum is expected to match PyPI's checksum.
+# We don't have control over the egg format, and at any rate these
+# files are not intended to be executed as shell scripts.
+
+python-virtualenv binary: script-not-executable ./usr/share/pyshared/virtualenv_support/setuptools-0.6c11-py2.4.egg
+python-virtualenv binary: script-not-executable ./usr/share/pyshared/virtualenv_support/setuptools-0.6c11-py2.5.egg
+

Modified: packages/python-virtualenv/trunk/debian/python-virtualenv.manpages
===================================================================
--- packages/python-virtualenv/trunk/debian/python-virtualenv.manpages	2009-12-02 23:23:20 UTC (rev 10665)
+++ packages/python-virtualenv/trunk/debian/python-virtualenv.manpages	2009-12-02 23:59:46 UTC (rev 10666)
@@ -1 +1 @@
-debian/virtualenv.1.gz
+debian/virtualenv.1

Deleted: packages/python-virtualenv/trunk/debian/python-virtualenv.overrides
===================================================================
--- packages/python-virtualenv/trunk/debian/python-virtualenv.overrides	2009-12-02 23:23:20 UTC (rev 10665)
+++ packages/python-virtualenv/trunk/debian/python-virtualenv.overrides	2009-12-02 23:59:46 UTC (rev 10666)
@@ -1,10 +0,0 @@
-# Virtualenv contains eggs for setuptools, and checks them against
-# a checksum.  The checksum is expected to match PyPI's checksum.
-# We don't have control over the egg format, and at any rate these
-# files are not intended to be executed as shell scripts.
-
-python-virtualenv binary: script-not-executable ./usr/share/pyshared/support-files/setuptools-0.6c9-py2.4.egg
-python-virtualenv binary: shell-script-fails-syntax-check ./usr/share/pyshared/support-files/setuptools-0.6c9-py2.4.egg
-python-virtualenv binary: script-not-executable ./usr/share/pyshared/support-files/setuptools-0.6c9-py2.5.egg
-python-virtualenv binary: shell-script-fails-syntax-check ./usr/share/pyshared/support-files/setuptools-0.6c9-py2.5.egg
-

Deleted: packages/python-virtualenv/trunk/debian/rules
===================================================================
--- packages/python-virtualenv/trunk/debian/rules	2009-12-02 23:23:20 UTC (rev 10665)
+++ packages/python-virtualenv/trunk/debian/rules	2009-12-02 23:59:46 UTC (rev 10666)
@@ -1,78 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-PYTHON_VERSIONS = $(shell pyversions -r debian/control)
-CURRENT_PYTHON_VERSION = $(shell pyversions -d)
-
-debian/virtualenv.1.gz: debian/virtualenv.xml
-	cd debian && xsltproc -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl virtualenv.xml
-	gzip -9 debian/virtualenv.1
-
-build: build-stamp
-build-stamp: debian/virtualenv.1.gz
-	dh_testdir
-
-	for python in $(PYTHON_VERSIONS); do \
-		$$python setup.py build; \
-	done
-
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	for python in $(PYTHON_VERSIONS); do \
-		$$python setup.py clean; \
-	done
-
-	rm -rf build
-	rm -f build-stamp
-	rm -f debian/virtualenv.1*
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	for python in $(PYTHON_VERSIONS); do \
-		$$python setup.py install --root=$(CURDIR)/debian/python-virtualenv; \
-		mv $(CURDIR)/debian/python-virtualenv/usr/bin/virtualenv $(CURDIR)/debian/python-virtualenv/usr/bin/virtualenv-$$python; \
-	done
-	sed 's_^#\!/usr/bin/$(CURRENT_PYTHON_VERSION)_#\!/usr/bin/python_' < $(CURDIR)/debian/python-virtualenv/usr/bin/virtualenv-$(CURRENT_PYTHON_VERSION) > $(CURDIR)/debian/python-virtualenv/usr/bin/virtualenv
-	rm -f $(CURDIR)/debian/python-virtualenv/usr/bin/virtualenv-*
-
-	cp debian/python-virtualenv.overrides ${CURDIR}/debian/python-virtualenv/usr/share/lintian/overrides/python-virtualenv
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs -i
-	dh_installdocs -i
-	dh_fixperms -i
-	dh_installman -i
-	dh_pycentral -i
-	rm -rf $(CURDIR)/debian/python-virtualenv/usr/lib
-	dh_compress -i
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build install
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install

Added: packages/python-virtualenv/trunk/debian/rules
===================================================================
--- packages/python-virtualenv/trunk/debian/rules	                        (rev 0)
+++ packages/python-virtualenv/trunk/debian/rules	2009-12-02 23:59:46 UTC (rev 10666)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@


Property changes on: packages/python-virtualenv/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-virtualenv/trunk/debian/virtualenv.1
===================================================================
--- packages/python-virtualenv/trunk/debian/virtualenv.1	                        (rev 0)
+++ packages/python-virtualenv/trunk/debian/virtualenv.1	2009-12-02 23:59:46 UTC (rev 10666)
@@ -0,0 +1,108 @@
+'\" t
+.\"     Title: virtualenv
+.\"    Author: [see the "AUTHORS" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
+.\"      Date: 12/02/2009
+.\"    Manual:
+.\"    Source:
+.\"  Language: English
+.\"
+.TH "VIRTUALENV" "1" "12/02/2009" "" ""
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+virtualenv \- create virtual Python instances
+.SH "SYNOPSIS"
+.sp
+\fBvirtualenv\fR [\fI\-\-version\fR] [\fI\-\-help\fR] [\fI\-\-verbose\fR] [\fI\-\-quiet\fR] [\fI\-\-clear\fR] [\fI\-\-no\-site\-packages\fR] [\fIdestination\-directory\fR]
+.SH "DESCRIPTION"
+.sp
+virtualenv creates virtual Python executables, each of which can have its own set of installed modules\&. Programs that require different versions of modules or sets of modules that may be incompatible with others to be installed on the same system without conflicts\&.
+.sp
+The result is a directory containing its own Python executables (in DIR/bin/pythonVER and DIR/bin/python) and its own module directory containing the standard library as installed by the system\&. Additional modules may be installed via setuptools, as invoked from the binary directory (DIR/bin/easy_install)\&. The system\(aas site\-packages directories will be available, but can be overriden with locally\-installed modules\&.
+.sp
+In addition, a shell script called "activate" will be installed in the bin directory\&. If sourced, this will cause normal invokations of the Python executable to use the virtual environment\&.
+.sp
+By running the virtualenv command explicitly under the desired Python interpreter, the user can control which version of Python is created in the virtual environment\&.
+.SH "OPTIONS"
+.PP
+\fB\-h, \-\-help\fR
+.RS 4
+Show summary of options\&.
+.RE
+.PP
+\fB\-\-version\fR
+.RS 4
+Show the version of the program\&.
+.RE
+.PP
+\fB\-v, \-\-verbose\fR
+.RS 4
+Be more verbose\&.
+.RE
+.PP
+\fB\-q, \-\-quiet\fR
+.RS 4
+Be less verbose; suppress unimportant output\&.
+.RE
+.PP
+\fB\-\-clear\fR
+.RS 4
+Clear out a previously\-created virtual Python instance in this location before creating a new one\&.
+.RE
+.PP
+\fB\-\-no\-site\-packages\fR
+.RS 4
+Don\(aat give access to the global site\-packages modules to the virtual environment\&.
+.RE
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+This manual page was originally written by Jeff Licquia <licquia at debian\&.org>, later rewritten by Carl Chenet <chaica at ohmytux\&.com>\&.
+.fi
+.if n \{\
+.RE
+.\}
+.SH "LICENSE"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2 or any later version published by the Free Software Foundation\&.
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&.
+.fi
+.if n \{\
+.RE
+.\}
+.SH "COPYRIGHT"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+Copyright \(co 2007 Jeff Licquia
+.fi
+.if n \{\
+.RE
+.\}

Deleted: packages/python-virtualenv/trunk/debian/virtualenv.xml
===================================================================
--- packages/python-virtualenv/trunk/debian/virtualenv.xml	2009-12-02 23:23:20 UTC (rev 10665)
+++ packages/python-virtualenv/trunk/debian/virtualenv.xml	2009-12-02 23:59:46 UTC (rev 10666)
@@ -1,204 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-
-<!--
-
-Process this file with an XSLT processor: `xsltproc \
--''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
-manpages/docbook.xsl manpage.dbk'.  A manual page
-<package>.<section> will be generated.  You may view the
-manual page with: nroff -man <package>.<section> | less'.  A
-typical entry in a Makefile or Makefile.am is:
-
-DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
-manpages/docbook.xsl
-XP=xsltproc -''-nonet
-
-manpage.1: manpage.dbk
-        $(XP) $(DB2MAN) $<
-    
-The xsltproc binary is found in the xsltproc package.  The
-XSL files are in docbook-xsl.  Please remember that if you
-create the nroff version in one of the debian/rules file
-targets (such as build), you will need to include xsltproc
-and docbook-xsl in your Build-Depends control field.
-
--->
-
-  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "<firstname>Jeff</firstname>">
-  <!ENTITY dhsurname   "<surname>Licquia</surname>">
-  <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>November 17, 2007</date>">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1). -->
-  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
-  <!ENTITY dhemail     "<email>licquia at debian.org</email>">
-  <!ENTITY dhusername  "Jeff Licquia">
-  <!ENTITY dhucpackage "<refentrytitle>VIRTUALENV</refentrytitle>">
-  <!ENTITY dhpackage   "virtualenv">
-
-  <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
-  <refentryinfo>
-    <address>
-      &dhemail;
-    </address>
-    <copyright>
-      <year>2007</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    &dhdate;
-  </refentryinfo>
-  <refmeta>
-    &dhucpackage;
-
-    &dhsection;
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-
-    <refpurpose>create virtual Python instances</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-
-      <arg><option>--version</option></arg>
-
-      <arg><option>--help</option></arg>
-
-      <arg><option>--verbose</option></arg>
-
-      <arg><option>--quiet</option></arg>
-
-      <arg><option>--clear</option></arg>
-
-      <arg><option>--no-site-packages</option></arg>
-
-      <arg>destination-directory</arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1>
-    <title>DESCRIPTION</title>
-
-    <para>This manual page documents briefly the
-      <command>&dhpackage;</command>
-      command.</para>
-
-    <para>This manual page was written for the &debian; distribution
-      because the original program does not have a manual page.</para>
-
-    <para><command>&dhpackage;</command> creates virtual Python
-      executables, each of which can have its own set of installed
-      modules.  Programs that require different versions of modules
-      or sets of modules that may be incompatible with others to be
-      installed on the same system without conflicts.</para>
-
-    <para>The result is a directory containing its own Python
-      executables (in DIR/bin/pythonVER and DIR/bin/python) and its
-      own module directory containing the standard library as
-      installed by the system.  Additional modules may be installed
-      via setuptools, as invoked from the binary directory
-      (DIR/bin/easy_install).  The system's site-packages directories
-      will be available, but can be overriden with locally-installed
-      modules.</para>
-
-    <para>In addition, a shell script called "activate" will be
-      installed in the bin directory.  If sourced, this will cause
-      normal invokations of the Python executable to use the virtual
-      environment.</para>
-
-    <para>By running the &dhpackage; command explicitly under the
-      desired Python interpreter, the user can control which version
-      of Python is created in the virtual environment.</para>
-
-  </refsect1>
-  <refsect1>
-    <title>OPTIONS</title>
-
-    <para>These programs follow the usual &gnu; command line syntax,
-      with long options starting with two dashes (`-').  A summary of
-      options is included below.</para>
-
-    <variablelist>
-      <varlistentry>
-        <term><option>-h</option>
-          <option>--help</option>
-        </term>
-        <listitem>
-          <para>Show summary of options.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>--version</option>
-        </term>
-        <listitem>
-          <para>Show version of program.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-	<term><option>-v</option>
-	  <option>--verbose</option>
-	</term>
-	<listitem>
-	  <para>Be more verbose.</para>
-	</listitem>
-      </varlistentry>
-      <varlistentry>
-	<term><option>-q</option>
-	  <option>--quiet</option>
-	</term>
-	<listitem>
-	  <para>Be less verbose; suppress unimportant output.</para>
-	</listitem>
-      </varlistentry>
-      <varlistentry>
-	<term>
-	  <option>--clear</option>
-	</term>
-	<listitem>
-	  <para>Clear out a previously-created virtual Python instance
-	    in this location before creating a new one.</para>
-	</listitem>
-      </varlistentry>
-      <varlistentry>
-	<term>
-	  <option>--no-site-packages</option>
-	</term>
-	<listitem>
-	  <para>Don't give access to the global site-packages modules
-	    to the virtual environment.</para>
-	</listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>SEE ALSO</title>
-
-    <para>The upstream documentation, stored in 
-      /usr/share/doc/python-virtualenv.</para>
-  </refsect1>
-  <refsect1>
-    <title>AUTHOR</title>
-
-    <para>This manual page was written by &dhusername; &dhemail; for
-      the &debian; system (but may be used by others).  Permission is
-      granted to copy, distribute and/or modify this document under
-      the terms of the &gnu; General Public License, Version 2 any 
-	  later version published by the Free Software Foundation.
-    </para>
-	<para>
-	  On Debian systems, the complete text of the GNU General Public
-	  License can be found in /usr/share/common-licenses/GPL.
-	</para>
-
-  </refsect1>
-</refentry>
-

Modified: packages/python-virtualenv/trunk/debian/watch
===================================================================
--- packages/python-virtualenv/trunk/debian/watch	2009-12-02 23:23:20 UTC (rev 10665)
+++ packages/python-virtualenv/trunk/debian/watch	2009-12-02 23:59:46 UTC (rev 10666)
@@ -1,22 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
-
-# Uncomment to examine a Webpage 
-# <Webpage URL> <string match>
 http://pypi.python.org/packages/source/v/virtualenv/ virtualenv-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/virtualenv-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/virtualenv-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for debscripts >= 2.9
-# http://sf.net/virtualenv/virtualenv-(.*)\.tar\.gz
-
-




More information about the Python-modules-commits mailing list