--- adadesigner-0.25.orig/debian/README.Debian +++ adadesigner-0.25/debian/README.Debian @@ -0,0 +1,6 @@ +adadesigner for Debian +---------------------- + + + + -- David Sauvage Sun, 31 Aug 2008 21:28:47 +0200 --- adadesigner-0.25.orig/debian/copyright +++ adadesigner-0.25/debian/copyright @@ -0,0 +1,20 @@ +This package was debianized by David Sauvage on +Sun, 31 Aug 2008 21:31:42 +0200. + +It was downloaded from https://gna.org/projects/adadesigner + +Upstream Author(s): + + David Sauvage + +Copyright: + + Copyright (C) 2008 David Sauvage + +License: + + GNU General Public License + +The Debian packaging is (C) 2008, David Sauvage and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- adadesigner-0.25.orig/debian/compat +++ adadesigner-0.25/debian/compat @@ -0,0 +1 @@ +7 --- adadesigner-0.25.orig/debian/changelog +++ adadesigner-0.25/debian/changelog @@ -0,0 +1,108 @@ +adadesigner (0.25-0ubuntu0) jaunty; urgency=low + + * #6795 : gnatpr 0.31 integration + + -- David Sauvage Thu, 15 Oct 2009 23:37:14 +0100 + +adadesigner (0.24-0ubuntu0) jaunty; urgency=low + + * #6612 : license clean-up + + -- David Sauvage Sat, 09 May 2009 16:37:14 +0100 + +adadesigner (0.23-0ubuntu2) jaunty; urgency=low + + * Upgrade to Ubuntu 9.04 Jaunty + + -- David Sauvage Sat, 11 Apr 2009 11:37:14 +0100 + +adadesigner (0.23-Oubuntu0) intrepid; urgency=low + + * #6469 : add -m max csc per rank for filter process + + -- David Sauvage Sat, 07 Feb 2009 19:36:08 +0100 + +adadesigner (0.22-Oubuntu0) intrepid; urgency=low + + * #6469 : echo -e problem + + -- David Sauvage Fri, 06 Feb 2009 01:35:18 +0100 + +adadesigner (0.21-Oubuntu0) intrepid; urgency=low + + * #6469 : add -m max csc per rank for filter process + + -- David Sauvage Fri, 06 Feb 2009 01:17:54 +0100 + +adadesigner (0.20-Oubuntu1) intrepid; urgency=low + + * minor : ppa was not sync + minor : gnatgpr-0.20-0ubuntu1 integration + + -- David Sauvage Wed, 04 Feb 2009 01:16:38 +0100 + +adadesigner (0.20-0ubuntuO) intrepid; urgency=low + + * #6466 : gnatgpr-0.20 integration + + -- David Sauvage Tue, 03 Feb 2009 23:27:34 +0100 + +adadesigner (0.19-0ubuntuO) intrepid; urgency=low + + * 6407 : Options management refactoring + + -- David Sauvage Sat, 10 Jan 2009 15:45:08 +0100 + +adadesigner (0.18-0ubuntu0) intrepid; urgency=low + + * 6399 : Refactoring on analysis depth level input parameter + + -- David Sauvage Thu, 08 Jan 2009 01:27:23 +0100 + +adadesigner (0.17-0ubuntu0) intrepid; urgency=low + + * #6224 : Provide filtering capacity on dot output + + -- David Sauvage Wed, 07 Jan 2009 16:13:02 +0200 + +adadesigner (0.16-0ubuntu0) intrepid; urgency=low + + * #6224 : Provide filtering capacity on dot output + + -- David Sauvage Fri, 19 Oct 2008 16:13:02 +0200 + +adadesigner (0.15-0ubuntu0) intrepid; urgency=low + + * #6224 : Provide filtering capacity on dot output + + -- David Sauvage Fri, 17 Oct 2008 01:13:02 +0200 + +adadesigner (0.14-0ubuntu1) intrepid; urgency=low + + * #6234 : Provide non-transitive project analysis option + + -- David Sauvage Sun, 12 Oct 2008 16:13:02 +0200 + +adadesigner (0.13-0ubuntu1) intrepid; urgency=low + + * #6235 : Change default AdaDesigner tag from "@AdaDesigner@" to "*" + * #6239 : Handle krunched file name + * #6236 : Update AdaDesigner presentation + * Add clock image on dot file + * Unnecessary package depth level information removed + + -- David Sauvage Sun, 05 Oct 2008 23:13:02 +0200 + +adadesigner (0.12-0ubuntu1) intrepid; urgency=low + + * debian/control : recommend graphviz + * Makefile : fix debian production part + + -- David Sauvage Sat, 13 Sep 2008 11:55:02 +0200 + +adadesigner (0.11-0ubuntu1) intrepid; urgency=low + + * Initial release from adadesigner-0.11 + + -- David Sauvage Wed, 10 Sep 2008 01:53:45 +0200 + --- adadesigner-0.25.orig/debian/dirs +++ adadesigner-0.25/debian/dirs @@ -0,0 +1 @@ +usr/bin --- adadesigner-0.25.orig/debian/control +++ adadesigner-0.25/debian/control @@ -0,0 +1,35 @@ +Source: adadesigner +Section: devel +Priority: extra +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: David Sauvage +Build-Depends: debhelper (>= 7), gnat (>= 4.3), libasis-dev, libgnatgpr0-dev +Standards-Version: 3.7.3 +Homepage: https://gna.org/projects/adadesigner + +Package: adadesigner +Architecture: any +Depends: libgnatgpr0,gnat (>= 4.3),${shlibs:Depends}, ${misc:Depends} +Recommends: graphviz +Description: Ada refactoring framework + AdaDesigner is an Ada 2005 GPL software which aims to become + an Ada software refactoring framework. + Using ASIS, AdaDesigner builds a specific package call-graph + view of the project. + Using some meta-data in the GPR project files, it creates + an abstraction layer further + called sub-component layer. One sub-component contains + several packages. + AdaDesigner already proposes software engineers one + interesting component design view of their software projects. + This is done by the generation of a graphviz DOT file. + In the future, AdaDesigner will also be able : + * To generate UML components views directly + from the code (via XMI format). + * To propose a modern way of doing refactoring + on the software (via a high level HMI). + AdaDesigner is based on : + * GNATGPR (GPL). + * ASIS (GPL). + * AUnit 2.03 (GPL). + --- adadesigner-0.25.orig/debian/rules +++ adadesigner-0.25/debian/rules @@ -0,0 +1,91 @@ +#!/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 + + +export ADA_PROJECT_PATH=/usr/share/ada/adainclude + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/adadesigner.sgml > adadesigner.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + #$(MAKE) clean + gnatclean -P adadesigner.gpr + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/adadesigner. + $(MAKE) PREFIX=$(CURDIR)/debian/adadesigner install + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + 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 + 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 --- adadesigner-0.25.orig/debian/docs +++ adadesigner-0.25/debian/docs @@ -0,0 +1,2 @@ +README +README.html --- adadesigner-0.25.orig/debian/.svn/entries +++ adadesigner-0.25/debian/.svn/entries @@ -0,0 +1,307 @@ +9 + +dir +64 +svn+ssh://psycose@svn.gna.org/svn/adadesigner/trunk/debian +svn+ssh://psycose@svn.gna.org/svn/adadesigner + + + +2009-05-09T14:45:54.377089Z +63 +psycose + + +svn:special svn:externals svn:needs-lock + + + + + + + + + + + +d7389d53-0227-46aa-947e-2076e8cc571f + + + + + + +0 + +control +file + + + + +2008-09-13T00:24:54.000000Z +02a565701312292e73b41586fb0763fa +2008-09-13T09:36:49.719001Z +26 +psycose + + + + + + + + + + + + + + + + + + + + + +1355 + +dirs +file + + + + +2008-09-08T20:48:46.000000Z +362717e7464d60c498ef732268770754 +2008-09-08T21:18:44.190710Z +22 +psycose + + + + + + + + + + + + + + + + + + + + + +8 + +compat +file + + + + +2008-09-08T20:48:46.000000Z +84bc3da1b3e33a18e8d5e1bdd7a18d7a +2008-09-08T21:18:44.190710Z +22 +psycose + + + + + + + + + + + + + + + + + + + + + +2 + +changelog +file +65 + + + +2009-05-09T14:48:57.000000Z +d6f7fbd2e53807f1ed71461883978d97 +2009-10-15T22:53:14.549470Z +65 +psycose + + + + + + + + + + + + + + + + + + + + + +3085 + +copyright +file + + + + +2008-09-08T20:48:46.000000Z +fc487f699cae5128953c299467de7066 +2008-09-08T21:18:44.190710Z +22 +psycose + + + + + + + + + + + + + + + + + + + + + +475 + +docs +file + + + + +2008-09-08T20:48:46.000000Z +e43917b39400a702bd8d7b288301b7e5 +2008-09-08T21:18:44.190710Z +22 +psycose + + + + + + + + + + + + + + + + + + + + + +19 + +rules +file + + + + +2008-09-08T20:48:46.000000Z +aadf4e1c6d9ce9e962ca8818162d9247 +2008-09-08T21:18:44.190710Z +22 +psycose +has-props + + + + + + + + + + + + + + + + + + + + +1893 + +README.Debian +file + + + + +2008-09-08T20:48:46.000000Z +58e1908592cba91c72014fe68b7e3cdf +2008-09-08T21:18:44.190710Z +22 +psycose + + + + + + + + + + + + + + + + + + + + + +193 + --- adadesigner-0.25.orig/debian/.svn/format +++ adadesigner-0.25/debian/.svn/format @@ -0,0 +1 @@ +9 --- adadesigner-0.25.orig/debian/.svn/text-base/copyright.svn-base +++ adadesigner-0.25/debian/.svn/text-base/copyright.svn-base @@ -0,0 +1,20 @@ +This package was debianized by David Sauvage on +Sun, 31 Aug 2008 21:31:42 +0200. + +It was downloaded from https://gna.org/projects/adadesigner + +Upstream Author(s): + + David Sauvage + +Copyright: + + Copyright (C) 2008 David Sauvage + +License: + + GNU General Public License + +The Debian packaging is (C) 2008, David Sauvage and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- adadesigner-0.25.orig/debian/.svn/text-base/dirs.svn-base +++ adadesigner-0.25/debian/.svn/text-base/dirs.svn-base @@ -0,0 +1 @@ +usr/bin --- adadesigner-0.25.orig/debian/.svn/text-base/docs.svn-base +++ adadesigner-0.25/debian/.svn/text-base/docs.svn-base @@ -0,0 +1,2 @@ +README +README.html --- adadesigner-0.25.orig/debian/.svn/text-base/rules.svn-base +++ adadesigner-0.25/debian/.svn/text-base/rules.svn-base @@ -0,0 +1,91 @@ +#!/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 + + +export ADA_PROJECT_PATH=/usr/share/ada/adainclude + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/adadesigner.sgml > adadesigner.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + #$(MAKE) clean + gnatclean -P adadesigner.gpr + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/adadesigner. + $(MAKE) PREFIX=$(CURDIR)/debian/adadesigner install + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + 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 + 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 --- adadesigner-0.25.orig/debian/.svn/text-base/control.svn-base +++ adadesigner-0.25/debian/.svn/text-base/control.svn-base @@ -0,0 +1,35 @@ +Source: adadesigner +Section: devel +Priority: extra +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: David Sauvage +Build-Depends: debhelper (>= 7), gnat (>= 4.3), libasis-dev, libgnatgpr0-dev +Standards-Version: 3.7.3 +Homepage: https://gna.org/projects/adadesigner + +Package: adadesigner +Architecture: any +Depends: libgnatgpr0,gnat (>= 4.3),${shlibs:Depends}, ${misc:Depends} +Recommends: graphviz +Description: Ada refactoring framework + AdaDesigner is an Ada 2005 GPL software which aims to become + an Ada software refactoring framework. + Using ASIS, AdaDesigner builds a specific package call-graph + view of the project. + Using some meta-data in the GPR project files, it creates + an abstraction layer further + called sub-component layer. One sub-component contains + several packages. + AdaDesigner already proposes software engineers one + interesting component design view of their software projects. + This is done by the generation of a graphviz DOT file. + In the future, AdaDesigner will also be able : + * To generate UML components views directly + from the code (via XMI format). + * To propose a modern way of doing refactoring + on the software (via a high level HMI). + AdaDesigner is based on : + * GNATGPR (GPL). + * ASIS (GPL). + * AUnit 2.03 (GPL). + --- adadesigner-0.25.orig/debian/.svn/text-base/README.Debian.svn-base +++ adadesigner-0.25/debian/.svn/text-base/README.Debian.svn-base @@ -0,0 +1,6 @@ +adadesigner for Debian +---------------------- + + + + -- David Sauvage Sun, 31 Aug 2008 21:28:47 +0200 --- adadesigner-0.25.orig/debian/.svn/text-base/changelog.svn-base +++ adadesigner-0.25/debian/.svn/text-base/changelog.svn-base @@ -0,0 +1,102 @@ +adadesigner (0.24-0ubuntu0) jaunty; urgency=low + + * #6612 : license clean-up + + -- David Sauvage Sat, 09 May 2009 16:37:14 +0100 + +adadesigner (0.23-0ubuntu2) jaunty; urgency=low + + * Upgrade to Ubuntu 9.04 Jaunty + + -- David Sauvage Sat, 11 Apr 2009 11:37:14 +0100 + +adadesigner (0.23-Oubuntu0) intrepid; urgency=low + + * #6469 : add -m max csc per rank for filter process + + -- David Sauvage Sat, 07 Feb 2009 19:36:08 +0100 + +adadesigner (0.22-Oubuntu0) intrepid; urgency=low + + * #6469 : echo -e problem + + -- David Sauvage Fri, 06 Feb 2009 01:35:18 +0100 + +adadesigner (0.21-Oubuntu0) intrepid; urgency=low + + * #6469 : add -m max csc per rank for filter process + + -- David Sauvage Fri, 06 Feb 2009 01:17:54 +0100 + +adadesigner (0.20-Oubuntu1) intrepid; urgency=low + + * minor : ppa was not sync + minor : gnatgpr-0.20-0ubuntu1 integration + + -- David Sauvage Wed, 04 Feb 2009 01:16:38 +0100 + +adadesigner (0.20-0ubuntuO) intrepid; urgency=low + + * #6466 : gnatgpr-0.20 integration + + -- David Sauvage Tue, 03 Feb 2009 23:27:34 +0100 + +adadesigner (0.19-0ubuntuO) intrepid; urgency=low + + * 6407 : Options management refactoring + + -- David Sauvage Sat, 10 Jan 2009 15:45:08 +0100 + +adadesigner (0.18-0ubuntu0) intrepid; urgency=low + + * 6399 : Refactoring on analysis depth level input parameter + + -- David Sauvage Thu, 08 Jan 2009 01:27:23 +0100 + +adadesigner (0.17-0ubuntu0) intrepid; urgency=low + + * #6224 : Provide filtering capacity on dot output + + -- David Sauvage Wed, 07 Jan 2009 16:13:02 +0200 + +adadesigner (0.16-0ubuntu0) intrepid; urgency=low + + * #6224 : Provide filtering capacity on dot output + + -- David Sauvage Fri, 19 Oct 2008 16:13:02 +0200 + +adadesigner (0.15-0ubuntu0) intrepid; urgency=low + + * #6224 : Provide filtering capacity on dot output + + -- David Sauvage Fri, 17 Oct 2008 01:13:02 +0200 + +adadesigner (0.14-0ubuntu1) intrepid; urgency=low + + * #6234 : Provide non-transitive project analysis option + + -- David Sauvage Sun, 12 Oct 2008 16:13:02 +0200 + +adadesigner (0.13-0ubuntu1) intrepid; urgency=low + + * #6235 : Change default AdaDesigner tag from "@AdaDesigner@" to "*" + * #6239 : Handle krunched file name + * #6236 : Update AdaDesigner presentation + * Add clock image on dot file + * Unnecessary package depth level information removed + + -- David Sauvage Sun, 05 Oct 2008 23:13:02 +0200 + +adadesigner (0.12-0ubuntu1) intrepid; urgency=low + + * debian/control : recommend graphviz + * Makefile : fix debian production part + + -- David Sauvage Sat, 13 Sep 2008 11:55:02 +0200 + +adadesigner (0.11-0ubuntu1) intrepid; urgency=low + + * Initial release from adadesigner-0.11 + + -- David Sauvage Wed, 10 Sep 2008 01:53:45 +0200 + --- adadesigner-0.25.orig/debian/.svn/text-base/compat.svn-base +++ adadesigner-0.25/debian/.svn/text-base/compat.svn-base @@ -0,0 +1 @@ +7 --- adadesigner-0.25.orig/debian/.svn/prop-base/rules.svn-base +++ adadesigner-0.25/debian/.svn/prop-base/rules.svn-base @@ -0,0 +1,5 @@ +K 14 +svn:executable +V 1 +* +END