Bug#821032: refcard: [INTL:pt] Updated Portuguese translation for program

2016-04-15 Thread Holger Wansing
Control: tags -1 + pending


Miguel Figueiredo  wrote:
> Package: refcard
> Version: n/a
> Tags: l10n, patch
> Severity: wishlist
> 
> Updated Portuguese translation for refcard's program messages.
> Translator: Miguel Figueiredo
> Feel free to use it.

File committed. Thanks


Holger

-- 

Created with Sylpheed 3.5.0 under
D E B I A N   L I N U X   8 . 0   " J E S S I E " .

Registered Linux User #311290 - https://linuxcounter.net/




Processed: Re: Bug#821032: refcard: [INTL:pt] Updated Portuguese translation for program

2016-04-15 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #821032 [refcard] refcard: [INTL:pt] Updated Portuguese translation for 
program
Added tag(s) pending.

-- 
821032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#821119: [debian-refcard] change build mechanism to improve layout for cs, el and sk

2016-04-15 Thread Holger Wansing
Package: debian-refcard
Tags: patch
thanks


I saw that the pdfs for some languages suffer from some problems,
for example the copyright notice does not display all lines being
set up in the po file. 
While playing around with this, I found that there is probably room
for improvement for the languages Czech, Greek and Slovak. 
When building the pdfs with
make USE_DBLATEX=2 refcard-XX-a4.pdf
(this means using dblatex instead of xmlroff) I get a pdf with a correct 
copyright notice, coloured URLs and better usage of the available space 
on the sheet (somewhat smaller fonts, and no unused space as it was 
before for Greek). And Greek gets some free space on the sheet, that was
very critical before, as the Greek language needs much space apparently.
There was absolutely no free space on the sheet before for Greek, the
whole space was needed.


A patch is attached, which changes the Makefile to build the above
languages accordingly.


What is needed next is a proofread of the resulting pdfs by mother-tongue 
speakers for that languages, to ensure the displaying of fonts is still
ok, and the like.
I will try to get some proofreading on the respective l10n lists.



Best regards
Holger


-- 

Created with Sylpheed 3.5.0 under
D E B I A N   L I N U X   8 . 0   " J E S S I E " .

Registered Linux User #311290 - https://linuxcounter.net/

Index: Makefile
===
--- Makefile	(Revision 11101)
+++ Makefile	(Arbeitskopie)
@@ -50,7 +50,7 @@
 ifeq ($(USE_DBLATEX),2)
 	XMLROFF_LANGS=
 else
-	XMLROFF_LANGS=ar cs el he hi ja ml sk zh_CN zh_TW
+	XMLROFF_LANGS=ar he hi ja ml zh_CN zh_TW
 endif
 else
 XMLROFF_LANGS=$(A4_LANGS)


Re: debian-faq: Patch3 to update outdated information

2016-04-15 Thread Holger Wansing
Hi,

Holger Wansing  wrote:
> Hi,
> 
> Holger Wansing  wrote:
> > These are included in the attached diff.
> > 
> 
> So i will commit that diff shortly.

Done.



-- 

Created with Sylpheed 3.5.0 under
D E B I A N   L I N U X   8 . 0   " J E S S I E " .

Registered Linux User #311290 - https://linuxcounter.net/




debian-faq: Patch4 to change apt-get / apt-cache into apt

2016-04-15 Thread Holger Wansing
Hello,

now the fourth patch, which documents the new apt command, as an
alternative for apt-get / apt-cache.

My approach is, to list both variants in examples, means the old
apt-get command, and the new apt command.

I added a sentence which gives a declaration about the new apt binary.

Additionally, I made apt/apt-get the recommended package tool over
aptitude. (Before it was the other way around.)


Comments welcome.


Holger


-- 

Created with Sylpheed 3.5.0 under
D E B I A N   L I N U X   8 . 0   " J E S S I E " .

Registered Linux User #311290 - https://linuxcounter.net/

Index: choosing.sgml
===
--- choosing.sgml	(Revision 11106)
+++ choosing.sgml	(Arbeitskopie)
@@ -336,7 +336,7 @@
 system running mixed distributions.
 
 It might be best in some situations to just fully upgrade to the new
-distribution running apt-get dist-upgrade, aptitude
+distribution running apt full-upgrade, aptitude
 safe-upgrade or aptitude full-upgrade. Read
 apt's and aptitude's manual pages for more information.
 
Index: pkgtools.sgml
===
--- pkgtools.sgml	(Revision 11106)
+++ pkgtools.sgml	(Arbeitskopie)
@@ -72,6 +72,17 @@
 /usr/share/doc/apt-doc/guide.html/index.html (you will have to install
 the apt-doc package).
 
+Please note that starting with Debian Jessie, the most popular
+
To update the list of package known by your system, you can run:
apt-get update
+   or apt update
(you should execute this regularly to update your package lists)
 
To install the apt-get install foo
+   or apt install foo
 
To remove the foo package from your system, run:
apt-get remove foo
+   or apt remove foo
 
To remove the foo package and its configuration files from your
  system, run:
apt-get purge foo
+   or apt purge foo
 
+   To list all packages, for which newer package versions are
+ available, run:
+   apt list --upgradable
+
To upgrade all the packages on your system (without installing
  extra packages or removing packages), run:
apt-get upgrade
+   or apt upgrade
 
To upgrade all the packages on your system, and, if needed for a
  package upgrade, installing extra packages or removing packages, run:
