--- pgdesigner-1.2.9.orig/debian/docs +++ pgdesigner-1.2.9/debian/docs @@ -0,0 +1,6 @@ +NEWS +README.EN +README.FR +README.IT +TODO +ChangeLog.it --- pgdesigner-1.2.9.orig/debian/rules +++ pgdesigner-1.2.9/debian/rules @@ -0,0 +1,81 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DESTDIR="$(CURDIR)/debian/pgdesigner/usr/share/pgdesigner" + + +configure: + + +build: + + +clean: + dh_testdir + dh_testroot + + # Add here commands to clean up after the build process. + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/pgdesigner. + install -m 755 debian/exe/pgdesigner $(CURDIR)/debian/pgdesigner/usr/bin + install -m 755 pgDesigner.gambas $(DESTDIR) + install -m 644 *.class *.form *.module $(DESTDIR) + install -m 644 .directory .icon.png .project .settings $(DESTDIR) + cp -r images .gambas .icon .lang $(DESTDIR) + install -m 644 debian/pgdesigner.desktop $(CURDIR)/debian/pgdesigner/usr/share/applications + install -m 644 debian/pgdesigner.xpm $(CURDIR)/debian/pgdesigner/usr/share/pixmaps + + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install + dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman debian/pgdesigner.1 +# dh_link +# dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb +# dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- pgdesigner-1.2.9.orig/debian/pgdesigner.desktop +++ pgdesigner-1.2.9/debian/pgdesigner.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Name=pgDesigner +Exec=pgdesigner +Icon=pgdesigner +Comment=Graphical database designer for PostgreSQL +Terminal=false +Type=Application +Categories=Database;System;Development; --- pgdesigner-1.2.9.orig/debian/menu +++ pgdesigner-1.2.9/debian/menu @@ -0,0 +1,2 @@ +?package(pgdesigner):needs="X11" section="Applications/Data Management" \ + title="pgDesigner" command="/usr/bin/pgdesigner" --- pgdesigner-1.2.9.orig/debian/changelog +++ pgdesigner-1.2.9/debian/changelog @@ -0,0 +1,48 @@ +pgdesigner (1.2.9-1ubuntu1) karmic; urgency=low + + * Merge from debian unstable, remaining changes: (LP: #333286) + - Added .desktop file and icon. + + -- Ilya Barygin Wed, 03 Jun 2009 19:32:55 +0400 + +pgdesigner (1.2.9-1) unstable; urgency=low + + * New Upstream Version + * Upload to unstable + * Bump standards version to 3.8.1 (no changes) + + -- Pierre Chifflier Tue, 24 Mar 2009 16:21:01 +0100 + +pgdesigner (1.2.8-1) experimental; urgency=low + + * New upstream release + + -- Pierre Chifflier Mon, 04 Aug 2008 14:19:28 +0200 + +pgdesigner (1.2.7-1ubuntu1) jaunty; urgency=low + + * Added .desktop file and icon. (LP:# 315411) + * Desktop file now use and icon that is installed by pgdesigner. + + -- Gabriel Ruiz Manzano Wed, 18 Feb 2009 17:06:17 -0300 + +pgdesigner (1.2.7-1) unstable; urgency=low + + * New upstream release + * Bump standards version to 3.8.0 (no changes) + + -- Pierre Chifflier Fri, 20 Jun 2008 08:52:43 +0200 + +pgdesigner (1.2.5-1) unstable; urgency=low + + * New upstream release + * Add watch file + + -- Pierre Chifflier Mon, 12 May 2008 19:33:41 +0200 + +pgdesigner (1.2.1-1) unstable; urgency=low + + * Initial release (Closes: #469908) + + -- Pierre Chifflier Mon, 10 Mar 2008 20:52:33 +0100 + --- pgdesigner-1.2.9.orig/debian/control +++ pgdesigner-1.2.9/debian/control @@ -0,0 +1,39 @@ +Source: pgdesigner +Section: misc +Priority: extra +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Pierre Chifflier +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.1 + +Package: pgdesigner +Architecture: all +Depends: gambas2-runtime, + gambas2-gb-form, + gambas2-gb-compress, + gambas2-gb-compress-bzlib2, + gambas2-gb-compress-zlib, + gambas2-gb-db, + gambas2-gb-db-postgresql, + gambas2-gb-pdf, + gambas2-gb-qt, + gambas2-gb-qt-ext, + gambas2-gb-qt-kde, + gambas2-gb-qt-kde-html, + gambas2-gb-settings, + gambas2-gb-xml +Description: Graphical database designer for PostgreSQL + pgDesigner is a database design application for PostgreSQL, for + versions 7.x and 8.x. + . + pgDesigner provides the following features: + * Complete datamodel editor + * Support for PostgreSQL objects: tables, views, relations, + tablespaces, procedures, triggers, types, domains and sequences + * Automatic updating of relations between tables. + * Wizard for the construction of views. + * Report generator, with statistics + * Printing the diagram + * SQL export + * Creation of the database + * Management of the project on a diagram chart --- pgdesigner-1.2.9.orig/debian/compat +++ pgdesigner-1.2.9/debian/compat @@ -0,0 +1 @@ +7 --- pgdesigner-1.2.9.orig/debian/watch +++ pgdesigner-1.2.9/debian/watch @@ -0,0 +1,23 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/#PACKAGE#-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +# http://sf.net/#PACKAGE#/#PACKAGE#-(.*)\.tar\.gz +opts="filenamemangle=s/pgDesigner-([\d\.]+).tar.bz2/pgdesigner-$1.tar.bz2/" \ + http://sf.net/pgdesigner/ pgDesigner-([\d\.]+)\.tar\.bz2 + --- pgdesigner-1.2.9.orig/debian/pgdesigner.1 +++ pgdesigner-1.2.9/debian/pgdesigner.1 @@ -0,0 +1,58 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH PGDESIGNER 1 "10 march 2008" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +pgdesigner \- Graphical database designer for PostgreSQL +.SH SYNOPSIS +.B pgdesigner +.br +.SH DESCRIPTION +This manual page documents briefly the +.B pgdesigner +commands. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBpgdesigner\fP is a database design application for PostgreSQL, for +versions 7.x and 8.x. + +pgDesigner provides the following features: + * Complete datamodel editor + * Support for PostgreSQL objects: tables, views, relations, + tablespaces, procedures, triggers, types, domains and sequences + * Automatic updating of relations between tables. + * Wizard for the construction of views. + * Report generator, with statistics + * Printing the diagram + * SQL export + * Creation of the database + * Management of the project on a diagram chart + +pgDesigner has been written in Italian, which is the default language. However, it +will follow the LANG and LANGUAGE environment variables, if exported before starting. + +For example, to force the locale to US English: +.PP +.B LANG=en_US LANGUAGE=en_US pgdesigner +.SH OPTIONS +These programs has no particular option. +.SH AUTHOR +pgDesigner was written by Luigi Carlotto +.PP +This manual page was written by Pierre Chifflier , +for the Debian project (but may be used by others). --- pgdesigner-1.2.9.orig/debian/dirs +++ pgdesigner-1.2.9/debian/dirs @@ -0,0 +1,4 @@ +usr/bin +usr/share/pgdesigner +usr/share/applications +usr/share/pixmaps --- pgdesigner-1.2.9.orig/debian/pgdesigner.xpm +++ pgdesigner-1.2.9/debian/pgdesigner.xpm @@ -0,0 +1,346 @@ +/* XPM */ +static char * pgdesigner_xpm[] = { +"32 32 311 2", +" c None", +". c #A89887", +"+ c #A59585", +"@ c #A29382", +"# c #9F8F7F", +"$ c #9D8E7D", +"% c #9F907F", +"& c #9D8E7E", +"* c #A49583", +"= c #DECCB7", +"- c #EBDBC7", +"; c #EADAC6", +"> c #E7D8C4", +", c #E4D4C4", +"' c #D2C2B7", +") c #AB9A89", +"! c #A29380", +"~ c #DDCBB5", +"{ c #EADBC7", +"] c #E9DAC6", +"^ c #E6D7C4", +"/ c #E2D2C2", +"( c #D1C0B5", +"_ c #AD9D8B", +": c #958676", +"< c #988877", +"[ c #B5A896", +"} c #CFC2AF", +"| c #827882", +"1 c #7A707A", +"2 c #9C919B", +"3 c #D5C8B6", +"4 c #D0C3B9", +"5 c #8E8073", +"6 c #948573", +"7 c #B4A795", +"8 c #CFC1AF", +"9 c #766C76", +"0 c #7E7480", +"a c #9D919C", +"b c #D0C3B3", +"c c #DCCFC4", +"d c #A6978C", +"e c #877969", +"f c #8A7C69", +"g c #AC9E8B", +"h c #C6B8A3", +"i c #5E5457", +"j c #584F43", +"k c #51493D", +"l c #80747A", +"m c #CDBFAA", +"n c #817576", +"o c #675C4E", +"p c #817361", +"q c #847664", +"r c #847663", +"s c #817462", +"t c #AB9C8A", +"u c #5E5456", +"v c #595044", +"w c #554C41", +"x c #50483E", +"y c #534A4F", +"z c #B0A29A", +"A c #CCBEB1", +"B c #857870", +"C c #7D705D", +"D c #A49680", +"E c #BDAF98", +"F c #5E5555", +"G c #736763", +"H c #C7B8A1", +"I c #766C5E", +"J c #584F41", +"K c #8D7E69", +"L c #BAA89B", +"M c #C5B59D", +"N c #B6A598", +"O c #9B8A75", +"P c #C7B69C", +"Q c #A29383", +"R c #766957", +"S c #6E6351", +"T c #A0927D", +"U c #BEAF98", +"V c #5E5554", +"W c #594F41", +"X c #695E5D", +"Y c #C2B49C", +"Z c #928580", +"` c #6B604F", +" . c #726552", +".. c #9A8B74", +"+. c #B4A58C", +"@. c #574E4D", +"#. c #443C31", +"$. c #7F726E", +"%. c #BDAD94", +"&. c #625858", +"*. c #53493B", +"=. c #786A58", +"-. c #BFAF9E", +";. c #B1A28E", +">. c #776C73", +",. c #8A7E82", +"'. c #B5A695", +"). c #C2B499", +"!. c #827570", +"~. c #5C5242", +"{. c #5C5241", +"]. c #948670", +"^. c #B4A58B", +"/. c #564D4C", +"(. c #5D5242", +"_. c #A89A94", +":. c #A49691", +"<. c #594F3F", +"[. c #665A46", +"}. c #908168", +"|. c #AB9C7F", +"1. c #574C4A", +"2. c #594E3D", +"3. c #6B5F4F", +"4. c #AD9D8A", +"5. c #9B8C7B", +"6. c #3F3836", +"7. c #544A39", +"8. c #948579", +"9. c #AB9A80", +"0. c #484043", +"a. c #443C2F", +"b. c #473E30", +"c. c #5C5151", +"d. c #AD9E81", +"e. c #796D66", +"f. c #4D4435", +"g. c #4C4334", +"h. c #897B63", +"i. c #AA9A7E", +"j. c #4F4644", +"k. c #544A3A", +"l. c #94857B", +"m. c #A6977F", +"n. c #4C4233", +"o. c #5C513C", +"p. c #85765C", +"q. c #A69676", +"r. c #99897C", +"s. c #A19181", +"t. c #A9987F", +"u. c #8C7D6D", +"v. c #423A39", +"w. c #3A3325", +"x. c #4E4432", +"y. c #A09082", +"z. c #817470", +"A. c #403829", +"B. c #504634", +"C. c #71655C", +"D. c #3F3729", +"E. c #7D7056", +"F. c #9F8F70", +"G. c #49403D", +"H. c #514634", +"I. c #8C7C6F", +"J. c #998A70", +"K. c #443B2C", +"L. c #554934", +"M. c #7E7052", +"N. c #978764", +"O. c #584E40", +"P. c #4C4236", +"Q. c #403840", +"R. c #312A25", +"S. c #352E20", +"T. c #473E2C", +"U. c #9E8E6D", +"V. c #6E6158", +"W. c #3A3223", +"X. c #493E2C", +"Y. c #9F8E6A", +"Z. c #6C6054", +"`. c #383122", +" + c #372F22", +".+ c #75684C", +"++ c #988765", +"@+ c #443C38", +"#+ c #524732", +"$+ c #908074", +"%+ c #86776B", +"&+ c #3F3727", +"*+ c #574B35", +"=+ c #827353", +"-+ c #9C8C68", +";+ c #483E3A", +">+ c #383022", +",+ c #2F291C", +"'+ c #4B402D", +")+ c #A08F71", +"!+ c #75685D", +"~+ c #3E3526", +"{+ c #4A402C", +"]+ c #A4936D", +"^+ c #6F6256", +"/+ c #362F20", +"(+ c #776A4E", +"_+ c #9D8D68", +":+ c #463C38", +"<+ c #625642", +"[+ c #A69475", +"}+ c #6C6056", +"|+ c #403727", +"1+ c #5B4F37", +"2+ c #867657", +"3+ c #A2916B", +"4+ c #4B413C", +"5+ c #4D422F", +"6+ c #938375", +"7+ c #928275", +"8+ c #493F2C", +"9+ c #453C29", +"0+ c #6A5C4C", +"a+ c #AD9C74", +"b+ c #716457", +"c+ c #393122", +"d+ c #383021", +"e+ c #7B6D50", +"f+ c #A2906B", +"g+ c #403827", +"h+ c #60533A", +"i+ c #968475", +"j+ c #9C8B6A", +"k+ c #463E3C", +"l+ c #3C3424", +"m+ c #5F5339", +"n+ c #8A7B5A", +"o+ c #A6946F", +"p+ c #4E453E", +"q+ c #4D422E", +"r+ c #6B5E54", +"s+ c #AA9872", +"t+ c #8A7B6E", +"u+ c #746658", +"v+ c #8A7A68", +"w+ c #A19080", +"x+ c #AB9A73", +"y+ c #706454", +"z+ c #7F7152", +"A+ c #AB9973", +"B+ c #6B5E5B", +"C+ c #706253", +"D+ c #756658", +"E+ c #877768", +"F+ c #A5947A", +"G+ c #A49370", +"H+ c #544A4C", +"I+ c #463C2A", +"J+ c #64573C", +"K+ c #847655", +"L+ c #9A8A66", +"M+ c #504540", +"N+ c #534731", +"O+ c #665A58", +"P+ c #938471", +"Q+ c #A19070", +"R+ c #7F716A", +"S+ c #49403A", +"T+ c #B19F77", +"U+ c #6A5E48", +"V+ c #3A3323", +"W+ c #3B3324", +"X+ c #796C4F", +"Y+ c #9E8D69", +"Z+ c #A3926D", +"`+ c #A49470", +" @ c #968674", +".@ c #6D615B", +"+@ c #443B3C", +"@@ c #473E2B", +"#@ c #5C5138", +"$@ c #5C4F37", +"%@ c #5B5037", +"&@ c #453C2A", +"*@ c #3D3524", +"=@ c #443B28", +"-@ c #716355", +";@ c #B6A37B", +">@ c #5A4F4C", +",@ c #3D3625", +"'@ c #8A7861", +")@ c #A59376", +"!@ c #8D7C6B", +"~@ c #82725F", +"{@ c #91806D", +"]@ c #B9A886", +"^@ c #968771", +"/@ c #3E362C", +"(@ c #716456", +"_@ c #8E7F78", +":@ c #A6957B", +"<@ c #AE9E77", +"[@ c #A1917A", +"}@ c #70645D", +"|@ c #3E3633", +"1@ c #695C40", +"2@ c #594D36", +"3@ c #4B412E", +"4@ c #443B29", +"5@ c #433A28", +"6@ c #3F3626", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . + @ # $ . + @ % & ", +"* = - ; > , ' ) ! ~ { ] > ^ / ( _ : ", +"< [ } | 1 2 3 4 5 6 7 8 | 9 0 a b c d e ", +"f g h i j k l m n o p q r s t h u v w x y z A B ", +"C D E F G H I J K L M N O P Q R S T U V W X Y Z ` ", +" ...+.@. #.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./. (._.:.<. ", +"[.}.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f.g.h.i.j. k.l.m.n. ", +"o.p.q.r.s.t.u.v.w.x.y.z.A. B.q.C.A.D.E.F.G. H.I.J.K. ", +"L.M.N.O.P.Q.R.S. T.U.V.W. X.Y.Z.`. +.+++@+ #+$+%+&+ ", +"*+=+-+;+>+,+ '+)+!+~+ {+]+^+>+/+(+_+:+ <+[+}+|+ ", +"1+2+3+4+ 5+6+7+8+ 9+0+a+b+c+d+e+f+;+ g+h+i+j+k+l+ ", +"m+n+o+p+ q+r+s+t+u+v+w+x+y+W.c+z+A+B+C+D+E+F+G+H+I+ ", +"J+K+L+M+ N+O+P+Q+R+S+T+U+V+W+X+Y+Z+o+`+ @.@+@@@ ", +" #@8+#+ $@%@&@*@=@-@;@>@c+ 8+W+l+l+,@|+@@@@ ", +" '@)@!@~@{@]@^@/@ ", +" (@_@:@<@[@}@|@*@ ", +" 1@2@3@4@5@@@6@ ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; --- pgdesigner-1.2.9.orig/debian/copyright +++ pgdesigner-1.2.9/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Pierre Chifflier on +Mon, 10 Mar 2008 20:46:57 +0100. + +It was downloaded from http://pgdesigner.sourceforge.net/ + +Upstream Author: Luigi Carlotto < md9327@mclink.it > + +Copyright (c) 2005-2008 Luigi Carlotto + +License: + +pgDesigner is released under the GPLv2 + + 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., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2008, Pierre Chifflier and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- pgdesigner-1.2.9.orig/debian/exe/pgdesigner +++ pgdesigner-1.2.9/debian/exe/pgdesigner @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +cd /usr/share/pgdesigner +exec ./pgDesigner.gambas