[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[mig] 02/03: Merge tag 'upstream/1.7'
From: |
Samuel Thibault |
Subject: |
[mig] 02/03: Merge tag 'upstream/1.7' |
Date: |
Sun, 22 May 2016 01:15:28 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch master
in repository mig.
commit 8f95ce050f23f743bad7edc44b776aa98d48cfe1
Merge: ec094c8 7f7add4
Author: Samuel Thibault <address@hidden>
Date: Sat May 21 22:16:41 2016 +0000
Merge tag 'upstream/1.7'
Upstream version 1.7
ChangeLog | 17 +++
NEWS | 4 +-
build-aux/config.guess | 111 +++++++++--------
build-aux/config.sub | 20 +--
configure | 20 +--
configure.ac | 2 +-
debian/changelog | 6 +
lexxer.c | 324 ++++++++++++++++++++++++++-----------------------
parser.c | 180 +++++++++++++--------------
parser.h | 2 +-
10 files changed, 370 insertions(+), 316 deletions(-)
diff --cc debian/changelog
index 385ee0f,0000000..2d8b7b9
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,256 -1,0 +1,262 @@@
++mig (1.7-1) UNRELEASED; urgency=medium
++
++ * New upstream release.
++
++ -- Samuel Thibault <address@hidden> Sat, 21 May 2016 22:16:45 +0000
++
+mig (1.6+git20160502-1) unstable; urgency=medium
+
+ * New upstream snapshot.
+
+ -- Samuel Thibault <address@hidden> Mon, 02 May 2016 22:46:07 +0000
+
+mig (1.6-1) unstable; urgency=medium
+
+ * New upstream release.
+ - patches/git-23e8415: Merged upstream.
+
+ -- Samuel Thibault <address@hidden> Tue, 03 Nov 2015 21:51:02 +0000
+
+mig (1.5-5) unstable; urgency=medium
+
+ * patches/git-R-type-punned.patch: Drop patch, gdb build is now fine with
it.
+
+ -- Samuel Thibault <address@hidden> Mon, 07 Sep 2015 21:51:48 +0000
+
+mig (1.5-4) unstable; urgency=medium
+
+ * patches/git-23e8415: Cherry-pick from upstream to fix gdb build.
+
+ -- Samuel Thibault <address@hidden> Mon, 07 Sep 2015 20:31:25 +0000
+
+mig (1.5-3) unstable; urgency=medium
+
+ * Also add the gnu type alias for mig, like gcc.
+
+ -- Samuel Thibault <address@hidden> Thu, 03 Sep 2015 00:31:04 +0000
+
+mig (1.5-2) unstable; urgency=medium
+
+ * rules, control: Support building a cross-compiling mig.
+ * rules: Bump dpkg-dev build-dep version to get target triplet.
+
+ -- Samuel Thibault <address@hidden> Fri, 28 Aug 2015 13:48:46 +0000
+
+mig (1.5-1) unstable; urgency=medium
+
+ * New upstream release
+ * patches/git-R-type-punned.patch: Revert upstream patch to avoid breaking
+ gdb build for now.
+ * patches/git-{c-strings,generate-inlines,protected-payload}.patch: Removed.
+
+ -- Samuel Thibault <address@hidden> Thu, 16 Apr 2015 23:35:12 +0000
+
+mig (1.4-3) unstable; urgency=medium
+
+ [ Samuel Thibault ]
+ * patches/git-c-strings.patch: Upstream patch to fix variable-sized c
+ strings.
+ * patches/git-protected-payload.patch: Upstream patch to add protected
payload
+ support.
+
+ [ Guillem Jover ]
+ * Remove myself from Uploaders.
+
+ -- Samuel Thibault <address@hidden> Sun, 09 Nov 2014 15:14:41 +0000
+
+mig (1.4-2) unstable; urgency=medium
+
+ * patches/generate-inlines.patch: Upstream patch to inline demuxers.
+
+ -- Samuel Thibault <address@hidden> Mon, 03 Feb 2014 23:14:00 +0000
+
+mig (1.4-1) unstable; urgency=low
+
+ [ Samuel Thibault ]
+ * New upstream release.
+ * patches/{format-string.patch,no_dealloc_ool.patch}: Remove patches, merged
+ upstream.
+
+ [ Pino Toscano ]
+ * Bump the debhelper compatibility to 9:
+ - Bump compat to 9.
+ - Bump the debhelper build dependency to >= 9.
+ * Rewrite rules making use of the sequential `dh'.
+ * Run autoreconf before build, since the upstream snapshot from Git has
+ no autogenerated autotools files:
+ - Use the autoreconf dh addon, and build depend on dh-autoreconf for it.
+ - Clean the build-aux directory.
+ * Fix Vcs-* keys to point to anonscm.debian.org.
+ * Fix Homepage. (Closes: #561714)
+ * format-string.patch: add DEP3 headers.
+
+ -- Samuel Thibault <address@hidden> Sat, 28 Sep 2013 10:18:08 +0000
+
+mig (1.3.1.99.git20120630-1) unstable; urgency=low
+
+ * New git snapshot.
+
+ [ Guillem Jover ]
+ * Switch to debhelper compatibility level 7.
+ * Use dh_prep instead of “dh_clean -k”.
+ * Use $(filter ...) instead of $(findstring ...) to extract space separated
+ options from DEB_BUILD_OPTIONS in debian/rules.
+ * Now using Standards-Version 3.9.3.
+ * Switch to source format “3.0 (quilt)”:
+ - Remove quilt from Build-Depends.
+ - Remove quilt.make include from debian/rules.
+ - Remove patch and unpatch targets from debian/rules.
+ - Remove now unneeded debian/README.source.
+ * Remove Marcus Brinkmann, Jeff Bailey and Neal H. Walfield from Uploaders.
+ Closes: #503569
+ * Use any-i386 in binary package Architecture fields.
+ * Update Vcs fields to point to the new git repositories.
+ * Remove duplicate Section and Priority fields in the binary stanza
+ inherited from the source stanza.
+ * Add build-indep and build-arch targets and rename install target to
+ install-arch in debian/rules.
+ * Pass CFLAGS correctly to $(MAKE), instead of passing them as CCOPTIONS.
+ * Use dpkg-buildflags to set CPPFLAGS, CFLAGS and LDFLAGS.
+ * Fix a format string build failure in error() function. Add bison to
+ Build-Depends as the patch touches parser.y.
+
+ [ Samuel Thibault ]
+ * Add Multi-Arch: foreign to allow installing the 32bit version on a 64bit
+ system.
+ * Add myself as uploader.
+ * Add misc:Depends dependency.
+
+ -- Guillem Jover <address@hidden> Sat, 30 Jun 2012 17:52:09 +0200
+
+mig (1.3.1.99-2) unstable; urgency=low
+
+ * Add Homepage field.
+ * Add Vcs-Browser and Vcs-Svn fields.
+ * Add a debian/README.source file.
+ * Now using Standards-Version 3.8.0.
+ * Refresh patches with -pab.
+ * Improve debian/copyright:
+ - Refer to GPL-2 from common-licenses instead of just GPL.
+ - Fix GPL snippet in debian/copyright to refer to "version 2 or later".
+ - Remove repository information from as it is now on debian/control.
+ * Line wrap Uploaders field.
+
+ -- Guillem Jover <address@hidden> Sun, 22 Jun 2008 08:08:44 +0300
+
+mig (1.3.1.99-1) unstable; urgency=low
+
+ * New upstream release.
+ - debian/patches/args_space.patch: Remove, merged upstream.
+ - debian/patches/arg_isystem.patch: Likewise.
+ - debian/patches/robust_close.patch: Likewise.
+
+ -- Guillem Jover <address@hidden> Thu, 14 Dec 2006 08:25:06 +0200
+
+mig (1.3.1-2) unstable; urgency=low
+
+ * Switched to quilt:
+ - Add new debian/patches/series file.
+ - Add Build-Depends on 'quilt (>= 0.40)'.
+ - Include quilt.make from debian/rules.
+ - Switch clean from a double colon target to single colon.
+ - Make clean depend on unpatch.
+ - Remove now unused debian/patch.mk.
+ * Cleaned debian/rules file:
+ - Remove the all target.
+ - Do not use stamp files for the build target.
+ - Move the installation logic from binary-arch to an install target.
+ - Remove the manual cruft-removal line from the clean target.
+ - Use DESTDIR instead of specifiying again all patch at install time.
+ - Reindent the configure arguments.
+ * Do not deallocate the out-of-line memory if the request didn't succeed.
+ - debian/patches/no_dealloc_ool.patch: New file.
+ Thanks to Olaf Buddenhagen <address@hidden>.
+ * Switch to debhelper compat level 5.
+ * Now using Standards-Version 3.7.2 (no changes needed).
+ * Use ascii single quotes in the manpage.
+
+ -- Guillem Jover <address@hidden> Mon, 13 Nov 2006 06:30:18 +0200
+
+mig (1.3.1-1) unstable; urgency=low
+
+ * New upstream release.
+ - debian/patches/types.patch: Integrated upstream. Removed.
+ * Added a watch file.
+ * Added a manpage for mig.
+ * Cleaned debian/copyright file:
+ - Update FSF address.
+ - Updated upstream download address.
+ - Change references to Debian to be system neutral.
+ - Added initial date of packaging.
+ - Added Debian subversion packaging repository.
+ - Remove C style comments from license statements and reindent.
+ * Now using Standards-Version 3.6.2 (no changes needed).
+
+ -- Guillem Jover <address@hidden> Thu, 17 Nov 2005 03:32:43 +0200
+
+mig (1.3-4) unstable; urgency=low
+
+ * Support -isystem properly.
+ Thanks to Thomas Schwinge <address@hidden>.
+ * Support spaces in arguments.
+ Thanks to Thomas Schwinge <address@hidden>.
+
+ -- Guillem Jover <address@hidden> Thu, 2 Jun 2005 23:17:42 +0300
+
+mig (1.3-3) unstable; urgency=low
+
+ * Changed Maintainer address.
+ * Added former implicit maintainers to Uploaders.
+ * Added myself to Uploaders.
+ * Split patches into debian/patches.
+ * Make closing files more robust.
+ - debian/patches/robust_close.patch: New file.
+ Thanks to Ognyan Kulev <address@hidden>.
+ * Added gnumach-dev and flex to Build-Depends. (Closes: #246254)
+ Thanks Magnus Ekdahl <address@hidden>.
+ * Enable i386, kfreebsd-i386 and knetbsd-i386 architectures.
+ * Switched to debhelper.
+ * Now using Standards-Version 3.6.1.
+
+ -- Guillem Jover <address@hidden> Mon, 25 Oct 2004 08:50:56 +0200
+
+mig (1.3-2) unstable; urgency=low
+
+ * New CVS snapshot.
+ * debian/control: Add Uploaders.
+
+ -- Marcus Brinkmann <address@hidden> Mon, 5 Aug 2002 00:13:00 +0200
+
+mig (1.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control: Bump standards version.
+ Update description.
+ * debian/README: Update description.
+
+ -- Marcus Brinkmann <address@hidden> Thu, 7 Mar 2002 21:55:43 +0100
+
+mig (1.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Marcus Brinkmann <address@hidden> Fri, 8 Jun 2001 18:18:53 +0200
+
+mig (1.1-1) unstable; urgency=low
+
+ * CVS snapshot from new upstream release.
+
+ -- Marcus Brinkmann <address@hidden> Tue, 4 Jul 2000 21:58:26 +0200
+
+mig (1.0.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Marcus Brinkmann <address@hidden> Mon, 24 May 1999 01:29:26 +0200
+
+mig (1.0.1-1) unstable; urgency=low
+
+ * Initial Release.
+ * Added patch by Roland McGrath to have CC or CPP set.
+
+ -- Marcus Brinkmann <address@hidden> Mon, 19 Apr 1999 00:42:10 +0200
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/mig.git