Changeset 764


Ignore:
Timestamp:
Dec 5, 2007 12:23:21 AM (5 years ago)
Author:
dkg
Message:

tweak: clean up debian packaging, enable new fields in debian/control.

Location:
trunk/tweak/src/tweak/debian
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/tweak/src/tweak/debian/changelog

    r365 r764  
     1tweak (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 
    19tweak (3.01-3) unstable; urgency=low 
    210 
  • trunk/tweak/src/tweak/debian/control

    r365 r764  
    44Maintainer: Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> 
    55Build-Depends: debhelper (>= 5), halibut, libncurses5-dev 
     6XS-Dm-Upload-Allowed: yes 
     7Vcs-Svn: http://cmrg.fifthhorseman.net/svn/trunk/tweak 
     8Vcs-Browser: http://cmrg.fifthhorseman.net/browser/trunk/tweak 
     9Homepage: http://www.chiark.greenend.org.uk/~sgtatham/tweak/ 
    610Standards-Version: 3.7.2.2 
    711 
     
    1923 has customizable keybindings, but the default keybindings are similar 
    2024 to emacs. 
    21  . 
    22   Homepage: http://www.chiark.greenend.org.uk/~sgtatham/tweak/ 
  • trunk/tweak/src/tweak/debian/copyright

    r347 r764  
    3232 
    3333The Debian packaging is (C) 2007, Daniel Kahn Gillmor 
    34 <dkg-debian.org@fifthhorseman.net> and is licensed under the GPL, see 
    35 `/usr/share/common-licenses/GPL'. 
     34<dkg-debian.org@fifthhorseman.net> and is licensed under the GPL v3 or 
     35later, see `/usr/share/common-licenses/GPL'. 
    3636 
    3737 
  • trunk/tweak/src/tweak/debian/rules

    r365 r764  
    55# (C) 2007 by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> 
    66#  
    7 # This file is released under the GPL, v2 or later 
     7# This file is released under the GPL, v3 or later 
    88# (see /usr/share/common-licenses/GPL) 
    99 
     
    1919endif 
    2020 
    21 configure: configure-stamp 
    22 configure-stamp: 
    23         dh_testdir 
    24         touch configure-stamp 
    25  
    26  
    2721build: build-stamp 
    2822 
    29 build-stamp: configure-stamp  
     23build-stamp:  
    3024        dh_testdir 
    3125        $(MAKE) 
     
    3529        dh_testdir 
    3630        dh_testroot 
    37         rm -f build-stamp configure-stamp 
     31        rm -f build-stamp 
    3832        -$(MAKE) clean 
    3933        dh_clean  
Note: See TracChangeset for help on using the changeset viewer.