Bug#817585: mmake: Removal of debhelper compat 4

2016-07-09 Thread Giovani Ferreira
tags 817585 patch
tags 817585 pending

thanks

Hi,

I did make a QA upload and Herbert sponsored upload to 1-day/delay queue.
Feel free to cancel this upload if needed.

The debian/changelog is:

  * QA upload.
  * Migrated to DebSrc 3.0.
  * debian/clean:
  - Created to remove Makefile after building.
  * debian/control:
  - Update DH level from 4 to 9. (Closes: #817585)
  - Added Homepage field.
  - Added the ${misc:Depends} variable to provide the right install
dependencies.
  - Bumped Standards-Version to 3.9.8.
  - Set correct priority to optional.
  - Using dh-autoreconf now.
  * debian/copyright:
  - Migrated to 1.0 format.
  - Updated all information.
  * debian/dirs: unnecessary. Removed.
  * debian/patches (quilt):
  - mmake_2.3-6.diff.gz splited:
  -mmake-output-file.diff:
 ~ Renamed to mmake-output-file.patch.
 ~ Added a header.
  -fix-manpage.patch:
 ~ fixes a few typo in manpage.
  -all the Makefile file was being provided by patch until previous
   revision. Now, using dh-autoreconf, it's being generated
   at build time
  * debian/rules:
  - Updated to new (reduced) format.
  - Created override_dh_auto_install to fix Makefile patch.
  * debian/watch:
  - Bumped to version 4.


I attached a debdiff.

cheers,

 

-- 
Giovani Ferreira
http://softwarelivre.org/jova2
0x78494EF72375A66C

diff -Nru mmake-2.3/debian/changelog mmake-2.3/debian/changelog
--- mmake-2.3/debian/changelog  2016-07-09 22:15:32.0 -0300
+++ mmake-2.3/debian/changelog  2016-07-08 13:58:42.0 -0300
@@ -1,3 +1,39 @@
+mmake (2.3-7) unstable; urgency=medium
+
+  * QA upload.
+  * Migrated to DebSrc 3.0.
+  * debian/clean:
+  - Created to remove Makefile after building.
+  * debian/control:
+  - Update DH level from 4 to 9. (Closes: #817585)
+  - Added Homepage field.
+  - Added the ${misc:Depends} variable to provide the right install
+dependencies.
+  - Bumped Standards-Version to 3.9.8.
+  - Set correct priority to optional.
+  - Using dh-autoreconf now.
+  * debian/copyright:
+  - Migrated to 1.0 format.
+  - Updated all information.
+  * debian/dirs: unnecessary. Removed.
+  * debian/patches (quilt):
+  - mmake_2.3-6.diff.gz splited:
+  -mmake-output-file.diff:
+ ~ Renamed to mmake-output-file.patch.
+ ~ Added a header.
+  -fix-manpage.patch:
+ ~ fixes a few typo in manpage.
+  -all the Makefile file was being provided by patch until previous
+   revision. Now, using dh-autoreconf, it's being generated
+   at build time
+  * debian/rules:
+  - Updated to new (reduced) format.
+  - Created override_dh_auto_install to fix Makefile patch.
+  * debian/watch:
+  - Bumped to version 4.
+
+ -- Giovani Augusto Ferreira   Sat, 02 Jul 2016 13:33:20 
-0300
+
 mmake (2.3-6) unstable; urgency=high
 
   * QA upload
diff -Nru mmake-2.3/debian/clean mmake-2.3/debian/clean
--- mmake-2.3/debian/clean  1969-12-31 21:00:00.0 -0300
+++ mmake-2.3/debian/clean  2016-07-05 15:06:44.0 -0300
@@ -0,0 +1 @@
+Makefile
diff -Nru mmake-2.3/debian/compat mmake-2.3/debian/compat
--- mmake-2.3/debian/compat 2016-07-09 22:15:32.0 -0300
+++ mmake-2.3/debian/compat 2016-07-02 13:51:26.0 -0300
@@ -1 +1 @@
-4
+9
diff -Nru mmake-2.3/debian/control mmake-2.3/debian/control
--- mmake-2.3/debian/control2016-07-09 22:15:32.0 -0300
+++ mmake-2.3/debian/control2016-07-03 23:43:08.0 -0300
@@ -1,14 +1,15 @@
 Source: mmake
 Section: devel
-Priority: extra
+Priority: optional
 Maintainer: Debian QA Group 
-Standards-Version: 3.7.3
-Build-Depends: debhelper
+Standards-Version: 3.9.8
+Homepage: http://www.tildeslash.com/mmake/
+Build-Depends: debhelper (>=9), dh-autoreconf
 Build-Depends-Indep: default-jdk
 
 Package: mmake
 Architecture: all
-Depends: perl, java-common, findutils (>= 4.0)
+Depends: findutils (>= 4.0), java-common, perl, ${misc:Depends}
 Recommends: default-jdk | java-compiler
 Description: Makefile generator for Java programs
  mmake will generate a master Makefile for your Java programs.
diff -Nru mmake-2.3/debian/copyright mmake-2.3/debian/copyright
--- mmake-2.3/debian/copyright  2016-07-09 22:15:32.0 -0300
+++ mmake-2.3/debian/copyright  2016-07-02 20:35:00.0 -0300
@@ -1,26 +1,34 @@
-This package was debianized by John Goerzen jgoer...@complete.org on
-Mon, 12 Oct 1998 12:10:22 -0500.
-
-It was downloaded from http://www.tildeslash.com/mmake/
-
-Upstream Author:
-   Jan-Henrik Haukeland 
-
-Copyright 1998-2004 Jan Henrik Haukeland.
-
-License:
-
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the Free
- Software Foundation; 

Bug#817585: mmake: Removal of debhelper compat 4

2016-07-09 Thread Giovani Ferreira
tags 817585 patch
tags 817585 pending

thanks

Hi,

I did make a QA upload and Herbert sponsored upload to 1-day/delay queue.
Feel free to cancel this upload if needed.

The debian/changelog is:

  * QA upload.
  * Migrated to DebSrc 3.0.
  * debian/clean:
  - Created to remove Makefile after building.
  * debian/control:
  - Update DH level from 4 to 9. (Closes: #817585)
  - Added Homepage field.
  - Added the ${misc:Depends} variable to provide the right install
dependencies.
  - Bumped Standards-Version to 3.9.8.
  - Set correct priority to optional.
  - Using dh-autoreconf now.
  * debian/copyright:
  - Migrated to 1.0 format.
  - Updated all information.
  * debian/dirs: unnecessary. Removed.
  * debian/patches (quilt):
  - mmake_2.3-6.diff.gz splited:
  -mmake-output-file.diff:
 ~ Renamed to mmake-output-file.patch.
 ~ Added a header.
  -fix-manpage.patch:
 ~ fixes a few typo in manpage.
  -all the Makefile file was being provided by patch until previous
   revision. Now, using dh-autoreconf, it's being generated
   at build time
  * debian/rules:
  - Updated to new (reduced) format.
  - Created override_dh_auto_install to fix Makefile patch.
  * debian/watch:
  - Bumped to version 4.


I attached a debdiff.

cheers,

 

-- 
Giovani Ferreira
http://softwarelivre.org/jova2
0x78494EF72375A66C

diff -Nru mmake-2.3/debian/changelog mmake-2.3/debian/changelog
--- mmake-2.3/debian/changelog  2016-07-09 22:15:32.0 -0300
+++ mmake-2.3/debian/changelog  2016-07-08 13:58:42.0 -0300
@@ -1,3 +1,39 @@
+mmake (2.3-7) unstable; urgency=medium
+
+  * QA upload.
+  * Migrated to DebSrc 3.0.
+  * debian/clean:
+  - Created to remove Makefile after building.
+  * debian/control:
+  - Update DH level from 4 to 9. (Closes: #817585)
+  - Added Homepage field.
+  - Added the ${misc:Depends} variable to provide the right install
+dependencies.
+  - Bumped Standards-Version to 3.9.8.
+  - Set correct priority to optional.
+  - Using dh-autoreconf now.
+  * debian/copyright:
+  - Migrated to 1.0 format.
+  - Updated all information.
+  * debian/dirs: unnecessary. Removed.
+  * debian/patches (quilt):
+  - mmake_2.3-6.diff.gz splited:
+  -mmake-output-file.diff:
+ ~ Renamed to mmake-output-file.patch.
+ ~ Added a header.
+  -fix-manpage.patch:
+ ~ fixes a few typo in manpage.
+  -all the Makefile file was being provided by patch until previous
+   revision. Now, using dh-autoreconf, it's being generated
+   at build time
+  * debian/rules:
+  - Updated to new (reduced) format.
+  - Created override_dh_auto_install to fix Makefile patch.
+  * debian/watch:
+  - Bumped to version 4.
+
+ -- Giovani Augusto Ferreira   Sat, 02 Jul 2016 13:33:20 
-0300
+
 mmake (2.3-6) unstable; urgency=high
 
   * QA upload
diff -Nru mmake-2.3/debian/clean mmake-2.3/debian/clean
--- mmake-2.3/debian/clean  1969-12-31 21:00:00.0 -0300
+++ mmake-2.3/debian/clean  2016-07-05 15:06:44.0 -0300
@@ -0,0 +1 @@
+Makefile
diff -Nru mmake-2.3/debian/compat mmake-2.3/debian/compat
--- mmake-2.3/debian/compat 2016-07-09 22:15:32.0 -0300
+++ mmake-2.3/debian/compat 2016-07-02 13:51:26.0 -0300
@@ -1 +1 @@
-4
+9
diff -Nru mmake-2.3/debian/control mmake-2.3/debian/control
--- mmake-2.3/debian/control2016-07-09 22:15:32.0 -0300
+++ mmake-2.3/debian/control2016-07-03 23:43:08.0 -0300
@@ -1,14 +1,15 @@
 Source: mmake
 Section: devel
-Priority: extra
+Priority: optional
 Maintainer: Debian QA Group 
-Standards-Version: 3.7.3
-Build-Depends: debhelper
+Standards-Version: 3.9.8
+Homepage: http://www.tildeslash.com/mmake/
+Build-Depends: debhelper (>=9), dh-autoreconf
 Build-Depends-Indep: default-jdk
 
 Package: mmake
 Architecture: all
-Depends: perl, java-common, findutils (>= 4.0)
+Depends: findutils (>= 4.0), java-common, perl, ${misc:Depends}
 Recommends: default-jdk | java-compiler
 Description: Makefile generator for Java programs
  mmake will generate a master Makefile for your Java programs.
diff -Nru mmake-2.3/debian/copyright mmake-2.3/debian/copyright
--- mmake-2.3/debian/copyright  2016-07-09 22:15:32.0 -0300
+++ mmake-2.3/debian/copyright  2016-07-02 20:35:00.0 -0300
@@ -1,26 +1,34 @@
-This package was debianized by John Goerzen jgoer...@complete.org on
-Mon, 12 Oct 1998 12:10:22 -0500.
-
-It was downloaded from http://www.tildeslash.com/mmake/
-
-Upstream Author:
-   Jan-Henrik Haukeland 
-
-Copyright 1998-2004 Jan Henrik Haukeland.
-
-License:
-
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the Free
- Software Foundation;