apt-get dist-upgrade
+   or apt full-upgrade
  (The command upgrade keeps a package at its installed
  obsolete version if upgrading would need an extra package to be
  installed, for a new dependency to be satisfied. The
- dist-upgrade command is less conservative.)
+ dist-upgrade/full-upgrade command is less conservative.)
 
 
 
@@ -132,9 +153,11 @@
 
To find packages whose description contain apt-cache search word
+   or apt search word
 
To print the detailed information of a package:
apt-cache show package
+   or apt show package
 
To print the packages a given package depends on:
apt-cache depends package
@@ -148,6 +171,7 @@
 
 
 For more information, install the ,
 , 
 and install the  /usr/share/doc/apt-doc/guide.html/index.html.
Index: uptodate.sgml
===
--- uptodate.sgml	(Revision 11106)
+++ uptodate.sgml	(Arbeitskopie)
@@ -31,12 +31,15 @@
 To deal with this avalanche, many people prefer to use a more automated
 method.  Several different packages are available for this purpose:
 
-aptitude
+apt-get and apt-cdrom
 
-.
+).
 
-Before you can use Before you can use /etc/apt/sources.list file to set it up.  If you wish to upgrade to
 the latest stable version of Debian, you'll probably want to use a source like
 this one:
@@ -44,12 +47,41 @@
 http://ftp.us.debian.org/debian stable main contrib non-free
 
 You can replace ftp.us.debian.org (the mirror in the United States) with the
-name of a faster Debian mirror near you. See the mirror list at
+name of a faster Debian mirror near by you. See the mirror list at
 http://www.debian.org/mirror/list";> for more information.
 
 More details on this can be found in the  manual page.
 
+Then run
+  apt-get update
+  resp. apt update
+followed by
+  apt-get dist-upgrade
+  resp. apt full-upgrade
+Answer any questions that might come up, and your system will be upgraded.
+See also the  manual page, as well
+as .
+
+If you want to use CDs/DVDs/BDs to install packages, you can use Please note that when you get and install the packages, you'll still have
+them kept in your /var directory hierarchy. To keep your partition from
+overflowing, remember to 

Re: debian-faq: Patch4 to change apt-get / apt-cache into apt

2016-04-15 Thread Justin B Rye
Holger Wansing wrote:
> --- pkgtools.sgml (Revision 11106)
> +++ pkgtools.sgml (Arbeitskopie)
> @@ -72,6 +72,17 @@
>  /usr/share/doc/apt-doc/guide.html/index.html (you will have to 
> install
>  the apt-doc package).
>  
> +Please note that starting with Debian Jessie, the most popular
> + +the new  + + +now can also be called simply via  + +or  +variants (the  +examples below.
> +

Where you've got the adjective "respective" there, the grammatical
version would have the adverb "respectively"; but the *natural* way
of saying this, here as almost always, would be to leave the word out
completely.  You don't need to say that the two lists match up; after
all, why would anyone expect you to have scrambled them?

[...]
> To remove the foo package and its configuration files from your
>   system, run:
> apt-get purge foo
> +   or apt purge foo
>  
> +   To list all packages, for which newer package versions are
^
Surplus comma.  English would only have one here if having newer
versions available was a defining characteristic of packages.

> + available, run:
> +   apt list --upgradable
> +
[...]


> @@ -44,12 +47,41 @@
>  http://ftp.us.debian.org/debian stable main contrib 
> non-free
>  
>  You can replace ftp.us.debian.org (the mirror in the United States) with 
> the
> -name of a faster Debian mirror near you. See the mirror list at
> +name of a faster Debian mirror near by you. See the mirror list at

This isn't an improvement.
-- 
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular package



Re: debian-refcard: tar options

2016-04-15 Thread victory

in the command row
"tar cxtzj -f file.tar   files"

in the description row
"Create, eXtract, list Table of archive file, z for .gz, j for .bz2."

all of actual options here are lowercase,
the uppercase letter should not be used
so it should be:
create, extract, list tcxtzjJ -f file.tar   "
"files"

"create, extract, list table of archive file, z for .gz, j for .bz2, J for .xz."

p.s.: what the " " does? is this needed?

-- 
victory
no need to CC me :-)
http://userscripts.org/scripts/show/102724 0.0.1.4
http://userscripts.org/scripts/show/163846 0.0.1
http://userscripts.org/scripts/show/163848 0.0.1



Re: debian-faq: Patch4 to change apt-get / apt-cache into apt

2016-04-15 Thread Joost van Baal-Ilić
Hi Holger,

On Fri, Apr 15, 2016 at 11:06:44PM +0200, Holger Wansing wrote:
> 
> now the fourth patch, which documents the new apt command, as an
> alternative for apt-get / apt-cache.
> 
> My approach is, to list both variants in examples, means the old
> apt-get command, and the new apt command.

I'd list just "apt", and drop "apt-get" from the examples.

> I added a sentence which gives a declaration about the new apt binary.

I'd add a sentence like: "The apt tool merges functionality of apt-get and
apt-cache; and by default has a fancier colored output format, making it more
pleasant for humans.  For usage in scripts, apt-get is still preferable."

Thanks, Bye,

Joost

-- 
On our campus the UNIX system has proved to be not only an effective software
tool, but an agent of technical and social change within the University.
  - John Lions (University of New South Wales)


signature.asc
Description: Digital signature