[med-svn] [Git][med-team/acedb][master] 2 commits: Package builds now

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Aug 15 15:19:36 BST 2023



Andreas Tille pushed to branch master at Debian Med / acedb


Commits:
bb6c68b0 by Andreas Tille at 2023-08-15T16:15:36+02:00
Package builds now

- - - - -
ec93544d by Andreas Tille at 2023-08-15T16:18:56+02:00
Lintian-overrides for false positives about JS in html doc

- - - - -


3 changed files:

- debian/changelog
- debian/patches/just_build_efetch.patch
- + debian/source/lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -12,6 +12,8 @@ acedb (4.9.39+dfsg.02-8) UNRELEASED; urgency=medium
   * Build only efetch which does not depend on GTK+2 which will be removed
     from Debian
     Closes: #967243
+  * Lintian-overrides for false positives about JS in html doc
+    (See lintian bug #1017966)
 
  -- Étienne Mollier <emollier at debian.org>  Mon, 25 Oct 2021 22:53:22 +0200
 


=====================================
debian/patches/just_build_efetch.patch
=====================================
@@ -62,32 +62,119 @@ Description: Build only efetch which does not depend on GTK+2 which will be remo
  
  ### Linux uses flex to emulate the standard 'lex' program
  LEX_LIBS = -lfl
---- a/wmake/truemake
-+++ b/wmake/truemake
-@@ -318,7 +318,7 @@ GENERIC_ACE_OBJS = command.o commandmenu
- 	$(AQL_OBJS) $(BASE_OBJS) $(BASE_5_OBJS) $(B_OBJS) \
- 	class.o sysclass.o tags.o model.o \
- 	longtext.o quovadis.o picksubs.o alignment.o \
--	logsubs.o sigsubs.o prefsubs.o status.o \
-+	logsubs.o sigsubs.o status.o \
- 	bindex.o acelib.o table.o apputils.o \
- 	acinside.o actable.o
- 
-@@ -328,7 +328,7 @@ GENERIC_ACEMBLY_OBJS = command.acm.o ses
- 	$(AQL_OBJS) $(BASE_OBJS) $(BASE_5_OBJS) $(B_OBJS) \
- 	class.acm.o sysclass.acm.o tags.acm.o  model.o \
- 	longtext.o quovadis.o picksubs.o alignment.o \
--	logsubs.o sigsubs.o prefsubs.o status.o \
-+	logsubs.o sigsubs.o status.o \
- 	bindex.o acelib.o table.o apputils.o \
- 	acinside.o actable.o
- 
-@@ -520,7 +520,7 @@ APPMAIN_SOURCES = gifacemain.c tacemain.
- ACELIBKERNEL_SOURCES =    command.c commandmenu.c gifcommand.c dump.c model.c \
- 		banner.c aceutils.c \
- 		queryexe.c parse.c session.c dbpath.c logsubs.c sigsubs.c \
--		prefsubs.c longtext.c picksubs.c mainpick.c metadata.c \
-+		longtext.c picksubs.c mainpick.c metadata.c \
- 		newkey.c status.c update.c alignment.c \
- 		tabledefsubs.c tabledefio.c
- ACEDBKERNEL_SOURCES = $(BASE_OBJS:.o=.c) $(BASE_5_OBJS:.o=.c)
+--- a/wh/gex.h
++++ b/wh/gex.h
+@@ -32,8 +32,8 @@
+  *------------------------------------------------------------------- */
+ #ifndef GEXH_INCLUDED
+ 
+-#include <gdk/gdk.h>
+-#include <gtk/gtk.h>
++/*#include <gdk/gdk.h>*/
++/*#include <gtk/gtk.h>*/
+ 
+ /**********************************************************************/
+ /******* be nice to C++ - patch from Steven Ness **********************/
+@@ -44,7 +44,7 @@ extern "C" {
+ #endif
+ 
+ /* stuff for gexTextEditorNew */
+-
++/*
+ typedef void (*CBRoutine)(void *editor, void *arg1);
+ struct GexEditor {
+   GtkWidget *window;
+@@ -55,33 +55,47 @@ struct GexEditor {
+   struct PrintParams *printParams;
+   CBRoutine okCB, cancelCB;
+ };
+-
++*/
+ 
+ /* return the packing boxes which are always put in standard graph Windows */
++/*
+ GtkWidget *gexGraphHbox(Graph graph);
+ GtkWidget *gexGraphVbox(Graph graph);
++*/
+ 
+ /* Like gtk_signal_connect, but ensures that the active graph is changed
+    before the handler gets control */
++/*
+ void gexSignalConnect(Graph graph, GtkObject *widget, gchar *signal,
+ 		      GtkSignalFunc func, gpointer data);
++*/
+ 
+ /* return the highest level widget corresponding to a graph. */
++/*
+ GtkWidget *gexGraph2Widget(Graph g);
++*/
+ 
+ /* return the widget that actually corresponds to the graphs window. */
++/*
+ GtkWidget *gexGraph2GraphWidget(Graph g);
++*/
+ 
+ /* create a top  level gtk window, like gtk_window_new, but registers
+    for cursor changes abd clean-up */
++/*
+ GtkWidget *gexWindowCreate(void);
++*/
+ 
+ /* Simple call-back register, replaces graphRegister(DESTROY)
+    for simle cases where people are allergic to the gtk signal system */
++/*
+ void gexDestroyRegister(GtkWidget *window, void (*func)(GtkWidget *));
++*/
+ 
+ /* like graphCleanup, save is analogous to active graph */
++/*
+ void gexCleanup(GtkWidget *save);
++*/
+ 
+ /* The grey-ramp stuff. creates ramptool applet, or pops it if already 
+  * existing */
+@@ -91,7 +105,9 @@ void gexRampPop();
+ 
+ /* signal call back func, just to simplify menu/button setup code
+  * user_data is ignored, it just calls gexRampTool() */
++/*
+   void gexRampToolSig (GtkWidget *widget, gpointer user_data);
++*/
+ 
+ /* Set the ramp and return the ramp parmeters */
+ void gexRampSet(int min, int max);
+@@ -125,15 +141,23 @@ BOOL gexCheckListSize(int curr_value) ;
+ 
+ 
+ /* If (win != NULL) it becomes a modal window */
++/*
+ int gexMainLoop(GtkWidget *win);
++*/
+ void gexLoopReturn(int retval);
+ /* version of gexLoopReturn which can be called from a Gtk signal */
++/*
+ gint gexLoopReturnSig(GtkWidget *w, gpointer retval);
++*/
+ /* version of gexLoopReturn which can be called from a Gtk event handler */
++/*
+ gint gexLoopReturnEvent(GtkWidget *w, GdkEventAny *event, gpointer data);
++*/
+ 
+ /* set or remove  modality */
++/*
+ void gexSetModalWin(GtkWidget *win, BOOL modal);
++*/
+ 
+ /* text editor applet */
+ /* blocking version */
+@@ -148,8 +172,9 @@ char *gexEditorGetText(void *editor, STO
+ /* use messfree to destroy */
+ 
+ /* signal call back for menuitems/buttons linked to help pages */
++/*
+ void gexHelpOnSig (GtkWidget *widget, gpointer subject);
+-
++*/
+ BOOL gexHtmlViewer (char* helpFilename, void *user_pointer);
+ /* function for helpContextStruct passed to helpOnRegister */
+ 


=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# No JS in html doc
+# See lintian bug #1017966
+acedb source: source-is-missing



View it on GitLab: https://salsa.debian.org/med-team/acedb/-/compare/2f4f40ab2bb771b2b37d24288390be6b6c96d970...ec93544d6e592c9b45935210d1af22c6570011b8

-- 
View it on GitLab: https://salsa.debian.org/med-team/acedb/-/compare/2f4f40ab2bb771b2b37d24288390be6b6c96d970...ec93544d6e592c9b45935210d1af22c6570011b8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230815/097a2432/attachment-0001.htm>


More information about the debian-med-commit mailing list