Compare commits

...

40 Commits

Author SHA1 Message Date
Vagrant Cascadian 31a2b5d410
Update debian/copyright. 2019-09-09 19:04:56 +02:00
Vagrant Cascadian c444e7dc08
debian/control: Update to Standards-Version to 4.4.0, no changes
needed.
2019-09-09 19:04:55 +02:00
Vagrant Cascadian 003bdd9290
Remove override for dh_auto_test. 2019-09-09 19:04:55 +02:00
Vagrant Cascadian 9bbc3b3415
Drop debian/patches/gitlog-to-changelog-workaround, should no longer
be needed.
2019-09-09 19:04:55 +02:00
Vagrant Cascadian 82ba64de27
Fix version. 2019-09-09 19:04:55 +02:00
Vagrant Cascadian 843e651540
Update to mes 0.19+145.b3fa6273-1~0. 2019-09-09 19:04:55 +02:00
Vagrant Cascadian 3658adcb13
debian/copyright: Drop reference to old FSF address. 2019-09-09 19:04:55 +02:00
Vagrant Cascadian 9ab5caa703
Update debian/copyright. 2019-09-09 19:04:55 +02:00
Vagrant Cascadian 941e37d226
Update priority to optional. 2019-09-09 19:04:54 +02:00
Vagrant Cascadian 875b9c5227
debian/control: Update Standards-Version to 4.3.0. 2019-09-09 19:04:54 +02:00
Vagrant Cascadian aaed044bed
Add lintian overrides for .go files. 2019-09-09 19:04:54 +02:00
Vagrant Cascadian 36c904d111
Add Depends on guile-2.2. 2019-09-09 19:04:54 +02:00
Vagrant Cascadian 7613e0d8dc
Patch install.sh to not generate changelog from git. 2019-09-09 19:04:54 +02:00
Vagrant Cascadian 91bcda846d
debian/rules: Also exclude mes from dh_dwz calls. 2019-09-09 19:04:54 +02:00
Vagrant Cascadian b0565b91b1
debian/rules: Add overrides for dh_strip and dh_dwz to exclude .go
files.
2019-09-09 19:04:54 +02:00
Vagrant Cascadian c3a3b81bfd
debian/rules: Add override for dh_auto_test to run bug ignore test
failures.
2019-09-09 19:04:53 +02:00
Vagrant Cascadian 4e10234917
debian/control: Add Build-Depends on install-info. 2019-09-09 19:04:53 +02:00
Vagrant Cascadian d59f176ae1
Remove obsolete bash/bash -x patches. 2019-09-09 19:04:53 +02:00
Vagrant Cascadian 17a505068a
Revert "Add ChangeLog from tarball."
This reverts commit bb854df6724f4eafb2b4a7ddc491b1fd0bea8ec6.
2019-09-09 19:04:53 +02:00
Vagrant Cascadian 1fccccb2c0
Remove patch applied upstream. 2019-09-09 19:04:53 +02:00
Vagrant Cascadian e16bc60768
debian/rules: Add override for dh_auto_build to increase verbosity. 2019-09-09 19:04:53 +02:00
Vagrant Cascadian dda634e3ab
Update Homepage and Source URLs. 2019-09-09 19:04:53 +02:00
Vagrant Cascadian 970c28ae4e
Apply patches to use bash everywhere. 2019-09-09 19:04:52 +02:00
Vagrant Cascadian 52f8a0004f
Add patch to work with Nyacc 0.93 2019-09-09 19:04:52 +02:00
Vagrant Cascadian 602f71c9df
Increase verbosity of configure target. 2019-09-09 19:04:52 +02:00
Vagrant Cascadian 938684cff9
Add ChangeLog from tarball. 2019-09-09 19:04:52 +02:00
Vagrant Cascadian a9866bf2a1
debian/changelog: Update to version 0.19+152.b3fa6273-1~0. 2019-09-09 19:04:52 +02:00
Vagrant Cascadian fe74d619a7
Add debian/watch file and upstream signing keys. 2019-09-09 19:04:52 +02:00
Vagrant Cascadian 0414a2845b
debian/changelog: Update to version 0.19+151.35d28b47. 2019-09-09 19:04:51 +02:00
Vagrant Cascadian 14f8c6775b
debian/control: Add Build-Depends on git. 2019-09-09 19:04:51 +02:00
Vagrant Cascadian 2e033f1f55
Alphabetize new dependencies. 2019-09-09 19:04:51 +02:00
Vagrant Cascadian c682185a9f
Add Build-Depends on texinfo, help2man and graphviz. 2019-09-09 19:04:51 +02:00
Vagrant Cascadian da694a4a54
Bump to debhelper 12. 2019-09-09 19:04:51 +02:00
Vagrant Cascadian 62fe67af79
Bump version. 2019-09-09 19:04:51 +02:00
Vagrant Cascadian 7222158c1a
debian/control: Add trailing comma to nyacc build-dep. 2019-09-09 19:04:51 +02:00
Vagrant Cascadian 725d3db1ac
Add build-dep on mescc-tools and nyacc. 2019-09-09 19:04:50 +02:00
Vagrant Cascadian a08ac976aa
Add build-depends on guile-2.2. 2019-09-09 19:04:50 +02:00
Vagrant Cascadian 78042f90e8
Initial debian packaging for mes 0.16. 2019-09-09 19:04:50 +02:00
Jan Nieuwenhuizen 0fa4903c55
build: Create ascii signature.
* build-aux/GNUmakefile.in (sign): Create ascii signature.
2019-09-09 19:04:42 +02:00
Jan Nieuwenhuizen 314e25e532
doc: Post-release update.
* doc/announce/ANNOUNCE-0.20: Update.
* guix/git/mes.scm (mes): Update.
2019-09-09 16:49:03 +02:00
11 changed files with 330 additions and 5 deletions

