Codebase list dwm / e96a5c9
Make dwm reproducible, bump Standards-Version to 3.9.8. * debian/control: - Bump Standards-Version to 3.9.8 (no changes needed). * debian/rules: - Make dwm repoducible by sorting header files before processing them (acknowledgements to Reiner Herrmann for the patch) (Closes: #825545). * debian/patches/2004_use_system_searchpaths.patch: - Use HTTPS protocol in the BTS link. * debian/copyright: - Update Format field to match DEP5 recommandations. - Use 'Expat' instead of 'MIT'. Hugo Lefeuvre 7 years ago
5 changed file(s) with 23 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 dwm (6.1-3) unstable; urgency=low
1
2 * debian/control:
3 - Bump Standards-Version to 3.9.8 (no changes needed).
4 * debian/rules:
5 - Make dwm repoducible by sorting header files before processing them
6 (acknowledgements to Reiner Herrmann for the patch) (Closes: #825545).
7 * debian/patches/2004_use_system_searchpaths.patch:
8 - Use HTTPS protocol in the BTS link.
9 * debian/copyright:
10 - Update Format field to match DEP5 recommandations.
11 - Use 'Expat' instead of 'MIT'.
12
13 -- Hugo Lefeuvre <hle@debian.org> Sun, 19 Jun 2016 13:23:37 +0200
14
015 dwm (6.1-2) unstable; urgency=low
116
217 * Upload to unstable.
77 libxft-dev,
88 libfreetype6-dev,
99 dpkg-dev (>= 1.16.1.1)
10 Standards-Version: 3.9.7
10 Standards-Version: 3.9.8
1111 Homepage: http://dwm.suckless.org/
1212 Vcs-Git: https://anonscm.debian.org/git/collab-maint/dwm.git
1313 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dwm.git
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: dwm
22 Source: http://dwm.suckless.org
33
1515 © 2008 Martin Hurton <martin dot hurton at gmail dot com>
1616 © 2008 Neale Pickett <neale dot woozle dot org>
1717 © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
18 License: MIT
18 License: Expat
1919
2020 Files: debian/*
2121 Copyright: (C) 2015-2016 Hugo Lefeuvre <hle@debian.org>
2222 (C) 2011 Vasudev Kamath <kamathvasudev@gmail.com>
2323 (C) 2010 Kai Hendry <hendry@iki.fi>
2424 (C) 2006-2010 Daniel Baumann <daniel@debian.org>
25 License: MIT
25 License: Expat
2626
27 License: MIT
27 License: Expat
2828 Permission is hereby granted, free of charge, to any person obtaining a
2929 copy of this software and associated documentation files (the "Software"),
3030 to deal in the Software without restriction, including without limitation
55 mips* it causes FTBFS. Thanks to YunQiang Su for bringing this up.
66 Author: Vasudev Kamath <kamathvasudev@gmail.com>
77 Last-Updated: 2016-03-26
8 Bug-Debian: http://bugs.debian.org/722765
8 Bug-Debian: https://bugs.debian.org/722765
99
1010 --- a/config.mk 2016-03-26 23:36:45.914814792 +0100
1111 +++ b/config.mk 2016-03-26 23:37:20.275092945 +0100
2727 done
2828
2929 # Configuring maintainer scripts
30 sed -e "s|@ALTERNATIVES@|$(shell find debian/local/ -name 'config.*.h' | cut -d'.' -f 2 | tr '\n' ' ')|" debian/dwm.postinst.in > debian/dwm.postinst
31 sed -e "s|@ALTERNATIVES@|$(shell find debian/local/ -name 'config.*.h' | cut -d'.' -f 2 | tr '\n' ' ')|" debian/dwm.prerm.in > debian/dwm.prerm
30 sed -e "s|@ALTERNATIVES@|$(shell find debian/local/ -name 'config.*.h' | LC_ALL=C sort | cut -d'.' -f 2 | tr '\n' ' ')|" debian/dwm.postinst.in > debian/dwm.postinst
31 sed -e "s|@ALTERNATIVES@|$(shell find debian/local/ -name 'config.*.h' | LC_ALL=C sort | cut -d'.' -f 2 | tr '\n' ' ')|" debian/dwm.prerm.in > debian/dwm.prerm