Your message dated Tue, 09 May 2023 14:58:04 +0000
with message-id <[email protected]>
and subject line Bug#1035755: Removed package(s) from unstable
has caused the Debian Bug report #516837,
regarding NMU for gbase 0.5-2.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
516837: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516837
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gbase
Version: 0.5-2.1
Severity: normal

Hi,

Attached is a debdiff of the changes I made for my -2.2 NMU. Apologies for the intrusive NMU but this package hasn't seen an update in a while.

Thank you,

Barry deFreese
Debian QA


diff -u gbase-0.5/debian/menu gbase-0.5/debian/menu
--- gbase-0.5/debian/menu
+++ gbase-0.5/debian/menu
@@ -1 +1 @@
-?package(gbase): needs=X11 section=Apps/Math title="GBase" command="gbase"
+?package(gbase): needs="X11" section="Applications/Science/Mathematics" 
title="GBase" command="gbase"
diff -u gbase-0.5/debian/changelog gbase-0.5/debian/changelog
--- gbase-0.5/debian/changelog
+++ gbase-0.5/debian/changelog
@@ -1,3 +1,21 @@
+gbase (0.5-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build with Gtk2. (Closes: #438405).
+  * Don't segfault on command line args. (Closes: #282651).
+    + Thanks to Elmar Hoffmann.
+  * Add ${misc:Depends} for debhelper package.
+  * Quote strings in menu file.
+  * Escape hyphen used as minus in manpage.
+  * Add watch file.
+  * Bump debhelper build dep to 5.
+  * Move DH_COMPAT to debian/compat and set to 5.
+    + Handles nostrip properly. (Closes: #436906).
+  * Bump Standards Version to 3.8.0.
+    + Menu policy transition.
+
+ -- Barry deFreese <[email protected]>  Mon, 23 Feb 2009 16:51:00 -0500
+
 gbase (0.5-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u gbase-0.5/debian/control gbase-0.5/debian/control
--- gbase-0.5/debian/control
+++ gbase-0.5/debian/control
@@ -2,12 +2,13 @@
 Section: math
 Priority: optional
 Maintainer: Josip Rodin <[email protected]>
-Build-Depends: debhelper (>= 2), libgtk1.2-dev, libglib1.2-dev
-Standards-Version: 3.6.0
+Build-Depends: debhelper (>= 5), libgtk2.0-dev, libglib2.0-dev
+Standards-Version: 3.8.0
+Homepage: http://www.hibernaculum.net/gbase/index.php
 
 Package: gbase
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: small numeric base converter
  This simple program converts numbers between bases 2 (binary),
  8 (octal), 10 (decimal) and 16 (hexadecimal).
diff -u gbase-0.5/debian/rules gbase-0.5/debian/rules
--- gbase-0.5/debian/rules
+++ gbase-0.5/debian/rules
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 
-#export DH_VERBOSE=1
-export DH_COMPAT=2
-
-CFLAGS := -g -Wall $(shell gtk-config --cflags)
+CFLAGS := -g -Wall $(shell pkg-config --cflags gtk+-2.0)
 ifneq "$(findstring noopt,$(DEB_BUILD_OPTIONS))" ""
 CFLAGS += -O0
 else
diff -u gbase-0.5/debian/gbase.1 gbase-0.5/debian/gbase.1
--- gbase-0.5/debian/gbase.1
+++ gbase-0.5/debian/gbase.1
@@ -12,7 +12,7 @@
 to describe the base the number is in) the program will display that
 number in the four bases on the console and exit.
 .br
-You can also specify the -s switch which will allow you to enter/display
+You can also specify the \-s switch which will allow you to enter/display
 signed numbers. (This allows the use of a - (minus) before a decimal number).
 .PP
 Just running the program without any switches will display the main
only in patch2:
unchanged:
--- gbase-0.5.orig/Makefile
+++ gbase-0.5/Makefile
@@ -1,6 +1,6 @@
 CC = gcc
-CCFLAGS = `gtk-config --cflags`
-LDFLAGS = `gtk-config --libs`
+CCFLAGS = `pkg-config --cflags gtk+-2.0`
+LDFLAGS = `pkg-config --libs gtk+-2.0`
 
 gbase: gbase.o
        $(CC) gbase.o $(LDFLAGS) -o gbase
@@ -12,4 +12,4 @@
 %.o:
        $(CC) $(CCFLAGS) -c $*.c
 
-gbase.o: gbase.c
\ No newline at end of file
+gbase.o: gbase.c
only in patch2:
unchanged:
--- gbase-0.5.orig/gbase.c
+++ gbase-0.5/gbase.c
@@ -377,7 +377,7 @@
     else 
       usage();
 
-    if(i == argc)
+    if(i+1 == argc)
       usage();
 
     
only in patch2:
unchanged:
--- gbase-0.5.orig/debian/watch
+++ gbase-0.5/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://www.hibernaculum.net/gbase/index.php \/download\/gbase-([\d.]+)\.tar\.gz
only in patch2:
unchanged:
--- gbase-0.5.orig/debian/compat
+++ gbase-0.5/debian/compat
@@ -0,0 +1 @@
+5

--- End Message ---
--- Begin Message ---
Version: 0.5-2.2+rm

Dear submitter,

as the package gbase has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1035755

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to