diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/files | 1 | ||||
-rwxr-xr-x | debian/rules | 8 |
3 files changed, 5 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index a4869b4..c8a3744 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pysqlcipher (2.6.3~dev1-1) unstable; urgency=low +pysqlcipher (2.6.3~dev02-1) unstable; urgency=low * source package automatically created by stdeb 0.6.0+git diff --git a/debian/files b/debian/files deleted file mode 100644 index 7ed1248..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -python-pysqlcipher_2.6.3~dev1-1_amd64.deb python optional diff --git a/debian/rules b/debian/rules index dc97b46..6d7b1af 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ install-python%: override_dh_auto_clean: - dh_auto_clean - rm -rf build - rm -rf docs/_build - rm -rf *.egg-info + dh_auto_clean + rm -rf build + rm -rf docs/_build + rm -rf *.egg-info |