debian/0000775000000000000000000000000012156245424007175 5ustar debian/rules0000775000000000000000000000013512156245257010260 0ustar #!/usr/bin/make -f override_dh_clean: dh_clean touch src/*.vala rm -f src/*.c %: dh $@ debian/watch0000664000000000000000000000014112156244762010226 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/moserial/([\d\.]+)/moserial-([\d\.]+)\.tar\.xz debian/changelog0000664000000000000000000000357412156245414011057 0ustar moserial (3.0.8-0ubuntu1) saucy; urgency=low * New upstream release. * debian/patches: Drop all patches. * debian/source/format: Indicate 3.0 (quilt) format. * debian/rules: Drop "--with quilt." * debian/compat: Bump to 9. * debian/control: - Don't build-depend on quilt. - Build-depend on debhelper (>= 9). - Bump Standards-Version to 3.9.4. * debian/watch: Update to look for *.xz. -- Logan Rosen Thu, 13 Jun 2013 00:26:56 -0400 moserial (3.0.1-0ubuntu3) quantal; urgency=low * vala-0.16-fixes.patch: vala 0.16 compilation fixes * fix lintian description-synopsis-starts-with-article -- Julian Taylor Wed, 10 Oct 2012 19:45:23 +0200 moserial (3.0.1-0ubuntu2) precise; urgency=low * d/p/compilation_vala_0.14.patch: Fix compilation against vala 0.14 (LP: #934983) -- Andreas Moog Fri, 02 Mar 2012 19:58:00 +0100 moserial (3.0.1-0ubuntu1) oneiric; urgency=low * debian/watch: Look for bz2 tarballs. * New upstream release which builds in current oneiric. (LP: #756043) * debian/control: Update build dependencies according to configure.ac: Build against GTK3, drop libgconf-dev. * Drop fix_ftbfs-public_definitions.patch, fixed upstream. -- Martin Pitt Thu, 22 Sep 2011 18:33:26 +0200 moserial (2.28.2-0ubuntu2) lucid; urgency=low * Added fix_ftbfs-public_definitions.patch to fix build failure (LP: #532649) * debian/control: Added build dependency on quilt * debian/rules: Added --with quilt to call quilt * debian/control: Bumped standards version to 3.8.4 * Added README.source because of using a patch system -- Paul Larson Thu, 04 Mar 2010 11:54:42 -0600 moserial (2.28.2-0ubuntu1) lucid; urgency=low * Initial release (LP: #335075). -- Paul Larson Tue, 02 Feb 2010 17:48:23 -0600 debian/compat0000664000000000000000000000000212156245262010373 0ustar 9 debian/README.source0000664000000000000000000000037212156244710011353 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. For more information about quilt, see /usr/share/doc/quilt/README.source debian/copyright0000664000000000000000000000214212156244710011124 0ustar This package was debianized by Paul Larson on Tue, 02 Feb 2010 17:48:23 -0600 It was downloaded from: http://ftp.gnome.org/pub/GNOME/sources/moserial/ Upstream Author: Michael J. Chudobiak Marlodavampire (rentacoder.com) License: 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 version 3 of the License. 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. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License, version 3, can be found in /usr/share/common-licenses/GPL-3. The Ubuntu packaging: Copyright (C) 2010 Canonical Ltd. Copyright (C) 2010 Paul Larson released under the GPL-3. debian/source/0000775000000000000000000000000012156245424010475 5ustar debian/source/format0000664000000000000000000000001412156245220011675 0ustar 3.0 (quilt) debian/control0000664000000000000000000000211612156245312010574 0ustar Source: moserial Section: gnome Priority: optional Maintainer: Ubuntu Developers Build-Depends: debhelper (>= 9), autotools-dev, gnome-pkg-tools (>= 0.7), gnome-doc-utils (>= 0.3.2), intltool, libglib2.0-dev (>= 2.12.0), libgtk-3-dev, pkg-config, rarian-compat, valac Standards-Version: 3.9.4 Homepage: http://live.gnome.org/moserial Package: moserial Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Gtk-based serial terminal for the GNOME desktop moserial is a clean, friendly gtk-based serial terminal for the GNOME desktop. It is written in Vala. . Features * ASCII and HEX views of incoming and outgoing data * Logging to file of incoming and/or outgoing data * Support for x, y, and z-modem file send and receive * Support for profile files, to load/save common configurations * Easier to use than the alternatives * Supports i18n * It even has docs!