[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#845079: RFS: mytop/1.9.1-3



Hi, 

I've found another cosmetic issue, fixed it and will reupload the package shortly again. 
So here's the snipped from the changelog

  * Updated 11_fix_url_manpage.patch for new upstream url
  * debian/watch updated url for upstream version check 
  * debian/control updated Homepage url 
  * debian/copyright updated Source url
  * debian/rules
    + Add dh_lintian
  * Add debian/source.lintian-overrides
    + override for debian-watch-may-check-gpg-signature as upstream does
      not provide cryptographic signature
  * Update to debhelper 9
  * Updated standards version to 3.9.8

I will get back to you as soon as the package is available on mentors
again :) 

Thanks,
Werner


werner@debian:~/Debian/mytop$ debdiff /tmp/mytop_1.9.1-2.dsc mytop_1.9.1-3.dsc 
diff -Nru mytop-1.9.1/debian/changelog mytop-1.9.1/debian/changelog
--- mytop-1.9.1/debian/changelog	2014-07-29 23:02:41.000000000 +0200
+++ mytop-1.9.1/debian/changelog	2016-11-20 10:31:06.000000000 +0100
@@ -1,3 +1,19 @@
+mytop (1.9.1-3) unstable; urgency=low
+
+  * Updated 11_fix_url_manpage.patch for new upstream url
+  * debian/watch updated url for upstream version check 
+  * debian/control updated Homepage url 
+  * debian/copyright updated Source url
+  * debian/rules
+    + Add dh_lintian
+  * Add debian/source.lintian-overrides
+    + override for debian-watch-may-check-gpg-signature as upstream does
+      not provide cryptographic signature
+  * Update to debhelper 9
+  * Updated standards version to 3.9.8
+
+ -- Werner Detter <werner@aloah-from-hell.de>  Sun, 20 Nov 2016 10:31:06 +0100
+
 mytop (1.9.1-2) unstable; urgency=low
 
   * Add 13_fix_scope_for_show_slave_status_data.patch which fixes incorrect
diff -Nru mytop-1.9.1/debian/compat mytop-1.9.1/debian/compat
--- mytop-1.9.1/debian/compat	2014-07-29 23:02:41.000000000 +0200
+++ mytop-1.9.1/debian/compat	2016-11-19 15:46:23.000000000 +0100
@@ -1 +1 @@
-7
+9
diff -Nru mytop-1.9.1/debian/control mytop-1.9.1/debian/control
--- mytop-1.9.1/debian/control	2014-07-29 23:02:41.000000000 +0200
+++ mytop-1.9.1/debian/control	2016-11-19 15:46:23.000000000 +0100
@@ -2,9 +2,9 @@
 Section: utils
 Priority: optional
 Maintainer: Werner Detter <werner@aloah-from-hell.de>
-Build-Depends: debhelper (>= 7)
-Homepage: http://www.mysqlfanboy.com/mytop/
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9)
+Homepage: http://www.mysqlfanboy.com/mytop-3/
+Standards-Version: 3.9.8
 
 Package: mytop 
 Architecture: all
diff -Nru mytop-1.9.1/debian/copyright mytop-1.9.1/debian/copyright
--- mytop-1.9.1/debian/copyright	2014-07-29 23:02:41.000000000 +0200
+++ mytop-1.9.1/debian/copyright	2016-11-20 10:18:40.000000000 +0100
@@ -1,6 +1,6 @@
 Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=240
 Upstream-Name: mytop
-Source: http://www.mysqlfanboy.com/mytop/
+Source: http://www.mysqlfanboy.com/mytop-3/
 
 Files: *
 Copyright: (C) 2000-2003,2007 Jeremy D. Zawodny <Jeremy@zawodny.com> 
diff -Nru mytop-1.9.1/debian/patches/11_fix_url_manpage.patch mytop-1.9.1/debian/patches/11_fix_url_manpage.patch
--- mytop-1.9.1/debian/patches/11_fix_url_manpage.patch	2014-07-29 23:02:41.000000000 +0200
+++ mytop-1.9.1/debian/patches/11_fix_url_manpage.patch	2016-11-20 10:24:39.000000000 +0100
@@ -3,12 +3,21 @@
 DEP: 3
 --- a/mytop
 +++ b/mytop
-@@ -1812,7 +1812,7 @@
+@@ -1703,7 +1703,7 @@ Help for mytop version $main::VERSION by
+   ! - Skip an error that has stopped replications (at your own risk)
+ 
+ ${GREEN}http://jeremy.zawodny.com/mysql/mytop/${RESET}
+-${GREEN}http://www.mysqlfanboy.com/mytop/${RESET}
++${GREEN}http://www.mysqlfanboy.com/mytop-3/${RESET}
+ ];
+ 
+     print $help;
+@@ -1812,7 +1812,7 @@ B<mytop> [options]
  =head1 AVAILABILITY
  
  The latest version of B<mytop> is available from
 -http://jeremy.zawodny.com/mysql/mytop/ it B<might> also be on CPAN as
-+http://www.mysqlfanboy.com/mytop/ it B<might> also be on CPAN as
++http://www.mysqlfanboy.com/mytop-3/ it B<might> also be on CPAN as
  well.
  
  =head1 REQUIREMENTS
diff -Nru mytop-1.9.1/debian/rules mytop-1.9.1/debian/rules
--- mytop-1.9.1/debian/rules	2014-07-29 23:02:41.000000000 +0200
+++ mytop-1.9.1/debian/rules	2016-11-19 15:46:23.000000000 +0100
@@ -35,6 +35,7 @@
 	dh_installman $(TMP)/usr/share/man/man1/mytop.1p
 	install -D -m 755 mytop debian/mytop/usr/bin/mytop
 	dh_perl
+	dh_lintian
 	dh_compress
 	dh_fixperms
 	dh_installdeb
diff -Nru mytop-1.9.1/debian/source.lintian-overrides mytop-1.9.1/debian/source.lintian-overrides
--- mytop-1.9.1/debian/source.lintian-overrides	1970-01-01 01:00:00.000000000 +0100
+++ mytop-1.9.1/debian/source.lintian-overrides	2016-11-19 15:46:23.000000000 +0100
@@ -0,0 +1,2 @@
+# disable debian-watch-may-check-gpg-signature as upstream does not provide cryptographic signature
+mytop source: debian-watch-may-check-gpg-signature
diff -Nru mytop-1.9.1/debian/watch mytop-1.9.1/debian/watch
--- mytop-1.9.1/debian/watch	2014-07-29 23:02:41.000000000 +0200
+++ mytop-1.9.1/debian/watch	2016-11-19 15:46:23.000000000 +0100
@@ -1,2 +1,2 @@
 version=3
-http://www.mysqlfanboy.com/mytop/mytop-(.*).tar.gz
+http://www.mysqlfanboy.com/mytop-3/mytop-(.*).tar.gz


Reply to: