--- mlview-0.7.1.orig/debian/changelog +++ mlview-0.7.1/debian/changelog @@ -0,0 +1,96 @@ +mlview (0.7.1-1build1) dapper; urgency=low + + * Rebuild to drop unwanted libglitz1 dependency on hppa. + + -- Adam Conrad Mon, 10 Apr 2006 20:02:15 +1000 + +mlview (0.7.1-1) unstable; urgency=low + + * New upstream release. + + -- Sebastien Bacher Sun, 7 Nov 2004 17:40:18 +0100 + +mlview (0.7.0-1) unstable; urgency=low + + * New upstream release. + * debian/control.in: + - updated the Build-Depends. + - updated the Standards-Version to 3.6.1.1. + * debian/patches/fix-build.patch: + - removed, the change is in the new version. + * debian/watch: + - updated. + + -- Sebastien Bacher Sun, 3 Oct 2004 01:14:35 +0200 + +mlview (0.6.3-5) unstable; urgency=low + + * debian/postinst: + - removed, dh_gconf handles it. + * debian/watch: + - added. + + -- Sebastien Bacher Fri, 6 Aug 2004 00:58:08 +0200 + +mlview (0.6.3-4) unstable; urgency=low + + * debian/control: + - removed the Build-Depends on libgnutls10-dev, updated the + libgnomeui-dev one (Closes: #263679). + + -- Sebastien Bacher Thu, 5 Aug 2004 15:41:13 +0200 + +mlview (0.6.3-3) unstable; urgency=low + + * Rebuilt with gnutls10. + * debian/rules: + - copy icons in /usr/share/pixmaps/ + + -- Sebastien Bacher Fri, 2 Jul 2004 18:55:16 +0200 + +mlview (0.6.3-2) unstable; urgency=low + + * debian/patches/fix-build.patch: + + patch from arch upstream source to fix build on alpha. + + -- Sebastien Bacher Tue, 11 May 2004 23:55:05 +0200 + +mlview (0.6.3-1) unstable; urgency=low + + * New upstream release. + * debian/mlview.menu: + + use the xpm icon (Closes: #246137). + + -- Sebastien Bacher Tue, 11 May 2004 19:43:23 +0200 + +mlview (0.6.2-2) unstable; urgency=low + + * Adding missing Build-Depends on libxslt1-dev and libeel2-dev + (Closes: #225235). + + -- Sebastien Bacher Sun, 28 Dec 2003 12:05:13 +0100 + +mlview (0.6.2-1) unstable; urgency=low + + * New upstream release. + + -- Sebastien Bacher Sat, 20 Dec 2003 11:32:08 +0100 + +mlview (0.6.0-3) unstable; urgency=low + + * Builded with Gnome2.2 libs. + + -- Sebastien Bacher Thu, 16 Oct 2003 17:44:06 +0200 + +mlview (0.6.0-2) unstable; urgency=low + + * Added a menu entry (Closes: #213899). + + -- Sebastien Bacher Thu, 16 Oct 2003 03:02:44 +0200 + +mlview (0.6.0-1) unstable; urgency=low + + * Initial Release. + + -- Sebastien Bacher Sun, 14 Sep 2003 15:50:49 +0200 + --- mlview-0.7.1.orig/debian/watch +++ mlview-0.7.1/debian/watch @@ -0,0 +1,4 @@ +version=2 +ftp://ftp.gnome.org/pub/GNOME/sources/mlview/0.7/ \ + mlview-(.*)\.tar\.gz \ + debian uupdate --- mlview-0.7.1.orig/debian/control +++ mlview-0.7.1/debian/control @@ -0,0 +1,28 @@ +Source: mlview +Section: editors +Priority: optional +Maintainer: Sebastien Bacher +Build-Depends: cdbs, debhelper (>> 4.0.0), libgnomeui-dev (>= 2.6.1.1-4), libxml2-dev (>= 2.6.11), libgtk2.0-dev (>= 2.4), libglib2.0-dev (>= 2.4), libgconf2-dev (>= 2.6.2), libglade2-dev (>= 2.0), libxslt1-dev (>= 1.1.8), libeel2-dev (>= 2.6.2), libxml-parser-perl, libxext-dev +Standards-Version: 3.6.1.1 + +Package: mlview +Architecture: any +Depends: ${shlibs:Depends} ${misc:Depends} +Description: An xml editor for GNOME environment + Some features: + . + * cut/copy/paste as child/paste as prev/paste as next/ of xml elements + * xml element/attributes search + * multi docs edition + * Several editing views can be opened on the same document + * drag and drop based copy/cut/past of xml elements + * edition of xml elements and attributes can be made directly on the tree + * namespace support + * on-demand validation + * graphical error reporting. Parse/validation time errors reported + graphically. + * when validation is switched on, MlView proposes an elements/attributes + completion feature. When an element is added to the tree, MlView also add + the children elements required by the DTD for the document to be valid. + * Validation can be switched off. The xml document editon can then be done + without any constraint. --- mlview-0.7.1.orig/debian/rules +++ mlview-0.7.1/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_SHLIBDEPS_INCLUDE_mlview := debian/mlview/usr/lib/ + +binary-post-install/mlview:: + rm -f debian/mlview/usr/lib/libmlview.la + rm -f debian/mlview/usr/lib/libmlview.a + rm -f debian/mlview/usr/lib/libmlview.so + cp debian/mlview/usr/share/mlview/mlview-app-icon.* debian/mlview/usr/share/pixmaps/ --- mlview-0.7.1.orig/debian/mlview.menu +++ mlview-0.7.1/debian/mlview.menu @@ -0,0 +1,6 @@ +?package(mlview):\ + needs="X11"\ + section="Apps/Editors"\ + title="MlView XML editor"\ + icon="/usr/share/pixmaps/mlview-app-icon.xpm"\ + command="/usr/bin/mlv" --- mlview-0.7.1.orig/debian/mlview.dirs +++ mlview-0.7.1/debian/mlview.dirs @@ -0,0 +1 @@ +/usr/share/pixmaps/ --- mlview-0.7.1.orig/debian/docs +++ mlview-0.7.1/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- mlview-0.7.1.orig/debian/compat +++ mlview-0.7.1/debian/compat @@ -0,0 +1 @@ +4 --- mlview-0.7.1.orig/debian/copyright +++ mlview-0.7.1/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Sebastien Bacher on +Sun, 14 Sep 2003 15:50:49 +0200. + +It was downloaded from http://ftp.gnome.org/pub/gnome/sources/ + +Upstream Authors: Dodji Seketeli + Gaël Chamoulaud + +Copyright: + + 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; version 2 dated June, 1991. + + 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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. +