Changeset 2418 for trunk/host/debian


Ignore:
Timestamp:
May 26, 2013, 9:28:53 PM (11 years ago)
Author:
achernya
Message:
Swithc to dh7, emacs24 is a lie for now in scripts-vm-host
Location:
trunk/host/debian/scripts-vm-host/debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/host/debian/scripts-vm-host/debian/changelog

    r2417 r2418  
     1scripts-vm-host (0.7) wheezy; urgency=low
     2
     3  * emacs24-nox is a lie for now, switch back to emacs23-nox
     4  * Switch to dh7
     5
     6 -- Alexander Chernyakhovsky <achernya@mit.edu>  Sun, 26 May 2013 21:24:31 -0400
     7
    18scripts-vm-host (0.6) wheezy; urgency=low
    29
  • trunk/host/debian/scripts-vm-host/debian/control

    r2417 r2418  
    33Priority: extra
    44Maintainer: scripts team <scripts-team@mit.edu>
    5 Build-Depends: cdbs, debhelper (>= 7.0.50~), config-package-dev, munin-node
     5Build-Depends: debhelper (>= 7.0.50~), config-package-dev, munin-node
    66Standards-Version: 3.9.4
    77Homepage: http://scripts.mit.edu/
     
    1414 bwm-ng,
    1515 bzip2,
    16  emacs24-nox,
     16 emacs23-nox,
    1717 ethtool,
    1818 git,
  • trunk/host/debian/scripts-vm-host/debian/rules

    r1912 r2418  
    11#!/usr/bin/make -f
    2 
    3 DEB_DIVERT_FILES_scripts-vm-host = /etc/conserver/conserver.cf.divert
    4 DEB_TRANSFORM_FILES_scripts-vm-host = /etc/munin/munin-node.conf.divert
    5 
    6 include /usr/share/cdbs/1/rules/debhelper.mk
    7 include /usr/share/cdbs/1/rules/config-package.mk
    8 
     2%:
     3        dh $@ --with config-package
Note: See TracChangeset for help on using the changeset viewer.