From: Matt Birkholz Date: Mon, 6 Feb 2017 20:43:46 +0000 (-0700) Subject: gtk-screen/debian/: Support dpkg-buildpackage. X-Git-Tag: mit-scheme-pucked-9.2.12~223 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=31779c5e9ecafbbe2caf20916cadf5e046103ff2;p=mit-scheme.git gtk-screen/debian/: Support dpkg-buildpackage. --- diff --git a/src/gtk-screen/debian/changelog b/src/gtk-screen/debian/changelog new file mode 100644 index 000000000..6ff253eaa --- /dev/null +++ b/src/gtk-screen/debian/changelog @@ -0,0 +1,7 @@ +mit-scheme-pucked-gtk-screen (0.1-1) experimental; urgency=low + + * Implement cut/paste and mouse buttons. + + * Initial Debianization. + + -- Friar Puck Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/gtk-screen/debian/compat b/src/gtk-screen/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/src/gtk-screen/debian/compat @@ -0,0 +1 @@ +9 diff --git a/src/gtk-screen/debian/control b/src/gtk-screen/debian/control new file mode 100644 index 000000000..1b7a14cd3 --- /dev/null +++ b/src/gtk-screen/debian/control @@ -0,0 +1,18 @@ +Source: mit-scheme-pucked-gtk-screen +Section: lisp +Priority: optional +Maintainer: Friar Puck +Build-Depends: debhelper (>= 9), + mit-scheme-pucked (>= 9.2.1.1), + mit-scheme-pucked-gtk (>= 0.6) +Standards-Version: 3.9.4 +Homepage: http://birchwood-abbey.net/~matt/Scheme/ +Vcs-Git: git://birchwood-abbey.net/~matt/mit-scheme.git +Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary + +Package: mit-scheme-pucked-gtk-screen +Architecture: any +Depends: mit-scheme-pucked (>= 9.2.1.1), + mit-scheme-pucked-gtk (>= 0.6) +Description: Gtk-Screen plugin for Friar Puck's MIT/GNU Scheme + This package provides a Gtk-based screen type for Edwin. diff --git a/src/gtk-screen/debian/copyright b/src/gtk-screen/debian/copyright new file mode 100644 index 000000000..9d5ec9677 --- /dev/null +++ b/src/gtk-screen/debian/copyright @@ -0,0 +1,29 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mit-scheme-pucked-gtk-screen +Source: http://birchwood-abbey.net/~matt/Scheme/ + +Files: * +Copyright: 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 + Massachusetts Institute of Technology +License: GPL-2+ + This package is an Edwin plugin for Friar Puck's MIT/GNU Scheme. + . + This package 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 of the License, or (at + your option) any later version. + . + This package 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 this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, + USA. + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/src/gtk-screen/debian/docs b/src/gtk-screen/debian/docs new file mode 100644 index 000000000..50bd824bb --- /dev/null +++ b/src/gtk-screen/debian/docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/src/gtk-screen/debian/postinst b/src/gtk-screen/debian/postinst new file mode 100755 index 000000000..3a1b31670 --- /dev/null +++ b/src/gtk-screen/debian/postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +echo '(update-optiondb (system-library-directory-pathname))' \ +| mit-scheme-pucked --batch-mode + +exit 0 diff --git a/src/gtk-screen/debian/postrm b/src/gtk-screen/debian/postrm new file mode 100755 index 000000000..3a1b31670 --- /dev/null +++ b/src/gtk-screen/debian/postrm @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +echo '(update-optiondb (system-library-directory-pathname))' \ +| mit-scheme-pucked --batch-mode + +exit 0 diff --git a/src/gtk-screen/debian/rules b/src/gtk-screen/debian/rules new file mode 100755 index 000000000..90576a632 --- /dev/null +++ b/src/gtk-screen/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export MIT_SCHEME_EXE=mit-scheme-pucked + +%: + dh $@ diff --git a/src/gtk-screen/debian/source/format b/src/gtk-screen/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/src/gtk-screen/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/src/gtk-screen/debian/watch b/src/gtk-screen/debian/watch new file mode 100644 index 000000000..9e9a1aa1e --- /dev/null +++ b/src/gtk-screen/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://birchwood-abbey.net/~matt/Scheme/mit-scheme-pucked-gtk-screen-(.*)\.tar\.gz debian uupdate