Skip to content

Commit bdbd733

Browse files
committed
Clarified the nature of the application
1 parent 84cd2d7 commit bdbd733

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ invoking either "sqlcl" (the recommended way), "sqlcl.standalone",
2323
"sql.[upstream version]" or "sql.[upstream version].standalone". The JRE will
2424
be automatically detected and used as long as properly installed.
2525

26-
-- Lazarus Long <lazarus.long@sapo.pt> Fri, 01 Dec 2017 00:01:00 +0000
26+
-- Lazarus Long <lazarus.long@sapo.pt> Sun, 17 Dec 2017 00:01:00 +0000

debian/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ sqlcl-package (0.1.0) unstable; urgency=low
99
"sqlcl.standalone" take advantage of Debian's alternatives system and,
1010
when left in auto mode, will always invoke the highest version installed.
1111

12-
-- Lazarus Long <lazarus.long@sapo.pt> Fri, 01 Dec 2017 00:01:00 +0000
12+
-- Lazarus Long <lazarus.long@sapo.pt> Sun, 17 Dec 2017 00:01:00 +0000

debian/changelog

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
sqlcl-package (0.1.0) unstable; urgency=low
22

33
* Initial Release (Closes: #882113, #882115)
4+
* This is a specialized application debianization tool which turns Oracle
5+
SQL Developer Command-Line (SQLcl) into a Debian package, the same way as
6+
similar packages like "sqldeveloper-package", "googleearth-package",
7+
"sapgui-package", "java-package" and "webserver-package", all native
8+
packages, do for other applications.
49
* Due to a conflicting name with content of package "parallel" the upstream
510
binary "sql" will be renamed. Multiple versions can coexist so
611
"sql.[upstream version].standalone" will invoke a specific version of
@@ -10,4 +15,4 @@ sqlcl-package (0.1.0) unstable; urgency=low
1015
"sqlcl.standalone" take advantage of Debian's alternatives system and,
1116
when left in auto mode, will always invoke the highest version installed.
1217

13-
-- Lazarus Long <lazarus.long@sapo.pt> Fri, 01 Dec 2017 00:01:00 +0000
18+
-- Lazarus Long <lazarus.long@sapo.pt> Sun, 17 Dec 2017 00:01:00 +0000

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Disclaimer:
1010
of free accessories for non-free programs.").
1111
Comment:
1212
This package was debianized by Lazarus Long <lazarus.long@sapo.pt> on
13-
Fri, 01 Dec 2017 00:01:00 +0000.
13+
Sun, 17 Dec 2017 00:01:00 +0000.
1414

1515
Files: *
1616
Copyright: Copyright © 2017 Lazarus Long <lazarus.long@sapo.pt>

make-sqlcl-package

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
# make-sqlcl-package
55

6-
# (2017-12-01)
6+
# (2017-12-17)
77

88
# Copyright © 2017 Lazarus Long <lazarus (dot) long (at) sapo (dot) pt>
99

@@ -1236,7 +1236,7 @@ EOF
12361236
${CAT} <<EOF
12371237
.\\" sql.${UPSTREAMVER}.standalone.1
12381238
.\\"
1239-
.\\" (2017-12-01)
1239+
.\\" (2017-12-17)
12401240
.\\"
12411241
.\\" Copyright © 2017 Lazarus Long <lazarus (dot) long (at) sapo (dot) pt>
12421242
.\\"
@@ -1258,7 +1258,7 @@ EOF
12581258
.\\" Debian package builder and installer for Oracle SQL Developer Command-Line
12591259
.\\"
12601260
.\\"
1261-
.TH SQL.${UPSTREAMVER}.STANDALONE 1 2017-12-01 Oracle "Oracle SQL Developer Command-Line"
1261+
.TH SQL.${UPSTREAMVER}.STANDALONE 1 2017-12-17 Oracle "Oracle SQL Developer Command-Line"
12621262
.\\"
12631263
.SH NAME
12641264
sql.${UPSTREAMVER}.standalone \\- Oracle SQL Developer Command-Line

make-sqlcl-package.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" make-sqlcl-package.1
22
.\"
3-
.\" (2017-12-01)
3+
.\" (2017-12-17)
44
.\"
55
.\" Copyright © 2017 Lazarus Long <lazarus (dot) long (at) sapo (dot) pt>
66
.\"
@@ -22,7 +22,7 @@
2222
.\" Debian package builder and installer for Oracle SQL Developer Command-Line
2323
.\"
2424
.\"
25-
.TH MAKE-SQLCL-PACKAGE 1 2017-12-01 GNU "Oracle SQL Developer Command-Line Debian package builder"
25+
.TH MAKE-SQLCL-PACKAGE 1 2017-12-17 GNU "Oracle SQL Developer Command-Line Debian package builder"
2626
.\"
2727
.SH NAME
2828
make-sqlcl-package \- Oracle SQL Developer Command-Line Debian package builder

0 commit comments

Comments
 (0)