diff -Nru python-art-6.1/debian/changelog python-art-6.1/debian/changelog --- python-art-6.1/debian/changelog 2023-11-05 05:00:00.000000000 +0000 +++ python-art-6.1/debian/changelog 2023-11-14 02:30:00.000000000 +0000 @@ -1,3 +1,12 @@ +python-art (6.1-3) unstable; urgency=medium + + * Corrected PYBUILD_NAME. (Closes: #1055906) + * Removed unnecessary depends, pre-depends in binary. + * Removed unnecessary files from python3-art.docs. + * Revised copyright License as Expat. + + -- Yogeswaran Umasankar Mon, 13 Nov 2023 22:30:00 -0400 + python-art (6.1-2) unstable; urgency=medium * Fixing 'a new source-only upload is needed to allow diff -Nru python-art-6.1/debian/control python-art-6.1/debian/control --- python-art-6.1/debian/control 2023-11-05 05:00:00.000000000 +0000 +++ python-art-6.1/debian/control 2023-11-14 02:30:00.000000000 +0000 @@ -15,9 +15,8 @@ Package: python3-art Architecture: all Depends: ${misc:Depends}, - ${python3:Depends}, - python3 -Pre-Depends: init-system-helpers (>= 1.56~), ${misc:Pre-Depends} + ${python3:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: ASCII art ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or letters to make a diff -Nru python-art-6.1/debian/copyright python-art-6.1/debian/copyright --- python-art-6.1/debian/copyright 2023-11-05 05:00:00.000000000 +0000 +++ python-art-6.1/debian/copyright 2023-11-14 02:30:00.000000000 +0000 @@ -7,9 +7,9 @@ * Copyright: 2017 Sepand Haghighi 2020 Sadra Sabouri -License: MIT +License: Expat -License: MIT +License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights diff -Nru python-art-6.1/debian/python3-art.docs python-art-6.1/debian/python3-art.docs --- python-art-6.1/debian/python3-art.docs 2023-11-05 05:00:00.000000000 +0000 +++ python-art-6.1/debian/python3-art.docs 2023-11-14 02:30:00.000000000 +0000 @@ -1,8 +1,6 @@ art_profile.py ArtList.ipynb AUTHORS.md -CHANGELOG.md DecorList.ipynb -dev-requirements.txt FontList.ipynb -README.md \ No newline at end of file +README.md diff -Nru python-art-6.1/debian/rules python-art-6.1/debian/rules --- python-art-6.1/debian/rules 2023-11-05 05:00:00.000000000 +0000 +++ python-art-6.1/debian/rules 2023-11-14 02:30:00.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export PYBUILD_NAME = python-art +export PYBUILD_NAME = art %: dh $@ --with python3 --buildsystem=pybuild