Fix lintian warnings: correct changelog date and file permissions

This commit is contained in:
Stalin
2026-04-15 06:20:42 +05:30
parent ba103ef845
commit 1a874cacb3
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ nextor (1.1-1kali1) kali-dev; urgency=high
* Published to GitLab: https://gitlab.com/5t4l1n/NexTOR_IP_CHANGER.git * Published to GitLab: https://gitlab.com/5t4l1n/NexTOR_IP_CHANGER.git
* Ready for Kali repository integration * Ready for Kali repository integration
-- Kali Linux <devel@kali.org> Mon, 14 Apr 2026 00:00:00 +0000 -- Kali Linux <devel@kali.org> Tue, 15 Apr 2026 00:00:00 +0000
nextor (1.1-1) unstable; urgency=medium nextor (1.1-1) unstable; urgency=medium
+5
View File
@@ -14,3 +14,8 @@ override_dh_installdocs:
override_dh_auto_test: override_dh_auto_test:
# Skip tests during build - no test suite available # Skip tests during build - no test suite available
override_dh_fixperms:
dh_fixperms
# Make Python library files non-executable
chmod -x debian/nextor/usr/lib/python3/dist-packages/Nex_Tor_IP_changer/*.py 2>/dev/null || true