r30066 - in /packages/unstable/ghex/debian: changelog ghex.1 ghex.menu ghex2.1 rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Oct 7 00:53:23 UTC 2011


Author: biebl
Date: Fri Oct  7 00:53:22 2011
New Revision: 30066

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30066
Log:
* The main binary was renamed from ghex2 → ghex.
  - Rename and update manpage.
  - Update menu file.

Added:
    packages/unstable/ghex/debian/ghex.1
      - copied, changed from r30061, packages/unstable/ghex/debian/ghex2.1
Removed:
    packages/unstable/ghex/debian/ghex2.1
Modified:
    packages/unstable/ghex/debian/changelog
    packages/unstable/ghex/debian/ghex.menu
    packages/unstable/ghex/debian/rules

Modified: packages/unstable/ghex/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/changelog?rev=30066&op=diff
==============================================================================
--- packages/unstable/ghex/debian/changelog [utf-8] (original)
+++ packages/unstable/ghex/debian/changelog [utf-8] Fri Oct  7 00:53:22 2011
@@ -27,6 +27,9 @@
     - Rename libgtkhex0 → libgtkhex-3-0.
     - Rename libgtkhex0-dev → libgtkhex-3-dev.
     - Bump minimum shlibs version to 3.0.0.
+  * The main binary was renamed from ghex2 → ghex.
+    - Rename and update manpage.
+    - Update menu file.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 07 Oct 2011 02:05:07 +0200
 

Copied: packages/unstable/ghex/debian/ghex.1 (from r30061, packages/unstable/ghex/debian/ghex2.1)
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/ghex.1?rev=30066&op=diff
==============================================================================
--- packages/unstable/ghex/debian/ghex2.1 [utf-8] (original)
+++ packages/unstable/ghex/debian/ghex.1 [utf-8] Fri Oct  7 00:53:22 2011
@@ -1,11 +1,11 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
 .\"
-.\" $Id: ghex2.1,v 1.1 2001/04/14 19:41:50 epg Exp $
+.\" $Id: ghex.1,v 1.1 2001/04/14 19:41:50 epg Exp $
 .\"
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH GHEX2 1 "April 14, 2001"
+.TH GHEX 1 "April 14, 2001"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -19,13 +19,13 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-ghex2 \- A GNOME Hex Editor
+ghex \- A GNOME Hex Editor
 .SH SYNOPSIS
-.B ghex2
+.B ghex
 .RI [ options ] " files" ...
 .SH DESCRIPTION
 This manual page documents briefly the
-.B ghex2
+.B ghex
 command.
 This manual page was written for the Debian GNU/Linux distribution
 because the original program does not have a manual page.
@@ -34,7 +34,7 @@
 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
 .\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
 .\" respectively.
-\fBghex2\fP allows the user to load data from any file, view and
+\fBghex\fP allows the user to load data from any file, view and
 edit it in either hex or ascii. A must for anyone playing games
 that use non-ascii format for saving.
 .SH OPTIONS
@@ -42,7 +42,7 @@
 options starting with two dashes (`-').
 A summary of options is included below.
 
-Usage: ghex2 [OPTION...]
+Usage: ghex [OPTION...]
 
 GNOME options
   --disable-sound             Disable sound server usage

Modified: packages/unstable/ghex/debian/ghex.menu
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/ghex.menu?rev=30066&op=diff
==============================================================================
--- packages/unstable/ghex/debian/ghex.menu [utf-8] (original)
+++ packages/unstable/ghex/debian/ghex.menu [utf-8] Fri Oct  7 00:53:22 2011
@@ -1,2 +1,2 @@
 ?package(ghex):needs="x11" section="Applications/Editors" \
-  title="GHex" command="/usr/bin/ghex2" hints="GNOME"
+  title="GHex" command="/usr/bin/ghex" hints="GNOME"

Modified: packages/unstable/ghex/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/rules?rev=30066&op=diff
==============================================================================
--- packages/unstable/ghex/debian/rules [utf-8] (original)
+++ packages/unstable/ghex/debian/rules [utf-8] Fri Oct  7 00:53:22 2011
@@ -15,5 +15,5 @@
 
 DEB_DH_MAKESHLIBS_ARGS_$(libgtkhexN) += -V"$(libgtkhexN) (>= 3.0.0)"
 
-DEB_INSTALL_MANPAGES_ghex += debian/ghex2.1
+DEB_INSTALL_MANPAGES_ghex += debian/ghex.1
 




More information about the pkg-gnome-commits mailing list