From 64742e07386153d4438f6044497d606c6833191d Mon Sep 17 00:00:00 2001 From: Ben Carrillo Date: Wed, 6 Feb 2013 01:06:03 +0900 Subject: update gitignore --- .gitignore | 2 ++ debian/files | 4 ++-- debian/python3-sh.substvars | 2 -- sh.pyc | Bin 43240 -> 0 bytes 4 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 debian/python3-sh.substvars delete mode 100644 sh.pyc diff --git a/.gitignore b/.gitignore index 84e1283..007b41b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +*.pyc __pycache__ build debian/python-sh debian/python3-sh +debian/python3-sh.substvars diff --git a/debian/files b/debian/files index f703ba2..803ebcc 100644 --- a/debian/files +++ b/debian/files @@ -1,2 +1,2 @@ -python-sh_1.07-1_all.deb python optional -python3-sh_1.07-1_all.deb python optional +python-sh_1.08-1_all.deb python optional +python3-sh_1.08-1_all.deb python optional diff --git a/debian/python3-sh.substvars b/debian/python3-sh.substvars deleted file mode 100644 index 7e58dba..0000000 --- a/debian/python3-sh.substvars +++ /dev/null @@ -1,2 +0,0 @@ -python3:Depends=python3 (>= 3.2.3-3~) -misc:Depends= diff --git a/sh.pyc b/sh.pyc deleted file mode 100644 index 8a81919..0000000 Binary files a/sh.pyc and /dev/null differ -- cgit v1.2.3