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

Bug#199875: marked as done (Allow output to a filename other than 'Makefile')



Your message dated Tue, 17 Aug 2004 04:47:19 -0400
with message-id <E1Bwzcl-0002Ur-00@newraff.debian.org>
and subject line Bug#199875: fixed in mmake 2.2.1-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Jul 2003 15:26:11 +0000
>From mdz@athenium.com Thu Jul 03 10:25:45 2003
Return-path: <mdz@athenium.com>
Received: from rwcrmhc12.comcast.net [216.148.227.85] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19Y5xw-00009w-00; Thu, 03 Jul 2003 10:25:44 -0500
Received: from marvin.weston.athenium.com (h00034795fb2d.ne.client2.attbi.com[24.91.103.187](untrusted sender))
          by attbi.com (rwcrmhc12) with ESMTP
          id <2003070315254301400f9c68e>; Thu, 3 Jul 2003 15:25:43 +0000
Received: from there.weston.athenium.com ([192.168.1.162])
	by marvin.weston.athenium.com with esmtp (Exim 3.35 #1 (Debian))
	id 19Y5xu-0007ue-00
	for <submit@bugs.debian.org>; Thu, 03 Jul 2003 11:25:42 -0400
Received: from mdz by there.weston.athenium.com with local (Exim 4.20)
	id 19Y5xu-0000rO-MV
	for submit@bugs.debian.org; Thu, 03 Jul 2003 11:25:42 -0400
Date: Thu, 3 Jul 2003 11:25:42 -0400
From: Matt Zimmerman <mdz@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Allow output to a filename other than 'Makefile'
Message-ID: <20030703152542.GA3275@athenium.com>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="45Z9DzgjV8m4Oswq"
Content-Disposition: inline
X-Reportbug-Version: 2.18
User-Agent: Mutt/1.5.4i
Sender: Matt Zimmerman <mdz@athenium.com>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-14.3 required=4.0
	tests=BAYES_30,HAS_PACKAGE,PATCH_UNIFIED_DIFF,USER_AGENT_MUTT
	autolearn=ham version=2.53-bugs.debian.org_2003_06_27
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_27 (1.174.2.15-2003-03-30-exp)


--45Z9DzgjV8m4Oswq
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: mmake
Version: 2.2.1-2
Severity: wishlist
Tags: patch

I want to integrate mmake with an existing build system, and so I don't want
it to overwrite my Makefile.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux there 2.4.20-3-686 #1 Sat Jun 7 22:34:55 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set)

Versions of packages mmake depends on:
ii  findutils                     4.1.7-2.1  utilities for finding files--find,
ii  java-common                   0.20       Base of all Java packages
ii  perl [perl5]                  5.8.0-18   Larry Wall's Practical Extraction 

-- no debconf information


-- 
 - mdz

--45Z9DzgjV8m4Oswq
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="mmake-output-file.diff"

--- /usr/bin/mmake	2002-02-13 09:15:59.000000000 -0500
+++ mmake	2003-07-03 11:24:38.000000000 -0400
@@ -212,7 +212,7 @@
 =cut
 
 use strict;
-use vars qw($opt_d $opt_v);
+use vars qw($opt_d $opt_v $opt_o);
 use Getopt::Std;
 require 5.000;                   # Need this perl version at least
 
@@ -235,13 +235,16 @@
 my $toplevel=      "";           # Defined if toplevel java files
 
 # Parse command line options
-getopts("dv") || die "Usage: $PROG [ -d | -v ]\n";
+getopts("dvo:") || die "Usage: $PROG [ -d | -v ]\n";
 
 if ( defined $opt_v ) {
   print "This is mmake, version $VERSION\n";
   exit(0);
 }
 
+if ( defined $opt_o ) {
+  $M = $opt_o;
+}
 
 # ---------------------
 # Assign macro defaults

--45Z9DzgjV8m4Oswq--

---------------------------------------
Received: (at 199875-close) by bugs.debian.org; 17 Aug 2004 08:54:04 +0000
>From katie@ftp-master.debian.org Tue Aug 17 01:54:04 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BwzjH-0000xb-00; Tue, 17 Aug 2004 01:54:03 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1Bwzcl-0002Ur-00; Tue, 17 Aug 2004 04:47:19 -0400
From: Ola Lundqvist <opal@debian.org>
To: 199875-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#199875: fixed in mmake 2.2.1-4
Message-Id: <E1Bwzcl-0002Ur-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 17 Aug 2004 04:47:19 -0400
Delivered-To: 199875-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: mmake
Source-Version: 2.2.1-4

We believe that the bug you reported is fixed in the latest version of
mmake, which is due to be installed in the Debian FTP archive:

mmake_2.2.1-4.diff.gz
  to pool/main/m/mmake/mmake_2.2.1-4.diff.gz
mmake_2.2.1-4.dsc
  to pool/main/m/mmake/mmake_2.2.1-4.dsc
mmake_2.2.1-4_all.deb
  to pool/main/m/mmake/mmake_2.2.1-4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 199875@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ola Lundqvist <opal@debian.org> (supplier of updated mmake package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 17 Aug 2004 09:43:19 +0200
Source: mmake
Binary: mmake
Architecture: source all
Version: 2.2.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Ola Lundqvist <opal@debian.org>
Description: 
 mmake      - Makefile generator for Java programs
Closes: 199875 216534 255955
Changes: 
 mmake (2.2.1-4) unstable; urgency=low
 .
   * QA upload.
   * Made depends on findutils versioned, closes: #216534.
   * Updated standards version from 3.0.1 to 3.6.1.
   * Updated copyright file so it include GPL in a correct way, closes: #255955.
   * Applied patch from Matt Zimmerman <mdz@debian.org> to allow output
     of other file than Makefile, closes: #199875.
   * Removed emacs variables from bottom of this changelog.
   * Removed dh_make examples from debian dir.
   * Made build depends indep instead of build depends.
   * Changed recommends from java-compiler to jikes | java-compiler.
   * Remved dh_suidregister from debian/rules.
Files: 
 e33cda767b41d9617aa8dd45d3f765bf 561 devel extra mmake_2.2.1-4.dsc
 5f7029462dbe31cc8ec89d980a037850 3712 devel extra mmake_2.2.1-4.diff.gz
 5c41b6bfa8075375f4db6ff8e9d2a7ea 25480 devel extra mmake_2.2.1-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBIcJJGKGxzw/lPdkRAmBJAJ9MhwJbQzP8lk86ZZyd1BSVfPx7EgCgjlPV
I9Uk7SkuBjb26WkK1K7EuDM=
=BSqs
-----END PGP SIGNATURE-----



Reply to: