From 620d55bee88599b9b0c599e8c7630dccdf766f5a Mon Sep 17 00:00:00 2001 From: Ivan Denisov Date: Tue, 13 Jun 2017 02:25:17 +0700 Subject: [PATCH] add gnome control file & fix package copyright --- dev/deb/control_amd64 | 2 +- dev/deb/control_amd64_gnome | 28 +++++++++++++++++++ dev/deb/control_i386 | 2 +- dev/deb/template/usr/share/doc/bbcb/copyright | 4 ++- 4 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 dev/deb/control_amd64_gnome diff --git a/dev/deb/control_amd64 b/dev/deb/control_amd64 index a1ee0ea..5b7e0ed 100644 --- a/dev/deb/control_amd64 +++ b/dev/deb/control_amd64 @@ -8,7 +8,7 @@ Priority: optional Installed-Size: 11500 Architecture: amd64 Depends: libc6:i386, libgtk2.0-0:i386, libgnomeui-0:i386, gtk2-engines:i386, gtk2-engines-murrine:i386, libcanberra-gtk-module:i386, libgnomeui-0:i386, gnome-icon-theme-full:amd64 -Description: IDE for Component Pascal language. +Description: IDE for Component Pascal programming language. BlackBox Component Builder is an IDE for Component Pascal programming language. . BlackBox consists of modules, compiler and environment for their work over OS. diff --git a/dev/deb/control_amd64_gnome b/dev/deb/control_amd64_gnome new file mode 100644 index 0000000..eca4f7d --- /dev/null +++ b/dev/deb/control_amd64_gnome @@ -0,0 +1,28 @@ +Source: bbcb +Section: devel +Maintainer: Ivan Denisov +Homepage: https://github.com/bbcb/freenix +Package: bbcb +Version: {#VERSION} +Priority: optional +Installed-Size: 11500 +Architecture: amd64 +Depends: libc6:i386, libgtk2.0-0:i386, libgnomeui-0:i386, gtk2-engines:i386, gtk2-engines-murrine:i386, libcanberra-gtk-module:i386, gtk2-engines-pixbuf:i386, gnome-themes-standard:i386 +Description: IDE for Component Pascal programming language. + BlackBox Component Builder is an IDE for Component Pascal programming language. + . + BlackBox consists of modules, compiler and environment for their work over OS. + . + It is also providing facilities for interface design and modules extension. + . + Component Pascal is strongly typed and module based. The compiler is very fast. + . + Each module is a unit of compilation and execution. + . + Modules are brought into memory when specified. There is no need for "headers". + . + Symbol files are automatically generated by the compiler for exported items. + . + Data structures are automatically garbage collected when no longer referenced. + . + The framework comes with a complete set of documentation for each module. diff --git a/dev/deb/control_i386 b/dev/deb/control_i386 index 922feea..29781c0 100644 --- a/dev/deb/control_i386 +++ b/dev/deb/control_i386 @@ -8,7 +8,7 @@ Priority: optional Installed-Size: 11500 Architecture: i386 Depends: libc6, libgtk2.0-0, libgnomeui-0, gtk2-engines, gtk2-engines-murrine, libcanberra-gtk-module, libgnomeui-0, gnome-icon-theme-full -Description: IDE for Component Pascal language. +Description: IDE for Component Pascal programming language. BlackBox Component Builder is an IDE for Component Pascal programming language. . BlackBox consists of modules, compiler and environment for their work over OS. diff --git a/dev/deb/template/usr/share/doc/bbcb/copyright b/dev/deb/template/usr/share/doc/bbcb/copyright index d974ccb..24b91b4 100644 --- a/dev/deb/template/usr/share/doc/bbcb/copyright +++ b/dev/deb/template/usr/share/doc/bbcb/copyright @@ -3,7 +3,9 @@ Upstream-Name: bbcb Source: https://github.com/bbcb/freenix Files: * -Copyright: 1994 - 2013 Oberon microsystems, Inc., Switzerland. All rights reserved. +Copyright: 2017 Alexander V. Shiryaev, Ivan A. Denisov, Igor A. Dehtyarenko + 2013 - 2017 BlackBox Framework Center + 1994 - 2013 Oberon microsystems, Inc., Switzerland. All rights reserved. License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . -- 2.29.2