gpaint (0.3.3-6.1)
[PTS] [DDPO]
ERROR:
- Git: git://git.debian.org/git/users/goedson/pkg-gpaint.git
-
- Branch: master
- Path: debian/changelog
- Repo size:
- Browser: http://git.debian.org/?p=users/goedson/pkg-gpaint.git;a=summary
- Last scan: 2023-01-31 10:41:02+00
- Error: fatal: repository 'https://anonscm.debian.org/git/users/goedson/pkg-gpaint.git/' not found
- Next scan: 2023-02-01 08:37:00+00
- Debian changelog in Git:
gpaint (0.3.3-6) unstable; urgency=low
* debian/patches/26_fix_toolbar.diff: don't set the style for the toolbar,
allowing gpaint to follow the user's preferences (Closes: #497488)
(LP: #127296)
* debian/patches/21_fix_crash_on_fill_button_click.dpatch: fixed the check
for null drawing_area.
* debian/patches/*.dpatch: renamed to *.diff since we're not using dpatch
anymore
* debian/control: added ${misc:Depends} to the binary package Depends
* debian/patches/*.diff: Added meta information tags compliant with DEP-3
recommendations.
-- Goedson Teixeira Paixao <goedson@debian.org> Fri, 08 Jan 2010 16:04:00 -0200
- This branch is 6 commits ahead of tag debian/0.3.3-5
- Git log:
commit f45078bfc6a8149a4d8f5b870a224f4313be8fd2
Author: Goedson Teixeira Paixao <goedson@debian.org>
Date: Fri Jan 8 16:45:49 2010 -0200
Released revision 0.3.3-6
commit 14a1d5bb60ee4211ef604788482dc2ff81a00a38
Author: Goedson Teixeira Paixao <goedson@debian.org>
Date: Sat Dec 26 14:42:15 2009 -0200
Added meta information to patches
Added meta information tags to patches according to DEP-3
recommendations.
commit ea77a4fd32d40e1335a4250aceedad3ab004e1e8
Author: Goedson Teixeira Paixao <goedson@debian.org>
Date: Wed Dec 23 20:28:16 2009 -0200
Added ${misc:Depends} to the binary package Depends field
commit a6467df8389ecabe1d040d168f76425370c2e8b5
Author: Goedson Teixeira Paixao <goedson@debian.org>
Date: Wed Dec 23 20:15:05 2009 -0200
Renamed patch files from *.dpatch to *.diff
Renamed patch files from *.dpatch to *.diff since we're not using
dpatch anymore.
commit 2016d37c039e625ac1b4d8b3eb1a1f65d2dfa662
Author: Goedson Teixeira Paixao <goedson@debian.org>
Date: Wed Dec 23 13:04:32 2009 -0200
Fixed patch for crash on fill button click
The previous patch was incorrectly testing for a non-null pointer,
instead of a null pointer to avoid dereferencing it.
commit 630db8eb0a3f4770a1654e378bfed107e2cfb80d
Author: Goedson Teixeira Paixao <goedson@debian.org>
Date: Tue Dec 22 21:02:03 2009 -0200
Fix toolbar behavior
Do not set the toolbar style so that gpaint will follow the user
preferences.