1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
|
xcolorsel (1.1a-21) unstable; urgency=medium
* QA upload.
* debian/control:
- Added Vcs-* fields.
- Bumped Standards-Version to 4.3.0.
- New format to debhelper-compat and updated level to 12.
* debian/compat: deleted.
* debian/copyright:
- Updated Format field with https.
- Updated Paulo's email.
- Updated packaging copyright years.
* debian/upstream/metadada: created.
-- Paulo Henrique de Lima Santana (phls) <phls@debian.org> Thu, 31 Jan 2019 14:59:26 -0200
xcolorsel (1.1a-20) unstable; urgency=medium
* QA upload.
* Updated DH level to 10.
* debian/control: bumped Standards-Version to 3.9.8.
* debian/copyright: converted to format 1.0.
* debian/patches/03-fix-spelling-error-in-manpage.patch: fixed spelling
error in manpage.
* debian/rules: added the followings variables to improve the GCC hardening:
- DEB_BUILD_MAINT_OPTIONS.
- DEB_LDFLAGS_MAINT_APPEND.
* debian/watch: added a fake site to explain about the current status of the
original upstream homepage.
-- Paulo Henrique de Lima Santana (phls) <phls@softwarelivre.org> Mon, 31 Oct 2016 23:30:58 -0200
xcolorsel (1.1a-19) unstable; urgency=medium
* QA upload.
* Switch to "3.0 (quilt)" source format.
* Standards-Version: 3.9.6 (no special changes for this).
* Simplify debian/rules. No need to define CFLAGS and related
variables as this is already done by dh_auto_* targets.
* Try to be reproducible by calling nroff with -Tascii.
-- Santiago Vila <sanvila@debian.org> Wed, 07 Oct 2015 00:30:04 +0200
xcolorsel (1.1a-18) unstable; urgency=low
* QA upload.
* Change maintainer to QA group.
* Convert packaging from handwritten to debhelper
* Use dpkg-buildflags
* Change menu section to Applications/System/Administration
-- Frank Lichtenheld <djpig@debian.org> Tue, 04 Dec 2012 23:46:57 +0100
xcolorsel (1.1a-17) unstable; urgency=low
* Correct xutils build-dep to xutils-dev (Closes: #485541)
-- Decklin Foster <decklin@red-bean.com> Mon, 16 Jun 2008 22:17:17 -0400
xcolorsel (1.1a-16) unstable; urgency=low
* Replace hardcoded reference to /usr/lib/X11/rgb.txt with /etc/X11/rgb.txt.
-- Decklin Foster <decklin@red-bean.com> Sat, 15 Apr 2006 18:18:19 -0400
xcolorsel (1.1a-15) unstable; urgency=low
* The "Party like it's 2002" release
* Do not attempt to clean up in /usr/doc if that directory is actually a
symlink to /usr/share/doc. (Closes: #356075)
-- Decklin Foster <decklin@red-bean.com> Thu, 9 Mar 2006 12:02:12 -0500
xcolorsel (1.1a-14) unstable; urgency=low
* Remove /usr/doc/xcolorsel in postinst in case an older version did not
clean it up. (Closes: #355341)
-- Decklin Foster <decklin@red-bean.com> Mon, 6 Mar 2006 17:52:43 -0500
xcolorsel (1.1a-13) unstable; urgency=low
* Rebuild against libxaw7, and change build-deps to prevent building against
libxaw6 or libxaw8. (Closes: #321668)
-- Decklin Foster <decklin@red-bean.com> Tue, 10 Jan 2006 14:21:23 -0500
xcolorsel (1.1a-12) unstable; urgency=low
* Build against X.org (libx11-dev and libxt-dev, instead of XFree86's
xlibs-dev). (Closes: #346800)
* Bump Standards-Version to 3.6.2.
* Rebuild now that xaw3d is fixed. The above changes are from before I
opened this bug. (Closes: #321668)
* Install to /usr/bin, /usr/share/man, etc, instead of /usr/X11R6.
* Fix section in man page.
* Install menu file to /usr/share/menu.
-- Decklin Foster <decklin@red-bean.com> Mon, 9 Jan 2006 20:43:57 -0500
xcolorsel (1.1a-11) unstable; urgency=low
* New maintainer (Closes: #160303)
* Rebuild with new xaw3dg (Closes: #136891)
- Well, that was stupidly easy. Thanks, xaw3d people!
* Remove all traces of obsolete xaw-wappers support
* Comply with policy 3.6.0
- Do not set /usr/doc link
- Respect DEB_BUILD_OPTIONS
-- Decklin Foster <decklin@red-bean.com> Sun, 24 Aug 2003 10:38:27 -0400
xcolorsel (1.1a-10) unstable; urgency=low
* build explicitly with Xaw3d and depend on it. Add it to Build-Depends too.
* This conveniently (closes: #128236).
* Remove hacks from 1.1a-8.1 as Xaw3d apes the older Xaw.
* Change source maintainer to myself (closes: #82446).
-- Ian Zimmerman <itz@speakeasy.org> Fri, 15 Feb 2002 08:10:40 -0800
xcolorsel (1.1a-9) unstable; urgency=low
* QA upload.
* Don't assume that hppa is HP-UX (closes: #105072).
* Clean debian/substvars.
-- Colin Watson <cjwatson@debian.org> Wed, 25 Jul 2001 14:11:18 +0100
xcolorsel (1.1a-8.2) unstable; urgency=low
* NMU
* Package is orphaned, setting the maintainer to the Debian QA Group
-- Carlos Laviola <claviola@ajato.com.br> Fri, 13 Apr 2001 01:14:34 -0300
xcolorsel (1.1a-8.1) unstable; urgency=low
* NMU
* RgbSrc.c, RgbSink.c: some quick hacks to get around the fact that the
author of this X client did what you're never supposed to do; relied
upon internal interfaces of a library he depended upon. So, of course,
xcolorsel wouldn't build now that Xaw has revved.
* /usr/doc -> /usr/share/doc
* strip installed binary
* comment out xaw-wrappers stuff, now that we are built against Xaw7
* lintian 1.20.9 clean
* debian/control:
- added Build-Depends
- bumped Standards-Version to 3.5.2
* debian/copyright:
- correct path to GPL license text
* debian/rules:
- add -isp to dpkg-gencontrol
-- Branden Robinson <branden@debian.org> Fri, 16 Mar 2001 21:31:36 -0500
xcolorsel (1.1a-8) unstable; urgency=low
* debian/menu: New file: adds menu support
* debian/xaw-wrappers: New file: support for new xaw-wrappers (#37106)
* debian/postinst: Changes for new xaw-wrappers support
* debian/postrm: Changes for new xaw-wrappers support
* debian/prerm: New file needed for new xaw-wrappers support
* debian/rules: Changes for menu and xaw-wrappers support
* debian/rules: Remove use of {foo,bar} bashism
* xcolorsel.c: Return zero from main
-- Mark Baker <mbaker@iee.org> Mon, 5 Jul 1999 23:53:52 +0100
xcolorsel (1.1a-7) unstable; urgency=low
* Rewritten description into English instead of bad-English (#18976)
-- Mark Baker <mbaker@iee.org> Sat, 07 Mar 1998 16:18:36 +0000
xcolorsel (1.1a-6) unstable; urgency=low
* Fixed permissions
* Updated standards version to 2.4.0.0
-- Mark Baker <mbaker@iee.org> Tue, 09 Sep 1997 22:18:55 +0100
xcolorsel (1.1a-5) unstable; urgency=low
* Compiled against xlib6g...
* ... and in the process lose bogus dependency on elf-x11r6 (#12649)
-- Mark Baker <mbaker@iee.org> Tue, 09 Sep 1997 22:18:55 +0100
xcolorsel (1.1a-4) unstable; urgency=low
* Changed maintainer field in control file, as I forgot to do last time
-- Mark Baker <mbaker@iee.org> Sun, 13 Jul 1997 22:03:10 +0100
xcolorsel (1.1a-3) unstable; urgency=low
* New maintainer
* Compiled against libc6
* Changed the colour scheme so you can read the buttons
-- Mark Baker <mbaker@iee.org> Fri, 20 Jun 1997 17:47:37 +0100
xcolorsel (1.1a-2) unstable; urgency=low
* Call install-fvwm2menu if available
-- Larry Daffner <vizzie@airmail.net> Thu, 17 Oct 1996 00:27:46 -0500
xcolorsel (1.1a-1) unstable; urgency=low
* New package
-- Larry Daffner <vizzie@airmail.net> Wed, 2 Oct 1996 14:08:04 -0500
|