diff options
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/patches/0001-Change-dependencies-and-rename-entrypoint.patch | 33 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 1 insertions, 35 deletions
diff --git a/debian/control b/debian/control index 5a34d16..c2f8181 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: https://www.pgcli.com Build-Depends: debhelper-compat (= 13), dh-python, python3, - python3-pgspecial (>= 1.9.0), + python3-pgspecial (>= 1.11), python3-setuptools Standards-Version: 4.5.1 Testsuite: autopkgtest-pkg-python diff --git a/debian/patches/0001-Change-dependencies-and-rename-entrypoint.patch b/debian/patches/0001-Change-dependencies-and-rename-entrypoint.patch deleted file mode 100644 index e23577c..0000000 --- a/debian/patches/0001-Change-dependencies-and-rename-entrypoint.patch +++ /dev/null @@ -1,33 +0,0 @@ -From: Lennart Weller <lhw@ring0.de> -Date: Fri, 8 May 2020 10:28:38 +0200 -Subject: Change dependencies and rename entrypoint - -diff -Naurp pgcli.orig/setup.py pgcli/setup.py ---- pgcli.orig/setup.py -+++ pgcli/setup.py -@@ -6,7 +6,7 @@ from pgcli import __version__ - description = "CLI for Postgres Database. With auto-completion and syntax highlighting." - - install_requirements = [ -- "pgspecial>=1.11.8", -+ "pgspecial>=1.9", - "click >= 4.1", - "Pygments >= 2.0", # Pygments has to be Capitalcased. WTF? - # We still need to use pt-2 unless pt-3 released on Fedora32 -@@ -16,7 +16,6 @@ install_requirements = [ - "sqlparse >=0.3.0,<0.5", - "configobj >= 5.0.6", - "pendulum>=2.1.0", -- "cli_helpers[styles] >= 2.0.0", - ] - - -@@ -43,7 +42,7 @@ setup( - python_requires=">=3.6", - entry_points=""" - [console_scripts] -- pgcli=pgcli.main:cli -+ console=pgcli.main:cli - """, - classifiers=[ - "Intended Audience :: Developers", diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index e2086e5..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -0001-Change-dependencies-and-rename-entrypoint.patch |