[gle-graphics] 02/23: Import Debian changes 4.2.1-2

Christian T. Steigies cts at moszumanska.debian.org
Tue Oct 31 18:25:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

cts pushed a commit to branch master
in repository gle-graphics.

commit c15e5cdb741af63b0ac7ec13eaac52806fa9825d
Author: Christian T. Steigies <cts at debian.org>
Date:   Wed Sep 9 00:56:21 2009 +0200

    Import Debian changes 4.2.1-2
    
    gle-graphics (4.2.1-2) experimental; urgency=low
    
      * add patch to allow building on kfreebsd
      * Updated Standards-Version to 3.8.3 (no changes)
---
 debian/README.Debian                      |   7 ++
 debian/changelog                          |   7 ++
 debian/control                            |   4 +-
 debian/create_orig_tar_gz.sh              |  15 +++
 debian/glx.sgml                           | 156 ++++++++++++++++++++++++++++++
 debian/patches/001-kfreebsd-support.patch |  46 +++++++++
 6 files changed, 233 insertions(+), 2 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..0424497
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,7 @@
+gle4 for Debian
+---------------
+
+The package that contains GLE is called glx, since there is already a gle
+package in Debian and the sourceforge homepage for GLE is glx.sf.net.
+
+ -- Christian T. Steigies <cts at debian.org>  Thu,  4 Oct 2007 00:05:24 +0200
diff --git a/debian/changelog b/debian/changelog
index 13451de..478f5d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gle-graphics (4.2.1-2) experimental; urgency=low
+
+  * add patch to allow building on kfreebsd
+  * Updated Standards-Version to 3.8.3 (no changes)
+
+ -- Christian T. Steigies <cts at debian.org>  Wed, 09 Sep 2009 00:56:21 +0200
+
 gle-graphics (4.2.1-1) experimental; urgency=low
 
   * new upstream version
diff --git a/debian/control b/debian/control
index 3252b9a..2be0876 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: gle-graphics
 Section: graphics
 Priority: optional
 Maintainer: Christian T. Steigies <cts at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libtiff-dev, libboost-dev, cdbs, libqt4-dev, libjpeg-dev, libpng-dev, ncurses-dev, texlive, texlive-latex-extra, automake, ghostscript
+Build-Depends: debhelper (>= 5.0.0), libtiff-dev, libboost-dev, cdbs, libqt4-dev, libjpeg-dev, libpng-dev, ncurses-dev, texlive, texlive-latex-extra, automake, ghostscript
 x-Build-Depends: docbook-to-man
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 
 Package: gle-graphics
 Architecture: any
diff --git a/debian/create_orig_tar_gz.sh b/debian/create_orig_tar_gz.sh
new file mode 100644
index 0000000..2f38024
--- /dev/null
+++ b/debian/create_orig_tar_gz.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+VERSION=4.2.0
+
+cd .. 
+if [ -d glx-$VERSION ] ; then
+    rm -rf glx-$VERSION
+fi
+mkdir glx-$VERSION
+cd glx-$VERSION
+#wget http://dfn.dl.sourceforge.net/sourceforge/glx/GLE-$VERSION-src.zip 
+wget http://prdownloads.sourceforge.net/glx/GLE-$VERSION-src.zip?download
+cd ..
+tar cvfz glx_$VERSION.orig.tar.gz glx-$VERSION/
+rm -r glx-$VERSION
diff --git a/debian/glx.sgml b/debian/glx.sgml
new file mode 100644
index 0000000..5ef5d2c
--- /dev/null
+++ b/debian/glx.sgml
@@ -0,0 +1,156 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+    
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Christian T.</firstname>">
+  <!ENTITY dhsurname   "<surname>Steigies</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>January  8, 2005</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>cts at debian.org</email>">
+  <!ENTITY dhusername  "Christian T. Steigies">
+  <!ENTITY dhucpackage "<refentrytitle>GLE</refentrytitle>">
+  <!ENTITY dhpackage   "glx">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2003</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>program to do something</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>-e <replaceable>this</replaceable></option></arg>
+
+      <arg><option>--example <replaceable>that</replaceable></option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> and <command>bar</command>
+      commands.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.
+      Instead, it has documentation in the &gnu;
+      <application>Info</application> format; see below.</para>
+
+    <para><command>&dhpackage;</command> is a program that...</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>These programs follow the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.  For a complete description, see the
+      <application>Info</application> files.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-h</option>
+          <option>--help</option>
+        </term>
+        <listitem>
+          <para>Show summary of options.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-v</option>
+          <option>--version</option>
+        </term>
+        <listitem>
+          <para>Show version of program.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>bar (1), baz (1).</para>
+
+    <para>The programs are documented fully by <citetitle>The Rise and
+      Fall of a Fooish Bar</citetitle> available via the
+      <application>Info</application> system.</para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any 
+	  later version published by the Free Software Foundation.
+    </para>
+	<para>
+	  On Debian systems, the complete text of the GNU General Public
+	  License can be found in /usr/share/common-licenses/GPL.
+	</para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+
diff --git a/debian/patches/001-kfreebsd-support.patch b/debian/patches/001-kfreebsd-support.patch
new file mode 100644
index 0000000..c263810
--- /dev/null
+++ b/debian/patches/001-kfreebsd-support.patch
@@ -0,0 +1,46 @@
+Index: configure.ac
+===================================================================
+--- configure.ac	(revision 622)
++++ configure.ac	(working copy)
+@@ -260,7 +260,7 @@
+ 
+ if test "$with_scripts" != yes; then
+      case $host in
+-        *-*-cygwin*|*-*-linux*|*-*-mingw*)
++        *-*-cygwin*|*-*-linux*|*-*-mingw*|*-*-kfreebsd*)
+             HAVE_NOSCRIPTS=1
+         ;;
+      esac
+@@ -581,7 +581,7 @@
+   HAVE_LIBGLE=1
+   AC_DEFINE(HAVE_LIBGLE)
+   case $host in
+-     *-*-linux*)
++     *-*-linux*|*-*-kfreebsd*)
+         LIBGLE_CPPFLAGS="-fPIC "
+         LIBGLE_LDFLAGS="-fPIC "
+         HAVE_LIBGLE_CPPFLAGS=1
+
+Index: configure
+===================================================================
+--- configure	(revision 622)
++++ configure	(working copy)
+@@ -4161,7 +4161,7 @@
+ 
+ if test "$with_scripts" != yes; then
+      case $host in
+-        *-*-cygwin*|*-*-linux*|*-*-mingw*)
++        *-*-cygwin*|*-*-linux*|*-*-mingw*|*-*-kfreebsd*)
+             HAVE_NOSCRIPTS=1
+         ;;
+      esac
+@@ -5684,7 +5684,7 @@
+ _ACEOF
+ 
+   case $host in
+-     *-*-linux*)
++     *-*-linux*|*-*-kfreebsd*)
+         LIBGLE_CPPFLAGS="-fPIC "
+         LIBGLE_LDFLAGS="-fPIC "
+         HAVE_LIBGLE_CPPFLAGS=1
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gle-graphics.git



More information about the debian-science-commits mailing list