Steffen Möller pushed to branch master at Debian Med / gentle


Commits:
ee9360a1 by Steffen Moeller at 2023-09-09T11:46:30+02:00
Preparing for 1.9.5~alpha1

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/ExpandOverridesAll.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-gentle (1.9.5~alpha1+dfsg-1) UNRELEASED; urgency=medium
+gentle (1.9.5~alpha1+dfsg-1) unstable; urgency=medium
 
   * Upstream accepted all our patches.
   * Many smallish bug fixes hinted by modern compilers that should improve


=====================================
debian/patches/ExpandOverridesAll.patch
=====================================
@@ -0,0 +1,26 @@
+Index: gentle/TAlignmentDialog.cpp
+===================================================================
+--- gentle.orig/TAlignmentDialog.cpp
++++ gentle/TAlignmentDialog.cpp
+@@ -143,7 +143,7 @@ void TAlignmentDialog::init_what ()
+     h0->Add ( v1 , 1 , wxALL , 5 ) ;
+     h0->Add ( v2 , 1 , wxEXPAND , 5 ) ;
+     vx->Add ( h0 , 1 , wxEXPAND ) ;
+-    vx->Add ( new wxStaticText ( p , -1 , txt("t_alignment_txt") ) , 0 , 
wxEXPAND|wxALIGN_CENTER_HORIZONTAL ) ;
++    vx->Add ( new wxStaticText ( p , -1 , txt("t_alignment_txt") ) , 0 , 
wxEXPAND ) ;
+     p->SetSizer ( vx ) ;
+     nb->AddPage ( pwhat , txt("t_sequences") ) ;
+     }
+Index: gentle/AlignmentAppearanceDialog.cpp
+===================================================================
+--- gentle.orig/AlignmentAppearanceDialog.cpp
++++ gentle/AlignmentAppearanceDialog.cpp
+@@ -60,7 +60,7 @@ AlignmentAppearanceDialog::~AlignmentApp
+ AlignmentAppearanceDialog::AlignmentAppearanceDialog ( wxWindow *_parent , 
const wxString& title )
+     : wxDialog ( _parent , -1 , title )
+     {
+-      myapp()->frame->push_help ( _T("GENtle:Alignment_Appearance_Dialog") ) ;
++    myapp()->frame->push_help ( _T("GENtle:Alignment_Appearance_Dialog") ) ;
+     line_color_buttons = 0 ;
+     wxFlexGridSizer *fgs = new wxFlexGridSizer ( 2 , 2 , 2 ) ;
+ 


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 wx3.0-compat.patch
 HelpDoesNotWork.patch
+ExpandOverridesAll.patch



View it on GitLab: 
https://salsa.debian.org/med-team/gentle/-/commit/ee9360a1f1fdc40fff8adab6c5dffe763668ced0

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/gentle/-/commit/ee9360a1f1fdc40fff8adab6c5dffe763668ced0
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to