Control: tags -1 +pending On Fri, Dec 15, 2017 at 6:47 PM, Omar Jair Purata Funes <omarpura...@gmail.com> wrote: > Package is uploaded to mentors.debian.net fully free of lintian bugs, > already made the watchfile and it works properly, copyright issue has been > solved by the inclusion of the original faenza creator. Is there anything > else that needs to be done? :)
Thank you for your work on this package and helping to make Debian better. I have uploaded the package for you to the Debian NEW queue. It will need to be manually examined by a member of the ftpmaster team before it will be allowed into Debian. It's difficult to predict how long that will take. It may be several weeks. I made a few changes before uploading. - I used Standards-Version 4.1.2, the latest version - I used the same URL for the Source: in debian/copyright as we already use for debian/watch - The executable-not-elf-or-script warning is my fault for encouraging you to drop the rule to fix the file permissions. (I thought it worked before.) Therefore, I added back a slightly different version of that rule to do that. Please file a bug upstream asking them to fix the permissions. They can run a command like find . -type f -exec chmod -x {} \; I am attaching a patch with my changes. Thanks, Jeremy Bicha
=== modified file 'debian/control' --- old/debian/control 2017-12-16 00:46:00 +0000 +++ new/debian/control 2017-12-16 00:46:23 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Omar Jair Purata Funes <omarpura...@gmail.com> Build-Depends: debhelper (>= 10) -Standards-Version: 3.9.8 +Standards-Version: 4.1.2 Homepage: https://github.com/madmaxms/iconpack-obsidian #Vcs-Git: https://github.com/madmaxms/iconpack-obsidian.git #Vcs-Browser: https://github.com/madmaxms/iconpack-obsidian === modified file 'debian/copyright' --- old/debian/copyright 2017-12-16 00:46:00 +0000 +++ new/debian/copyright 2017-12-16 00:46:48 +0000 @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: obsidian-icon-theme -Source: https://www.gnome-look.org +Source: https://github.com/madmaxms/iconpack-obsidian Files: * Copyright: 2017 MadMaxMS, Matthieu James === modified file 'debian/rules' --- old/debian/rules 2017-12-16 00:46:00 +0000 +++ new/debian/rules 2017-12-16 01:10:52 +0000 @@ -3,4 +3,6 @@ %: dh $@ - +override_dh_fixperms: + dh_fixperms + find debian/obsidian-icon-theme -type f -exec chmod -x {} \;