diff -u crack-5.0a/debian/rules crack-5.0a/debian/rules --- crack-5.0a/debian/rules +++ crack-5.0a/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatibility version to use. -export DH_COMPAT=4 +#export DH_COMPAT=4 @@ -24,6 +24,9 @@ touch configure-stamp +build-arch: build + +build-indep: build build: build-stamp @@ -152 +155 @@ -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure diff -u crack-5.0a/debian/control crack-5.0a/debian/control --- crack-5.0a/debian/control +++ crack-5.0a/debian/control @@ -2,12 +2,12 @@ Section: admin Priority: optional Maintainer: Pawel Wiecek -Build-Depends: debhelper (>> 3.0.0) -Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.8 Package: crack-common Architecture: all -Depends: make +Depends: ${misc:Depends}, make Recommends: wordlist Breaks: crack (<< 5.0a-9.2) Replaces: crack (<< 5.0a-9.2) @@ -22,7 +22,7 @@ Package: crack Architecture: any -Depends: crack-common, ${shlibs:Depends} +Depends: crack-common, ${misc:Depends}, ${shlibs:Depends} Conflicts: crack-md5 Description: Password guessing program Crack is program designed to quickly locate vulnerabilities @@ -34,7 +34,7 @@ Package: crack-md5 Architecture: any -Depends: crack-common, ${shlibs:Depends} +Depends: crack-common, ${misc:Depends}, ${shlibs:Depends} Conflicts: crack Provides: crack Description: Password guessing program diff -u crack-5.0a/debian/changelog crack-5.0a/debian/changelog --- crack-5.0a/debian/changelog +++ crack-5.0a/debian/changelog @@ -1,3 +1,18 @@ +crack (5.0a-9.4) unstable; urgency=medium + + * Non-maintainer upload. + * debian/compat: created. (Closes: #817319) + * debian/control: + - Added the ${misc:Depends} variable to all Depends field. + - Bumped Standards-Version to 3.9.8. + - Updated DH level to 9. (Closes: #817411) + * debian/rules: + - Disabled the DH_COMPAT variable. + - Fixed the build system. Thanks to Santiago Vila . + (Closes: #821976) + + -- Joao Eriberto Mota Filho Fri, 02 Sep 2016 14:25:35 -0300 + crack (5.0a-9.3) unstable; urgency=low * Non-maintainer upload. @@ -10,6 +25,7 @@ crack (5.0a-9.2) unstable; urgency=low + * Non-maintainer upload. * Fix "Do not expect the /var/run/ content to persist": apply patch from Georgios M. Zarkadas that moves the contents of /var/run to /var/lib. (Closes: #387756) diff -u crack-5.0a/debian/README.Debian crack-5.0a/debian/README.Debian --- crack-5.0a/debian/README.Debian +++ crack-5.0a/debian/README.Debian @@ -20,7 +20,7 @@ this situation in the future but for now it's the only thing you can do (save, perhaps, fixing the code so Crack works with *both* MD5 and DES). -Crack needs root priviledges to run. It will not work from ordinary user +Crack needs root privileges to run. It will not work from ordinary user account. This is due to access permissions to /usr/share/Crack. Anyway -- you wouldn't want your users to run Crack on your machine, would you? only in patch2: unchanged: --- crack-5.0a.orig/debian/compat +++ crack-5.0a/debian/compat @@ -0,0 +1 @@ +9