Run of lintian-fixes for parsero
Try this locally package):
debcheckout parsero
cd parsero
lintian-brush
Summary
- Trim trailing whitespace. (trailing-whitespace)
- Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. (upstream-metadata-file-is-missing upstream-metadata-missing-bug-tracking upstream-metadata-missing-repository)
Diff
diff --git a/debian/changelog b/debian/changelog
index eaac088..944e3e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,6 @@ parsero (0.75-0kali2) kali; urgency=low
parsero (0.75-0kali1) kali; urgency=low
- * Initial release (Closes: 0001382)
+ * Initial release (Closes: 0001382)
-- Devon Kearns <dookie@kali.org> Mon, 09 Jun 2014 12:06:28 -0600
diff --git a/debian/control b/debian/control
index 400eca4..091f94c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,10 +12,10 @@ Package: parsero
Architecture: all
Depends: ${misc:Depends}, python3, python3-urllib3, python3-bs4
Description: Robots.txt audit tool
- Parsero is a free script written in Python which reads the Robots.txt file of
- a web server and looks at the Disallow entries. The Disallow entries tell the
- search engines what directories or files hosted on a web server mustn't be
- indexed. For example, "Disallow: /portal/login" means that the content on
- www.example.com/portal/login it's not allowed to be indexed by crawlers like
- Google, Bing, Yahoo... This is the way the administrator have to not share
+ Parsero is a free script written in Python which reads the Robots.txt file of
+ a web server and looks at the Disallow entries. The Disallow entries tell the
+ search engines what directories or files hosted on a web server mustn't be
+ indexed. For example, "Disallow: /portal/login" means that the content on
+ www.example.com/portal/login it's not allowed to be indexed by crawlers like
+ Google, Bing, Yahoo... This is the way the administrator have to not share
sensitive or private information with the search engines.
diff --git a/debian/rules b/debian/rules
index 245ecee..fa04a0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@
override_dh_auto_install:
dh_installdirs
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..1b06961
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/behindthefirewalls/Parsero/issues
+Bug-Submit: https://github.com/behindthefirewalls/Parsero/issues/new
+Repository: https://github.com/behindthefirewalls/Parsero.git
+Repository-Browse: https://github.com/behindthefirewalls/Parsero
Publish History
- 2021-01-29T12:27: Successfully pushed (Success)