View File

@ -256,7 +256,7 @@ endif
dist: $(TARBALL)
sign: $(TARBALL)
gpg --detach-sign $<
gpg -a --output $(TARBALL).sig --detach-sig $(TARBALL)
git checkout ChangeLog
tree-clean-p:

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
mes (0.19+145.856afdd6-1~1) UNRELEASED; urgency=low
* Initial release from git commit 856afdd6. Closes: #902174
-- Vagrant Cascadian <vagrant@debian.org> Wed, 14 Aug 2019 10:54:21 -0700

25
debian/control vendored Normal file
View File

@ -0,0 +1,25 @@
Source: mes
Section: devel
Priority: optional
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Build-Depends: debhelper-compat (=12),
git,
graphviz,
guile-2.2,
guile-2.2-dev,
help2man,
install-info,
mescc-tools,
nyacc,
texinfo,
Standards-Version: 4.4.0
Homepage: https://www.gnu.org/software/mes/
Package: mes
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
guile-2.2,
Description: Maxwell Equations of Software
Mes aims to help create full source bootstrapping for GuixSD as part
of the bootstrappable builds effort.

178
debian/copyright vendored Normal file
View File

@ -0,0 +1,178 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mes
Source: https://git.savannah.gnu.org/cgit/mes.git
Files: *
Copyright: 1989-2016 Free Software Foundation, Inc.
2016-2018 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
2017 Jan Nieuwenhuizen <janneke@gnu.org>
2018 Han-Wen Nienhuys <hanwen@xs4all.nl>
2016-2018 Jeremiah Orians <jeremiah@pdp10.guru>
2008 Derek Peschel
2016 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
2015 David Thompson <davet@gnu.org>
2005-2007 Oleg Kiselyov
2007 Daniel P. Friedman
2004 Andy Wingo <wingo at pobox dot com>
2001 Oleg Kiselyov <oleg at pobox dot com>
1991, Marc Feeley
License: GPL-3.0+
Files: mes/module/mes/quasisyntax.scm
Copyright: 2006 Andre van Tonder.
License: Expat
Files: lib/posix/getopt.c
Copyright: 1987-1992 Free Software Foundation, Inc.
2017-2018 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
License: GPL-2.0+
Files: mes/module/mes/psyntax.ss
Copyright: 1992-1997 Cadence Research Systems
2001-2006 Free Software Foundation, Inc.
License: GPL-3.0+ and PERMISSIVE-alt
Files: module/mes/getopt-long.scm
Copyright: 1998-2006 Free Software Foundation, Inc.
2017-2018 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
License: LGPL-2.1+
Files: module/mes/optargs.scm
Copyright: 1997-2006 Free Software Foundation, Inc.
License: LGPL-3.0+
Files: mes/module/mes/lalr.scm
Copyright: 1993-2010 Dominique Boucher
2014 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
License: LGPL-3.0+
Files: NEWS
Copyright: 2016-2018 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
License: PERMISSIVE
Files: mes/module/mes/syntax.scm
Copyright: 1993-2004 Richard Kelsey and Jonathan Rees
2016 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
License: GPL-3.0+ and BSD-3-Clause
License: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the authors may not be used to endorse or promote products
derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: Expat
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
License: GPL-2.0+
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; either version 2, or (at your option)
any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
On Debian systems, the complete text of the GNU General Public License
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
License: GPL-3.0+
Mes 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; either version 3 of the License, or (at
your option) any later version.
.
Mes is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with Mes. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General Public License
Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
License: LGPL-2.1+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the complete text of the GNU Lesser General Public License
Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
License: LGPL-3.0+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the complete text of the GNU Lesser General Public License
Version 3 can be found in `/usr/share/common-licenses/LGPL-3'.
License: PERMISSIVE
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
License: PERMISSIVE-alt
Permission to copy this software, in whole or in part, to use this
software for any lawful purpose, and to redistribute this software
is granted subject to the restriction that all copies made of this
software must include this copyright notice in full.

4
debian/mes.lintian-overrides vendored Normal file
View File

@ -0,0 +1,4 @@
# These are guile byte-compiled objects
mes binary: unstripped-binary-or-object *.go
mes binary: binary-from-other-architecture *.go
mes binary: shared-lib-without-dependency-information *.go

21
debian/rules vendored Executable file
View File

@ -0,0 +1,21 @@
#!/usr/bin/make -f
# You must remove unused comment lines for the released package.
#export DH_VERBOSE = 1
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- --disable-silent-rules --verbose
override_dh_auto_build:
dh_auto_build -- V=2
override_dh_strip:
dh_strip --exclude=.go
override_dh_dwz:
dh_dwz --exclude=.go --exclude=mes

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

83
debian/upstream/signing-key.asc vendored Normal file
View File

@ -0,0 +1,83 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
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
B2s=
=6EmP
-----END PGP PUBLIC KEY BLOCK-----

3
debian/watch vendored Normal file
View File

@ -0,0 +1,3 @@
version=4
opts=pgpmode=auto \
https://ftp.gnu.org/gnu/mes/ @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@

View File

@ -7,7 +7,9 @@ We are pleased to announce the release of GNU Mes 0.20, representing
147 commits over 38 weeks.
Mes has now brought the Reduced Binary Seed bootstrap to Guix (bootstrap
a GNU/Linux system without binary GNU toolchain or equivalent).
a GNU/Linux system without binary GNU toolchain or equivalent). It
should land in Guix master any day now: a big thank you to everyone who
helped, notably Ludovic and Mark.
This release is a step towards the upcoming Scheme-only bootstrap and
bringing Mes into NixOS and Debian. This effort is now sponsored by
@ -67,8 +69,8 @@ Packages are available in Guix master.
Here are the MD5 and SHA1 checksums:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx mes-0.20.tar.gz
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx mes-0.20.tar.gz
df839a83e4a2ad6c2a4accc5bf17b1a7 mes-0.20.tar.gz
38d4cb3fa28fa1f5fc57fea9e046d4d8052bbb8c mes-0.20.tar.gz
[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
@ -108,6 +110,9 @@ Packages are available in Guix master.
*** string->number now support #x hex-prefix.
*** ungetc now has a buffer per file handle.
Greetings,
janneke and Danny.
[0] https://www.gnu.org/software/mes
[1] http://joyofsource.com/reduced-binary-seed-bootstrap.html
[2] https://www.gnu.org/software/guix

View File

@ -131,7 +131,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
(uri (string-append
"https://ftp.gnu.org/pub/gnu/mes/mes-" version ".tar.gz"))
(sha256
(base32 #!mes!# "06qkwkahcpzk5v4qydpvcvzm7lx8g8pflc48f9l7bpjz6hl5lk4s"))))
(base32 #!mes!# "04pajp8v31na34ls4730ig5f6miiplhdvkmsb9ls1b8bbmw2vb4n"))))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(propagated-inputs