From d0fb6d86201d04fb9194119239ccc212302a1b6f Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 22 Aug 2013 10:22:37 +0200 Subject: Minor docstring updates --- gbp/deb/control.py | 2 +- gbp/deb/policy.py | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gbp/deb') diff --git a/gbp/deb/control.py b/gbp/deb/control.py index da01ebe..b15d360 100644 --- a/gbp/deb/control.py +++ b/gbp/deb/control.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -"""A Debian Control""" +"""A Debian Control file""" import email import os diff --git a/gbp/deb/policy.py b/gbp/deb/policy.py index b35603c..006dbb2 100644 --- a/gbp/deb/policy.py +++ b/gbp/deb/policy.py @@ -14,7 +14,11 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -"""provides some debian source package related helpers""" +""" +Debian Packaging policies + +like allowed characters in version numbers, etc. +""" import os import re -- cgit v1.2.3