]> git.proxmox.com Git - pve-sheepdog.git/commitdiff
export DEB_BUILD_HARDENING=1
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 14 Jul 2014 11:38:00 +0000 (13:38 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 14 Jul 2014 11:39:16 +0000 (13:39 +0200)
Makefile
debian/rules

index 6f7695da92254144da62c78f9a3e39e03156d617..5cb33ad0574fcb2a6730ee5c78a6aaa249bfc441 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-RELEASE=3.1
+RELEASE=3.2
 
 PACKAGE=pve-sheepdog
 PKGREL=1
index a22fc671277eaa57cffe16ebc16aea70f9ee8b94..f690c783df7ea68bb8d3d2d74dd81de87c36dc80 100755 (executable)
@@ -1,14 +1,9 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_BUILD_HARDENING=1
+
 %:
        dh --with quilt $@