Skip to content

Commit

Permalink
removed debian build from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pchilds committed Oct 25, 2012
1 parent c4dd876 commit 2a9ede8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 109 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
SUBDIRS=gtk2plot debian
SUBDIRS=gtk2plot
ACLOCAL_AMFLAGS=-I m4 ${ACLOCAL_FLAGS}
MAINTAINERCLEANFILES=Makefile.in configure
DISTCLEANFILES= =
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -22,5 +22,4 @@ PKG_CHECK_MODULES([PLOT], [gtk+-2.0 >= 2.18])
AC_CONFIG_FILES([Makefile gtk2plot/Makefile \
gtkplot-2.0.pc:gtkplot.pc.in \
COPYING:COPYING-2.0.in])
AC_CONFIG_FILES([debian/Makefile])
AC_OUTPUT()
108 changes: 1 addition & 107 deletions reversion.sh
Expand Up @@ -109,121 +109,15 @@ echo "PKG_CHECK_MODULES([PLOT], [gtk+-${gmx}.${gar} >= ${gmx}.${gmn}])"
echo "AC_CONFIG_FILES([Makefile gtk${gmx}plot/Makefile \\"
echo " gtkplot-${gmx}.${gar}.pc:gtkplot.pc.in \\"
echo " COPYING:COPYING-${gmx}.${gar}.in])"
echo "AC_CONFIG_FILES([debian/Makefile])"
echo "AC_OUTPUT()"
} >configure.ac
{
echo "## Process this file with automake to produce Makefile.in"
echo "SUBDIRS=gtk${gmx}plot debian"
echo "SUBDIRS=gtk${gmx}plot"
echo "ACLOCAL_AMFLAGS=-I m4 \${ACLOCAL_FLAGS}"
echo "MAINTAINERCLEANFILES=Makefile.in configure"
echo "DISTCLEANFILES= ="
echo ""
echo "pkgconfigdir=\$(libdir)/pkgconfig"
echo "pkgconfig_DATA=gtkplot-${gmx}.${gar}.pc"
} >Makefile.am
{
echo "Source: libgtkplot"
echo "Priority: optional"
echo "Maintainer: Paul Childs <pchilds@physics.org>"
echo "Build-Depends: debhelper (>= 7.0.50), autotools-dev, dh-autoreconf, pkg-config, libgtk${gdp}-dev"
echo "Standards-Version: 3.8.3"
echo "Section: libs"
echo "Homepage: <https://github.com/pchilds/GtkPlot>"
echo ""
echo "Package: libgtkplot-${gmx}-dev"
echo "Section: libdevel"
echo "Architecture: any"
echo "Depends: libgtkplot-${gmx} (= \${binary:Version})"
echo "Description: Provides headers for the libgtkplot-${gmx} package"
echo " libgtkplot-${gmx} makes available to gtk+${gmx} programs, a linear and polar"
echo " plotting widget. The widget features multiplot capability, zoom"
echo " control, smart range setting and mouse location tracking."
echo " Processing is optimised towards speed for large data sets as"
echo " commonly occurs in scientific applications and outputs to a neat"
echo " publication ready format."
echo ""
echo "Package: libgtkplot-${gmx}-doc"
echo "Section: doc"
echo "Architecture: any"
echo "Depends: libgtkplot-${gmx} (= \${binary:Version})"
echo "Description: Provides examples for the libgtkplot-${gmx} package"
echo " libgtkplot-${gmx} makes available to gtk+${gmx} programs, a linear and polar"
echo " plotting widget. The widget features multiplot capability, zoom"
echo " control, smart range setting and mouse location tracking."
echo " Processing is optimised towards speed for large data sets as"
echo " commonly occurs in scientific applications and outputs to a neat"
echo " publication ready format."
echo ""
echo "Package: libgtkplot-${gmx}-dbg"
echo "Section: debug"
echo "Architecture: any"
echo "Depends: libgtkplot-${gmx} (= \${binary:Version})"
echo "Description: Provides debug symbols for the libgtkplot-${gmx} package"
echo " libgtkplot-${gmx} makes available to gtk+${gmx} programs, a linear and polar"
echo " plotting widget. The widget features multiplot capability, zoom"
echo " control, smart range setting and mouse location tracking."
echo " Processing is optimised towards speed for large data sets as"
echo " commonly occurs in scientific applications and outputs to a neat"
echo " publication ready format."
echo ""
echo "Package: libgtkplot-${gmx}"
echo "Section: libs"
echo "Architecture: any"
echo "Depends: \${shlibs:Depends}, \${misc:Depends}"
echo "Description: Provides shared libraries for plotting with gtk+${gmx}"
echo " libgtkplot-${gmx} makes available to gtk+${gmx} programs, a linear and polar"
echo " plotting widget. The widget features multiplot capability, zoom"
echo " control, smart range setting and mouse location tracking."
echo " Processing is optimised towards speed for large data sets as"
echo " commonly occurs in scientific applications and outputs to a neat"
echo " publication ready format."
} >debian/control
{
echo "This work was packaged for Debian by:"
echo " Paul Childs <pchilds@physics.org> on Sat, 21 Jul 2012 13:34:41 +1000"
echo ""
echo "It was downloaded from <https://github.com/pchilds/GtkPlot>"
echo ""
echo "Upstream Author(s):"
echo " Paul Childs <pchilds@physics.org>"
echo ""
echo "Copyright:"
echo " Copyright (C) 2010 Paul Childs <pchilds@physics.org>"
echo ""
echo "License:"
echo " This package is free software; you can redistribute it and/or"
echo " modify it under the terms of the GNU Lesser General Public"
echo " License as published by the Free Software Foundation; either"
echo " version ${gmx} of the License, or (at your option) any later version."
echo ""
echo " This package is distributed in the hope that it will be useful,"
echo " but WITHOUT ANY WARRANTY; without even the implied warranty of"
echo " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU"
echo " Lesser General Public License for more details."
echo ""
echo " You should have received a copy of the GNU Lesser General Public"
echo " License along with this package; if not, write to the Free Software"
echo " Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"
echo ""
echo "On Debian systems, the complete text of the GNU Lesser General"
echo "Public License can be found in \`/usr/share/common-licenses/LGPL-${gmx}'."
echo ""
echo "The Debian packaging is:"
echo " Copyright (C) 2012 Paul Childs <pchilds@physics.org>"
echo "and is licensed under the LGPL version ${gmx},"
echo "see \`/usr/share/common-licenses/LGPL-${gmx}'."
} >debian/copyright
{
echo "#!/usr/bin/make -f"
echo "export DH_VERBOSE=1"
echo ""
echo "%:"
echo " dh \$@ --with autoreconf"
echo ".PHONY: override_dh_strip"
echo "override_dh_strip:"
echo " dh_strip --dbg-package=libgtkplot-${gmx}-dbg"
} >debian/rules
{
echo "libgtkplot ${gmx}.${gar} libgtkplot-${gmx}"
} >debian/shlibs.local

0 comments on commit 2a9ede8

Please sign in to comment.