aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-03-07 21:13:22 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-03-07 21:13:22 +0000
commit4bbe79d3ea9803ecd1f3f2574d71388b46732e9e (patch)
tree1c709f8f8ef71f87bcd7144fa61d195300a2d27c
parentc0bcb7a9a4fff3c43167a0d02cd693f3bbb66c1b (diff)
downloadmig-4bbe79d3ea9803ecd1f3f2574d71388b46732e9e.tar.gz
mig-4bbe79d3ea9803ecd1f3f2574d71388b46732e9e.tar.bz2
mig-4bbe79d3ea9803ecd1f3f2574d71388b46732e9e.zip
mig (1.3-1) unstable; urgency=low
* New upstream release. * debian/control: Bump standards version. Update description. * debian/README: Update description. -- Marcus Brinkmann <brinkmd@debian.org> Thu, 7 Mar 2002 21:55:43 +0100
-rw-r--r--debian/README.Debian8
-rw-r--r--debian/changelog14
-rw-r--r--debian/control8
3 files changed, 18 insertions, 12 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index b721553..d3901ef 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,8 +1,10 @@
-MIG for Debian
+MiG for Debian
--------------
-This package contains the Mach Interface Generator. In Debian, it is
-currently only useful on the Hurd.
+This package contains the GNU Mach Interface Generator. In Debian, it
+is currently only useful in the GNU/Hurd system to generate stubs code
+from interface definition files in the GNU C library, the GNU Hurd,
+and GNU Mach.
Marcus Brinkmann <brinkmd@debian.org>
diff --git a/debian/changelog b/debian/changelog
index c6eb4fa..7c36c62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mig (1.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control: Bump standards version.
+ Update description.
+ * debian/README: Update description.
+
+ -- Marcus Brinkmann <brinkmd@debian.org> Thu, 7 Mar 2002 21:55:43 +0100
+
mig (1.2-1) unstable; urgency=low
* New upstream release.
@@ -22,8 +31,3 @@ mig (1.0.1-1) unstable; urgency=low
* Added patch by Roland McGrath to have CC or CPP set.
-- Marcus Brinkmann <brinkmd@debian.org> Mon, 19 Apr 1999 00:42:10 +0200
-
-Local variables:
-mode: debian-changelog
-add-log-mailing-address: "bug-hurd@gnu.org"
-End:
diff --git a/debian/control b/debian/control
index 5140690..36de395 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: mig
Section: devel
Priority: standard
Maintainer: GNU Hurd Maintainers <bug-hurd@gnu.org>
-Standards-Version: 2.5.0.1
+Standards-Version: 3.5.6.0
Package: mig
Section: devel
Priority: standard
Architecture: hurd-i386
Depends: ${shlibs:Depends}
-Description: Mach 3.0 Interface Generator
- This is the GNU distribution of the MIG, which is needed to compile glibc,
- hurd and gnumach on a Debian GNU/Hurd system.
+Description: GNU Mach Interface Generator
+ This is the GNU distribution of the MIG, which is needed to compile
+ the GNU C library, the GNU Hurd and GNU Mach.