summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-30 08:01:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-30 08:01:49 +0000
commit1ed60f68adade6a1e28b54538166a01bdae7f3c4 (patch)
tree77c5917d6ec73171f27e3222a2b8818178de97c9 /debian/control
parentAdding upstream version 2.1.2. (diff)
downloadpendulum-0add50047c6b04998eb3aae6189b46541d0e3600.tar.xz
pendulum-0add50047c6b04998eb3aae6189b46541d0e3600.zip
Adding debian version 2.1.2-1.debian/2.1.2-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1cfc628
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: pendulum
+Section: python
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-python,
+ python3-all,
+ python3-setuptools,
+Rules-Requires-Root: no
+Standards-Version: 4.5.1
+Homepage: https://github.com/sdispater/pendulum
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pendulum
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pendulum
+
+Package: python3-pendulum
+Section: python
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description:
+ Identify is a Python module to get information about files, such as:
+ .
+ * File type (file, symlink, directory)
+ * Mode (is it executable?)
+ * File name (mostly based on extension)
+ * If executable, the shebang is read and the interpreter interpreted