summaryrefslogtreecommitdiff
path: root/gbp/deb/policy.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-08-22 10:22:37 +0200
committerGuido Günther <agx@sigxcpu.org>2013-08-22 10:22:37 +0200
commitd0fb6d86201d04fb9194119239ccc212302a1b6f (patch)
treecadda961bb160b42eed437396b2911620445b0a9 /gbp/deb/policy.py
parent938e4cd25d47a0b9230a14e55724a5c3912e2359 (diff)
Minor docstring updates
Diffstat (limited to 'gbp/deb/policy.py')
-rw-r--r--gbp/deb/policy.py6
1 files changed, 5 insertions, 1 deletions
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