My build of dwm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

864 lines
24 KiB

  1. dwm (6.1-5) unstable; urgency=medium
  2. * debian/control:
  3. - Bump Standards-Version to 4.1.5 (no changes needed).
  4. - Update debhelper dependency to >= 11 instead of >= 10.
  5. - Update Vcs-* fields (Salsa migration).
  6. * debian/copyright:
  7. - Update copyright years.
  8. * Bump compat level to 11.
  9. * Bump debian/watch version to 4 and use HTTPS protocol.
  10. * Get rid of trailing whitespaces in debian/changelog.
  11. -- Hugo Lefeuvre <hle@debian.org> Sat, 21 Jul 2018 10:16:54 -0400
  12. dwm (6.1-4) unstable; urgency=medium
  13. * debian/control:
  14. - Bump Standards-Version to 4.0.0 (no changes needed).
  15. - Update debhelper dependency to >= 10 instead of >= 9.
  16. * debian/copyright:
  17. - Update copyright years.
  18. * Bump compat level to 10.
  19. * Revert changes to config.web.h introduced in 6.1-1 (Closes: #857174).
  20. -- Hugo Lefeuvre <hle@debian.org> Wed, 30 Aug 2017 12:12:50 +0200
  21. dwm (6.1-3) unstable; urgency=low
  22. * debian/control:
  23. - Bump Standards-Version to 3.9.8 (no changes needed).
  24. * debian/rules:
  25. - Make dwm repoducible by sorting header files before processing them
  26. (acknowledgements to Reiner Herrmann for the patch) (Closes: #825545).
  27. * debian/patches/2004_use_system_searchpaths.patch:
  28. - Use HTTPS protocol in the BTS link.
  29. * debian/copyright:
  30. - Update Format field to match DEP5 recommandations.
  31. - Use 'Expat' instead of 'MIT'.
  32. -- Hugo Lefeuvre <hle@debian.org> Sun, 19 Jun 2016 13:23:37 +0200
  33. dwm (6.1-2) unstable; urgency=low
  34. * Upload to unstable.
  35. * debian/control:
  36. - Fix broken Vcs-Git link.
  37. * debian/copyright:
  38. - Fix broken link in the Format field.
  39. -- Hugo Lefeuvre <hle@debian.org> Mon, 28 Mar 2016 11:47:52 +0200
  40. dwm (6.1-1) experimental; urgency=low
  41. * New upstream release.
  42. * debian/control:
  43. - Bump Standards-Version to 3.9.7.
  44. - Add a dependency on libxft-dev and libfreetype6-dev to match
  45. new release requirements.
  46. - Replace uxterm by stterm in the Recommends field to match new release
  47. recommendations.
  48. - Fix broken Vcs-Browser field.
  49. - Update Vcs-Git field to use an encrypted transport protocol.
  50. * debian/copyright:
  51. - Update copyright years.
  52. * debian/watch:
  53. - Change link to point to the official git repository (releases
  54. are more up-to-date there).
  55. * debian/patches/*:
  56. - Refresh patches for new upstream release.
  57. * debian/local/*:
  58. - Refresh config files for new upstream release.
  59. * debian/rules:
  60. - Enable all hardening options to compile as a PIE and add the bindnow
  61. flag.
  62. -- Hugo Lefeuvre <hle@debian.org> Sun, 27 Mar 2016 15:12:02 +0100
  63. dwm (6.0-8) unstable; urgency=low
  64. * New Maintainer (Closes: #793985).
  65. * debian/control:
  66. - Update the Maintainer field with the new maintainer name.
  67. - Bump Standards-Version to 3.9.6 (no changes needed).
  68. - Use https for the Vcs-Browser field.
  69. * debian/copyright:
  70. - Add a copyright entry to mention Hugo's work.
  71. - Use https for the Format field.
  72. -- Hugo Lefeuvre <hle@debian.org> Fri, 25 Sep 2015 16:14:43 +0200
  73. dwm (6.0-7) unstable; urgency=medium
  74. * Fix the override file, Thanks to intrigeri for hints.
  75. * Bump Standards-Version to 3.9.5, no change required.
  76. * Use cgit URL for Vcs-Browser field.
  77. -- Vasudev Kamath <kamathvasudev@gmail.com> Thu, 02 Oct 2014 22:21:08 +0530
  78. dwm (6.0-6) unstable; urgency=low
  79. * Introduce a missing new line in patch which makes it unusable.
  80. Closes: bug#722994. Thanks to Mats Erik Andersson.
  81. * Renamed patches to follow patch tagging micro guidelines
  82. debian/patches/README.
  83. * Add debian/patches/README documenting patch numbering micro policy.
  84. * Strip trailing space in 2001_replace_term_cmd.patch
  85. * Add patch 2004 removing reference to custom library paths and include
  86. paths, fixing FTBFS on mips*.
  87. Closes: bug#722765. Thanks to YunQiang Su.
  88. * Update 2001 patch to change rule to use Iceweasel instead of Firefox.
  89. Closes: bug#710180. Thanks to Daniel Gazda.
  90. * Changed maintainer specific configuration, to use xfce4-terminal in
  91. rule specific to terminals instead of x-terminal-emulator.
  92. -- Vasudev Kamath <kamathvasudev@gmail.com> Sun, 15 Sep 2013 20:34:14 +0530
  93. dwm (6.0-5) unstable; urgency=low
  94. * debian/control
  95. + Changed Homepage to http://dwm.suckless.org thanks to David Kalnischkies
  96. for pointing out
  97. + Increased minimum debhelper required to 9
  98. + Removed DM-Upload-Allowed field as it will be deprecated soon.
  99. + Bumped Standards-Version to 3.9.4, this didn't require any change to the
  100. package source.
  101. + Added dependency on xterm | x-terminal-emulator
  102. * Set debian/compat to 9
  103. * debian/rules
  104. + Removed hardening related lines. Since dwm package now uses compat level 9
  105. hardening will be automagically done by debhelper
  106. * debian/local/config.maintainer.h:
  107. + Changed tag 1 class to x-terminal-emulator so any terminal conforming to
  108. this virtual package will be placed in tag 1
  109. -- Vasudev Kamath <kamathvasudev@gmail.com> Sat, 11 May 2013 12:26:44 +0530
  110. dwm (6.0-4) unstable; urgency=low
  111. * debian/rules:
  112. + Fixed the way dpkg-buildflags were used in rules by removing conditional
  113. check on buidlflags.mk
  114. * debian/control:
  115. + Added dependency on dpkg-dev (>= 1.16.1.1) to remove conditional check for
  116. existence of dpkg-buildflags in rules file
  117. + Bumped Standards-Version to 3.9.3. No changes required to package.
  118. * debian/local/config.maintainer.h:
  119. + Added tag rules for few more applications
  120. -- Vasudev Kamath <kamathvasudev@gmail.com> Thu, 14 Jun 2012 20:37:51 +0530
  121. dwm (6.0-3) unstable; urgency=low
  122. * debian/patches:
  123. + Renamed all patches to contain numbers in their name.
  124. + Modified 02-dpkg-buildflags.patch to remove -Os from config.mk
  125. to allow DEB_BUILD_OPTIONS=noopt
  126. + Added 03-transparent-makefile.patch to make command execution in Makefile
  127. visible.
  128. * debian/clean:
  129. + Remove config.h generated during compiling of package
  130. -- Vasudev Kamath <kamathvasudev@gmail.com> Sun, 19 Feb 2012 15:32:47 +0530
  131. dwm (6.0-2) unstable; urgency=low
  132. * New alternative dwm.winkey is added. This uses windows key as modifier
  133. * New alternative dwm.maintainers is added. This is the configuration used
  134. by the current dwm maintainer
  135. * Reverted config.def.h and config.mk to upstream version
  136. [Kartik Mistry]
  137. * debian/control:
  138. + Added 'DM-Upload-Allowed: yes' field.
  139. -- Vasudev Kamath <kamathvasudev@gmail.com> Thu, 02 Feb 2012 16:39:09 +0530
  140. dwm (6.0-1) unstable; urgency=low
  141. * Imported Upstream version 6.0
  142. * debian/local/config.web.h
  143. + Added missing variable 'nmaster'
  144. -- Vasudev Kamath <kamathvasudev@gmail.com> Wed, 21 Dec 2011 22:15:39 +0530
  145. dwm (5.9-1) unstable; urgency=low
  146. * New Maintainer (Closes: #647088)
  147. * Watch file is added
  148. * Imported Upstream version 5.9
  149. * debian/control
  150. + Added myself as maintainer
  151. + Vcs-* fields now point to collab-maint git repository
  152. + Bumped Standards-Version to 3.9.2
  153. * debian/copyright
  154. + Added dep5 header
  155. + Added myself to list of copyright holders for debian folder
  156. + Cosmetic changes
  157. + Removed extra license block
  158. * debian/rules
  159. + Applied a patch provided by David Kalnischkies (Closes: #493819)
  160. -- Vasudev Kamath <kamathvasudev@gmail.com> Sun, 20 Nov 2011 21:32:50 +0530
  161. dwm (5.8.2-4) unstable; urgency=high
  162. * Fix "dwm doesn't work, black screen" <fix build script to clean config.h>
  163. (Closes: #618401)
  164. * Fix "Package description describes old behaviour" <removed text> (Closes:
  165. #615154)
  166. * Fix "startx, dwm shows error messages on a non functional fullscreen
  167. xterm" <same as #618401> (Closes: #606985)
  168. -- Kai Hendry <hendry@iki.fi> Sun, 03 Apr 2011 17:04:21 +0000
  169. dwm (5.8.2-3) unstable; urgency=low
  170. * New maintainer
  171. -- Kai Hendry <hendry@iki.fi> Sat, 04 Dec 2010 11:47:07 +0000
  172. dwm (5.8.2-2) experimental; urgency=low
  173. * Updating recommends on suckless-tools, formerly dwm-tools.
  174. * Updating standards version to 3.9.0.
  175. * Updating to standards version 3.9.1.
  176. * Switching to source format 3.0 (quilt).
  177. * Updating to debhelper version 8.
  178. -- Daniel Baumann <daniel@debian.org> Mon, 29 Nov 2010 21:13:21 +0100
  179. dwm (5.8.2-1) unstable; urgency=low
  180. * Merging upstream version 5.8.2.
  181. -- Daniel Baumann <daniel@debian.org> Fri, 04 Jun 2010 17:25:28 +0200
  182. dwm (5.8.1-2) unstable; urgency=low
  183. * Adding now apparently mandatory extension for xsession desktop files
  184. (Closes: #574742).
  185. -- Daniel Baumann <daniel@debian.org> Tue, 01 Jun 2010 07:32:34 +0200
  186. dwm (5.8.1-1) unstable; urgency=low
  187. * Merging upstream version 5.8.1.
  188. -- Daniel Baumann <daniel@debian.org> Sat, 29 May 2010 20:01:34 +0200
  189. dwm (5.8-1) unstable; urgency=low
  190. * Merging upstream version 5.8.
  191. * Updating year in copyright file.
  192. * Removing strip.patch, not required anymore.
  193. * Renumbering patches files.
  194. -- Daniel Baumann <daniel@debian.org> Sat, 29 May 2010 14:45:04 +0200
  195. dwm (5.7.2-2) unstable; urgency=low
  196. * Adding explicit debian source version 1.0 until switch to 3.0.
  197. * Updating year in copyright file.
  198. * Updating to standards 3.8.4.
  199. * Updating lintian overrides.
  200. * Sorting dh call in rules to more common order.
  201. * Updating README.source.
  202. -- Daniel Baumann <daniel@debian.org> Wed, 07 Apr 2010 00:36:04 +0200
  203. dwm (5.7.2-1) unstable; urgency=low
  204. * Merging upstream version 5.7.2.
  205. * Wrapping build-depends.
  206. -- Daniel Baumann <daniel@debian.org> Sat, 03 Oct 2009 16:44:37 +0200
  207. dwm (5.7.1-1) unstable; urgency=low
  208. * Merging upstream version 5.7.1.
  209. * Bumping versioned build-depends on debhelper.
  210. * Bumping versioned build-depends on quilt.
  211. -- Daniel Baumann <daniel@debian.org> Sat, 03 Oct 2009 16:42:13 +0200
  212. dwm (5.7-1) unstable; urgency=low
  213. * Adding maintainer homepage field to control.
  214. * Marking maintainer homepage field to be also included in binary
  215. packages and changelog.
  216. * Adding README.source.
  217. * Merging upstream version 5.7.
  218. * Moving maintainer homepage from control to copyright.
  219. * Updating README.source.
  220. -- Daniel Baumann <daniel@debian.org> Sat, 03 Oct 2009 16:38:25 +0200
  221. dwm (5.6.1-2) unstable; urgency=low
  222. * Updating maintainer field.
  223. * Updating vcs fields.
  224. * Updating package to standards version 3.8.3.
  225. * Sorting depends.
  226. * Prefixing debhelper files with package name.
  227. * Minimizing rules file.
  228. -- Daniel Baumann <daniel@debian.org> Thu, 20 Aug 2009 17:57:52 +0200
  229. dwm (5.6.1-1) unstable; urgency=low
  230. * Merging upstream version 5.6.1.
  231. -- Daniel Baumann <daniel@debian.org> Mon, 27 Jul 2009 13:54:25 +0200
  232. dwm (5.6-2) unstable; urgency=low
  233. [ Kai Hendry ]
  234. * Updating Webconverger config.
  235. -- Daniel Baumann <daniel@debian.org> Tue, 14 Jul 2009 23:06:29 +0200
  236. dwm (5.6-1) unstable; urgency=low
  237. [ Daniel Baumann ]
  238. * Merging upstream version 5.6.
  239. * Rediffing strip.dpatch.
  240. * Removing font.dpatch, not required anymore.
  241. [ Kai Hendry ]
  242. * Updating Webconverger config.
  243. [ Daniel Baumann ]
  244. * Using quilt rather than dpatch.
  245. * Updating year in copyright file.
  246. * Updating package to standards version 3.8.2.
  247. * Adding description in menu file.
  248. * Updating rules to current state of the art.
  249. -- Daniel Baumann <daniel@debian.org> Tue, 14 Jul 2009 22:21:42 +0200
  250. dwm (5.5-1) unstable; urgency=low
  251. * Adding x11-xserver-utils to recommends (Closes: #516640).
  252. * Merging upstream version 5.5.
  253. * Using correct rfc-2822 date formats in changelog.
  254. -- Daniel Baumann <daniel@debian.org> Mon, 18 May 2009 12:00:58 +0200
  255. dwm (5.4.1-1) unstable; urgency=low
  256. * Merging upstream version 5.4.1.
  257. -- Daniel Baumann <daniel@debian.org> Tue, 10 Feb 2009 15:57:00 +0100
  258. dwm (5.4-1) unstable; urgency=low
  259. * Merging upstream version 5.4.
  260. -- Daniel Baumann <daniel@debian.org> Tue, 10 Feb 2009 15:52:00 +0100
  261. dwm (5.3.1-2) unstable; urgency=low
  262. * Setting selfgcolor in web config to black.
  263. * Renaming tag to shortname 'web' instead of 'webconverger'. However,
  264. this isn't visible anyway, but for cosemtics.
  265. -- Daniel Baumann <daniel@debian.org> Mon, 22 Dec 2008 12:24:00 +0100
  266. dwm (5.3.1-1) unstable; urgency=low
  267. * Merging upstream version 5.3.1 (Closes: #508296).
  268. -- Daniel Baumann <daniel@debian.org> Sun, 14 Dec 2008 21:39:00 +0100
  269. dwm (5.3-1) unstable; urgency=low
  270. [ Daniel Baumann ]
  271. * Using patch-stamp rather than patch in rules file.
  272. * Replacing obsolete dh_clean -k with dh_prep.
  273. * Merging upstream version 5.3.
  274. [ Kai Hendry ]
  275. * Updating Webconverger config.
  276. -- Daniel Baumann <daniel@debian.org> Sun, 14 Dec 2008 21:33:00 +0100
  277. dwm (5.2-1) unstable; urgency=low
  278. [ Daniel Baumann ]
  279. * Updating vcs fields in control file.
  280. * Merging upstream version 5.2 (Closes: #498738).
  281. [ Kai Hendry ]
  282. * Updating Webconverger config.
  283. -- Daniel Baumann <daniel@debian.org> Wed, 17 Sep 2008 16:28:00 +0200
  284. dwm (5.1-1) unstable; urgency=low
  285. [ Daniel Baumann ]
  286. * Adding build-depends to libxinerama-dev.
  287. * Reordering rules file.
  288. * Correcting icon entry in desktop file.
  289. * Using lintian debhelper to install lintian overrides.
  290. * Rediffing terminal patch.
  291. * Rediffing font patch.
  292. * Adding patch from Tiago Saboga <tiagosaboga@gmail.com> to respect nostrip
  293. (Closes: #436781).
  294. * Rewriting copyright file in machine-interpretable format.
  295. * Adding vcs fields to control file.
  296. * Upgrading package to standards 3.8.0.
  297. * Upgrading package to debhelper 7.
  298. * Merging upstream version 5.1.
  299. [ Kai Hendry ]
  300. * Updating Webconverger config.
  301. -- Daniel Baumann <daniel@debian.org> Sun, 03 Aug 2008 17:05:00 +0200
  302. dwm (4.7-3) unstable; urgency=low
  303. [ Kay Hendry ]
  304. * Updating web config.
  305. -- Daniel Baumann <daniel@debian.org> Mon, 21 Jan 2008 21:22:00 +0100
  306. dwm (4.7-2) unstable; urgency=low
  307. * Bumping standards version.
  308. * Using new homepage field in control.
  309. * Don't hide make errors in clean target of rules.
  310. * Updating menu file to new policy version.
  311. -- Daniel Baumann <daniel@debian.org> Sun, 23 Dec 2007 13:41:00 +0100
  312. dwm (4.7-1) unstable; urgency=low
  313. * New upstream release.
  314. * Setting default font to fixed.
  315. * Fixing webc config again.
  316. -- Daniel Baumann <daniel@debian.org> Fri, 23 Nov 2007 21:48:00 +0100
  317. dwm (4.6-1) unstable; urgency=low
  318. * New upstream release.
  319. * Updated webc config.
  320. -- Daniel Baumann <daniel@debian.org> Fri, 16 Nov 2007 12:01:00 +0100
  321. dwm (4.5-2) unstable; urgency=medium
  322. * Fixed clean target to respect the config.h changes from dwm 4.4 to dwm
  323. 4.5 wrt/ applying and deapplying patches.
  324. -- Daniel Baumann <daniel@debian.org> Sun, 14 Oct 2007 13:24:00 +0200
  325. dwm (4.5-1) unstable; urgency=low
  326. * New upstream release:
  327. - Upstream switched from multiple config.*.h to one single config.h.
  328. This means, that user customized configs must be put into debian/config,
  329. because additional config.*.h are not detected anymore.
  330. A side effect of this is, that the previous 'problem' of changed
  331. contents of the package after several builds with user configs goes
  332. away (Closes: #441701).
  333. -- Daniel Baumann <daniel@debian.org> Sat, 29 Sep 2007 16:11:00 +0200
  334. dwm (4.4.1-1) unstable; urgency=low
  335. * New upstream release.
  336. -- Daniel Baumann <daniel@debian.org> Sun, 26 Aug 2007 14:10:00 +0200
  337. dwm (4.4-1) unstable; urgency=low
  338. * New upstream release.
  339. -- Daniel Baumann <daniel@debian.org> Thu, 23 Aug 2007 21:06:00 +0200
  340. dwm (4.3-1) unstable; urgency=low
  341. * New upstream release.
  342. -- Daniel Baumann <daniel@debian.org> Sat, 14 Jul 2007 21:22:00 +0200
  343. dwm (4.2-3) unstable; urgency=low
  344. * Fixed typo in menu longtitle as found by Bill Allombert
  345. <ballombe@debian.org> (Closes: #428520).
  346. -- Daniel Baumann <daniel@debian.org> Tue, 12 Jun 2007 13:06:00 +0200
  347. dwm (4.2-2) unstable; urgency=low
  348. [ Kai Hendri ]
  349. * Updated the web config to have no top bar.
  350. -- Daniel Baumann <daniel@debian.org> Tue, 05 Jun 2007 18:13:00 +0200
  351. dwm (4.2-1) unstable; urgency=low
  352. * New upstrema release.
  353. -- Daniel Baumann <daniel@debian.org> Fri, 01 Jun 2007 18:52:00 +0200
  354. dwm (4.1-1) unstable; urgency=low
  355. * New upstrema release.
  356. -- Daniel Baumann <daniel@debian.org> Mon, 21 May 2007 15:35:00 +0200
  357. dwm (4.0-2) unstable; urgency=low
  358. * Rebuild against fixed debhelper, see #420158 (Closes: #420120, #420140).
  359. -- Daniel Baumann <daniel@debian.org> Sat, 21 Apr 2007 07:30:00 +0200
  360. dwm (4.0-1) unstable; urgency=low
  361. * New upstream release.
  362. -- Daniel Baumann <daniel@debian.org> Thu, 19 Apr 2007 10:22:00 +0200
  363. dwm (3.9-3) unstable; urgency=low
  364. * Fixed typo in rules.
  365. -- Daniel Baumann <daniel@debian.org> Thu, 05 Apr 2007 08:35:00 +0200
  366. dwm (3.9-2) unstable; urgency=low
  367. [ Daniel Baumann ]
  368. * Adding debian/configs for local configuration files.
  369. [ Kai Hendri ]
  370. * Made a new web configuration for webconverger.
  371. -- Daniel Baumann <daniel@debian.org> Mon, 02 Apr 2007 18:20:00 +0200
  372. dwm (3.9-1) unstable; urgency=low
  373. * New upstream release.
  374. -- Daniel Baumann <daniel@debian.org> Mon, 02 Apr 2007 14:15:00 +0200
  375. dwm (3.8-4) unstable; urgency=low
  376. * If a user puts his config in config.h or config.user.h, it's configuration
  377. is not overwritten anymore, but included as dwm.user binary into the debian
  378. package (Closes: #415587).
  379. -- Daniel Baumann <daniel@debian.org> Mon, 26 Mar 2007 16:51:00 +0100
  380. dwm (3.8-3) unstable; urgency=low
  381. * Removed left-over from alternative config.
  382. -- Daniel Baumann <daniel@debian.org> Mon, 19 Mar 2007 19:41:00 +0100
  383. dwm (3.8-2) unstable; urgency=low
  384. * Added alternative configuration provided by Kai Hendry <hendry@iki.fi>.
  385. -- Daniel Baumann <daniel@debian.org> Mon, 05 Mar 2007 15:20:00 +0100
  386. dwm (3.8-1) unstable; urgency=low
  387. * New upstream release.
  388. -- Daniel Baumann <daniel@debian.org> Mon, 05 Mar 2007 15:20:00 +0100
  389. dwm (3.7-1) unstable; urgency=low
  390. * New upstream release.
  391. -- Daniel Baumann <daniel@debian.org> Sat, 24 Feb 2007 19:00:00 +0100
  392. dwm (3.6.1-1) unstable; urgency=low
  393. * New upstream release.
  394. -- Daniel Baumann <daniel@debian.org> Wed, 21 Feb 2007 13:11:00 +0100
  395. dwm (3.5-1) unstable; urgency=low
  396. * New upstream release.
  397. -- Daniel Baumann <daniel@debian.org> Wed, 13 Feb 2007 10:19:00 +0100
  398. dwm (3.4-1) unstable; urgency=low
  399. * New upstream release.
  400. -- Daniel Baumann <daniel@debian.org> Wed, 07 Feb 2007 13:31:00 +0100
  401. dwm (3.3-1) unstable; urgency=low
  402. * New upstream release.
  403. -- Daniel Baumann <daniel@debian.org> Thu, 01 Feb 2007 09:30:00 +0100
  404. dwm (3.2.2-1) unstable; urgency=low
  405. * New upstream release.
  406. -- Daniel Baumann <daniel@debian.org> Thu, 25 Jan 2007 11:51:00 +0100
  407. dwm (3.2.1-1) unstable; urgency=low
  408. * New upstream release.
  409. -- Daniel Baumann <daniel@debian.org> Wed, 24 Jan 2007 21:20:00 +0100
  410. dwm (3.2-1) unstable; urgency=low
  411. * New upstream release.
  412. -- Daniel Baumann <daniel@debian.org> Wed, 24 Jan 2007 13:05:00 +0100
  413. dwm (3.1-1) unstable; urgency=low
  414. * New upstream release.
  415. -- Daniel Baumann <daniel@debian.org> Tue, 16 Jan 2007 14:52:00 +0100
  416. dwm (3.0-1) unstable; urgency=low
  417. * New upstream release.
  418. -- Daniel Baumann <daniel@debian.org> Fri, 12 Jan 2007 21:49:00 +0100
  419. dwm (2.9-1) unstable; urgency=low
  420. * New upstream release:
  421. - dropping 02-configuration.dpatch, dwm contains now 9 tags per default.
  422. -- Daniel Baumann <daniel@debian.org> Mon, 08 Jan 2007 16:26:00 +0100
  423. dwm (2.8-1) unstable; urgency=low
  424. * New upstream release.
  425. -- Daniel Baumann <daniel@debian.org> Tue, 02 Jan 2007 15:46:00 +0100
  426. dwm (2.7-1) unstable; urgency=low
  427. * New upstream release.
  428. -- Daniel Baumann <daniel@debian.org> Thu, 14 Dec 2006 09:28:00 +0100
  429. dwm (2.6-1) unstable; urgency=low
  430. * New upstream release.
  431. -- Daniel Baumann <daniel@debian.org> Thu, 07 Dec 2006 16:03:00 +0100
  432. dwm (2.5.1-1) unstable; urgency=low
  433. * New upstream release.
  434. -- Daniel Baumann <daniel@debian.org> Mon, 04 Dec 2006 22:01:00 +0100
  435. dwm (2.5-1) unstable; urgency=low
  436. * New upstream release.
  437. -- Daniel Baumann <daniel@debian.org> Mon, 04 Dec 2006 16:19:00 +0100
  438. dwm (2.4-1) unstable; urgency=low
  439. * New upstream release.
  440. -- Daniel Baumann <daniel@debian.org> Thu, 30 Nov 2006 14:44:00 +0100
  441. dwm (2.3-1) unstable; urgency=low
  442. * New upstream release.
  443. -- Daniel Baumann <daniel@debian.org> Thu, 26 Nov 2006 15:15:00 +0100
  444. dwm (2.2-2) unstable; urgency=medium
  445. * Forgot to assign keystrokes for the additional desktops.
  446. -- Daniel Baumann <daniel@debian.org> Thu, 23 Nov 2006 21:17:00 +0100
  447. dwm (2.2-1) unstable; urgency=medium
  448. * New upstream release:
  449. - contains some code cleanups and a minor fixes.
  450. -- Daniel Baumann <daniel@debian.org> Tue, 21 Nov 2006 10:09:00 +0100
  451. dwm (2.1-1) unstable; urgency=low
  452. * New upstream release.
  453. -- Daniel Baumann <daniel@debian.org> Thu, 02 Nov 2006 12:00:00 +0100
  454. dwm (2.0-1) unstable; urgency=low
  455. * New upstream release.
  456. -- Daniel Baumann <daniel@debian.org> Tue, 31 Oct 2006 12:11:00 +0100
  457. dwm (1.9+fixed-4) unstable; urgency=medium
  458. * Updated upstream URL, removed watch file.
  459. -- Daniel Baumann <daniel@debian.org> Sun, 29 Oct 2006 15:29:00 +0100
  460. dwm (1.9+fixed-3) unstable; urgency=medium
  461. * Added recommends to dmenu.
  462. -- Daniel Baumann <daniel@debian.org> Thu, 12 Oct 2006 15:13:00 +0200
  463. dwm (1.9+fixed-2) unstable; urgency=medium
  464. * Added recommends to dwm-tools.
  465. -- Daniel Baumann <daniel@debian.org> Thu, 12 Oct 2006 15:12:00 +0200
  466. dwm (1.9+fixed-1) unstable; urgency=low
  467. * Upstream did change the released tarball again, reuploading the
  468. fixed one. See
  469. <http://www.10kloc.org/pipermail/dwm/2006-October/001004.html> for more
  470. information.
  471. -- Daniel Baumann <daniel@debian.org> Fri, 06 Oct 2006 14:19:00 +0200
  472. dwm (1.9-1) unstable; urgency=low
  473. * New upstream release.
  474. -- Daniel Baumann <daniel@debian.org> Fri, 06 Oct 2006 13:59:00 +0200
  475. dwm (1.8-1) unstable; urgency=low
  476. * New upstream release.
  477. * Removing alternatives again, upstream of the patches cannot keep up with
  478. the upstream of dwm.
  479. -- Daniel Baumann <daniel@debian.org> Thu, 05 Oct 2006 20:37:00 +0200
  480. dwm (1.7.1-1) unstable; urgency=low
  481. * New upstream release.
  482. -- Daniel Baumann <daniel@debian.org> Mon, 02 Oct 2006 19:52:00 +0200
  483. dwm (1.6-3) unstable; urgency=low
  484. * Added sticky-layout patch from Julian Romero <julian.romero+dwm@gmail.com>.
  485. * Now building alternative binaries:
  486. - normal: /usr/bin/dwm.normal
  487. - sticky-layout: /usr/bin/dwm.sticky-layout
  488. - wide-layout: /usr/bin/dwm.wide-layout
  489. - /usr/bin/dwm is handled through update-alternatives.
  490. * Added lintian override.
  491. -- Daniel Baumann <daniel@debian.org> Sat, 23 Sep 2006 19:09:00 +0200
  492. dwm (1.6-2) unstable; urgency=low
  493. * Adding wide-layout patch from Ross Mohn <rpmohn@waxandwane.org>.
  494. -- Daniel Baumann <daniel@debian.org> Tue, 19 Sep 2006 23:56:00 +0200
  495. dwm (1.6-1) unstable; urgency=low
  496. * New upstream release.
  497. -- Daniel Baumann <daniel@debian.org> Sat, 16 Sep 2006 11:34:00 +0200
  498. dwm (1.5-1) unstable; urgency=low
  499. * New upstream release.
  500. -- Daniel Baumann <daniel@debian.org> Fri, 08 Sep 2006 14:33:00 +0200
  501. dwm (1.4+fixed-1) unstable; urgency=low
  502. * Upstream did upload the 1.4 tarball without a z-layer fix, therefore
  503. re-uploading 1.4. See
  504. <http://www.10kloc.org/pipermail/dwm/2006-September/000664.html> for more
  505. information.
  506. -- Daniel Baumann <daniel@debian.org> Wed, 06 Sep 2006 12:50:00 +0200
  507. dwm (1.4-1) unstable; urgency=low
  508. * New upstream release.
  509. -- Daniel Baumann <daniel@debian.org> Wed, 06 Sep 2006 11:59:00 +0200
  510. dwm (1.3-1) unstable; urgency=low
  511. * New upstream release.
  512. -- Daniel Baumann <daniel@debian.org> Tue, 05 Sep 2006 01:38:00 +0200
  513. dwm (1.2-1) unstable; urgency=low
  514. * New upstream release.
  515. -- Daniel Baumann <daniel@debian.org> Wed, 30 Aug 2006 20:01:00 +0200
  516. dwm (1.1-1) unstable; urgency=low
  517. * New upstream release.
  518. -- Daniel Baumann <daniel@debian.org> Mon, 28 Aug 2006 10:36:00 +0200
  519. dwm (1.0-1) unstable; urgency=low
  520. * New upstream release.
  521. -- Daniel Baumann <daniel@debian.org> Tue, 24 Aug 2006 14:10:00 +0200
  522. dwm (0.9-1) unstable; urgency=low
  523. * New upstream release.
  524. -- Daniel Baumann <daniel@debian.org> Tue, 15 Aug 2006 10:54:00 +0200
  525. dwm (0.8-2) unstable; urgency=low
  526. * Updated description.
  527. -- Daniel Baumann <daniel@debian.org> Sun, 13 Aug 2006 19:35:00 +0200
  528. dwm (0.8-1) unstable; urgency=low
  529. * New upstream release.
  530. -- Daniel Baumann <daniel@debian.org> Thu, 10 Aug 2006 17:30:00 +0200
  531. dwm (0.7-1) unstable; urgency=low
  532. * New upstream release.
  533. -- Daniel Baumann <daniel@debian.org> Mon, 07 Aug 2006 14:42:00 +0200
  534. dwm (0.6-1) unstable; urgency=low
  535. * New upstream release.
  536. -- Daniel Baumann <daniel@debian.org> Wed, 02 Aug 2006 17:08:00 +0200
  537. dwm (0.5-1) unstable; urgency=low
  538. * New upstream release.
  539. -- Daniel Baumann <daniel@debian.org> Fri, 21 Jul 2006 21:24:00 +0200
  540. dwm (0.4-1) unstable; urgency=low
  541. * Initial release.
  542. -- Daniel Baumann <daniel@debian.org> Thu, 20 Jul 2006 12:52:00 +0200