SHA256
3
0
forked from pool/dpkg

Accepting request 233611 from system:packagemanager

- Use SUSE not SuSE.

- Use SUSE not SuSE.

OBS-URL: https://build.opensuse.org/request/show/233611
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpkg?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2014-05-13 18:46:08 +00:00 committed by Git OBS Bridge
commit 6115aa3f24
5 changed files with 17 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 12 13:58:18 UTC 2014 - tchvatal@suse.com
- Use SUSE not SuSE.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 2 21:31:13 UTC 2013 - dvaleev@suse.com Mon Dec 2 21:31:13 UTC 2013 - dvaleev@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package dpkg # spec file for package dpkg
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -6,7 +6,7 @@ diff -ur dpkg-1.16.7.orig/man/update-alternatives.8 dpkg-1.16.7/man/update-alter
.B update\-alternatives .B update\-alternatives
creates, removes, maintains and displays information about the symbolic creates, removes, maintains and displays information about the symbolic
-links comprising the Debian alternatives system. -links comprising the Debian alternatives system.
+links comprising the SuSE alternatives system. +links comprising the SUSE alternatives system.
.PP .PP
It is possible for several programs fulfilling the same or similar It is possible for several programs fulfilling the same or similar
functions to be installed on a single system at the same time. functions to be installed on a single system at the same time.
@ -15,7 +15,7 @@ diff -ur dpkg-1.16.7.orig/man/update-alternatives.8 dpkg-1.16.7/man/update-alter
user has not specified a particular preference. user has not specified a particular preference.
.PP .PP
-Debian's alternatives system aims to solve this problem. -Debian's alternatives system aims to solve this problem.
+SuSE's alternatives system aims to solve this problem. +SUSE's alternatives system aims to solve this problem.
A generic name in the filesystem is A generic name in the filesystem is
shared by all files providing interchangeable functionality. shared by all files providing interchangeable functionality.
The alternatives system and the system administrator The alternatives system and the system administrator
@ -29,7 +29,7 @@ diff -ur dpkg-1.16.7.orig/man/update-alternatives.8 dpkg-1.16.7/man/update-alter
-.B prerm -.B prerm
-(install) scripts in Debian packages. -(install) scripts in Debian packages.
+.B preun +.B preun
+(install) scripts in SuSE packages. +(install) scripts in SUSE packages.
.PP .PP
It is often useful for a number of alternatives to be synchronized, It is often useful for a number of alternatives to be synchronized,
so that they are changed as a group; for example, when several versions so that they are changed as a group; for example, when several versions
@ -47,7 +47,7 @@ diff -ur dpkg-1.16.7.orig/man/update-alternatives.8 dpkg-1.16.7/man/update-alter
. .
.SH BUGS .SH BUGS
-If you find a bug, please report it using the Debian bug-tracking system. -If you find a bug, please report it using the Debian bug-tracking system.
+If you find a bug, please report it using the SuSE bug-tracking system. +If you find a bug, please report it using the SUSE bug-tracking system.
.PP .PP
If you find any discrepancy between the operation of If you find any discrepancy between the operation of
.B update\-alternatives .B update\-alternatives
@ -68,7 +68,7 @@ diff -ur dpkg-1.16.7.orig/utils/update-alternatives.c dpkg-1.16.7/utils/update-a
version(void) version(void)
{ {
- printf(_("Debian %s version %s.\n"), PROGNAME, VERSION); - printf(_("Debian %s version %s.\n"), PROGNAME, VERSION);
+ printf(_("SuSE %s version %s.\n"), PROGNAME, VERSION); + printf(_("SUSE %s version %s.\n"), PROGNAME, VERSION);
printf("\n"); printf("\n");
printf(_( printf(_(

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 12 13:57:59 UTC 2014 - tchvatal@suse.com
- Use SUSE not SuSE.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 2 21:27:10 UTC 2013 - dvaleev@suse.com Mon Dec 2 21:27:10 UTC 2013 - dvaleev@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package update-alternatives # spec file for package update-alternatives
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed