Changeset 764
- Timestamp:
- Dec 5, 2007 12:23:21 AM (5 years ago)
- Location:
- trunk/tweak/src/tweak/debian
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tweak/src/tweak/debian/changelog
r365 r764 1 tweak (3.01-4) unstable; urgency=low 2 3 * added XS-Dm-Upload-Allowed:, Homepage:, Vcs-Browser: Vcs-Svn: fields 4 to debian/control 5 * changed debian packaging license to GPL v3 or later 6 7 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Wed, 05 Dec 2007 00:14:35 -0500 8 1 9 tweak (3.01-3) unstable; urgency=low 2 10 -
trunk/tweak/src/tweak/debian/control
r365 r764 4 4 Maintainer: Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> 5 5 Build-Depends: debhelper (>= 5), halibut, libncurses5-dev 6 XS-Dm-Upload-Allowed: yes 7 Vcs-Svn: http://cmrg.fifthhorseman.net/svn/trunk/tweak 8 Vcs-Browser: http://cmrg.fifthhorseman.net/browser/trunk/tweak 9 Homepage: http://www.chiark.greenend.org.uk/~sgtatham/tweak/ 6 10 Standards-Version: 3.7.2.2 7 11 … … 19 23 has customizable keybindings, but the default keybindings are similar 20 24 to emacs. 21 .22 Homepage: http://www.chiark.greenend.org.uk/~sgtatham/tweak/ -
trunk/tweak/src/tweak/debian/copyright
r347 r764 32 32 33 33 The Debian packaging is (C) 2007, Daniel Kahn Gillmor 34 <dkg-debian.org@fifthhorseman.net> and is licensed under the GPL , see35 `/usr/share/common-licenses/GPL'.34 <dkg-debian.org@fifthhorseman.net> and is licensed under the GPL v3 or 35 later, see `/usr/share/common-licenses/GPL'. 36 36 37 37 -
trunk/tweak/src/tweak/debian/rules
r365 r764 5 5 # (C) 2007 by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> 6 6 # 7 # This file is released under the GPL, v 2or later7 # This file is released under the GPL, v3 or later 8 8 # (see /usr/share/common-licenses/GPL) 9 9 … … 19 19 endif 20 20 21 configure: configure-stamp22 configure-stamp:23 dh_testdir24 touch configure-stamp25 26 27 21 build: build-stamp 28 22 29 build-stamp: configure-stamp23 build-stamp: 30 24 dh_testdir 31 25 $(MAKE) … … 35 29 dh_testdir 36 30 dh_testroot 37 rm -f build-stamp configure-stamp31 rm -f build-stamp 38 32 -$(MAKE) clean 39 33 dh_clean
Note: See TracChangeset
for help on using the changeset viewer.

