From 700363c93c25f05d99833deaa75c1d43da1188ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Michel=20Nirgal=20Vourg=C3=A8re?= Date: Tue, 11 Feb 2014 16:35:07 +0000 Subject: [PATCH 1/1] Downgrade a little for debian stable --- debian/changelog | 2 +- debian/control | 2 +- decoratedstr.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) mode change 100755 => 100644 decoratedstr.py diff --git a/debian/changelog b/debian/changelog index bd60a66..2f07b58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-decoratedstr (0.5) UNRELEASED; urgency=low +python-decoratedstr (0.4) UNRELEASED; urgency=low * Changed compat level to 9. * Switch from python-central to dh_python2. * Bumped standard version to 3.9.5 diff --git a/debian/control b/debian/control index f2e049a..654c91c 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), python-all (>=2.6.6-3~), python3-all, dh-python -Standards-Version: 3.9.5 +Standards-Version: 3.9.4 Vcs-Svn: svn://svn.nirgal.com/kod/python-decoratedstr X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 diff --git a/decoratedstr.py b/decoratedstr.py old mode 100755 new mode 100644 index 0672138..ad5e88f --- a/decoratedstr.py +++ b/decoratedstr.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- encoding: utf-8 -*- from __future__ import print_function, unicode_literals -- 2.30.2