]> git.proxmox.com Git - parted.git/commitdiff
add backport release number (~bpo70+1) master
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 13 Feb 2015 05:32:49 +0000 (06:32 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 13 Feb 2015 05:32:49 +0000 (06:32 +0100)
Makefile
changelog.pve [new file with mode: 0644]

index 29c1b6e6dc9aa6779c09d42fe855cad7b4606ffb..e1f8a4bd4760a100c719385e88607817be37f4ff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ RELEASE=3.3
 PACKAGE=parted
 PKGVERSION=3.2
 PKGRELEASE=6
+BPORELEASE=~bpo70+1
 
 PKGDIR=${PACKAGE}-${PKGVERSION}
 PKGSRC=${PACKAGE}_${PKGVERSION}.orig.tar.xz
@@ -11,18 +12,20 @@ DEBSRC=${PACKAGE}_${PKGVERSION}-${PKGRELEASE}.debian.tar.xz
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 DEBS=                                                  \
-${PACKAGE}_${PKGVERSION}-${PKGRELEASE}_${ARCH}.deb     \
-libparted2_${PKGVERSION}-${PKGRELEASE}_${ARCH}.deb
+${PACKAGE}_${PKGVERSION}-${PKGRELEASE}${BPORELEASE}_${ARCH}.deb        \
+libparted2_${PKGVERSION}-${PKGRELEASE}${BPORELEASE}_${ARCH}.deb
 
 
 all: ${DEBS}
        echo ${DEBS}
 
-${DEBS}: ${PKGSRC}
+${DEBS}: ${PKGSRC} changelog.pve
        rm -rf ${PKGDIR} debian
        tar xf ${PKGSRC}
        tar xf ${DEBSRC}
        cp -a debian ${PKGDIR}/debian
+       mv ${PKGDIR}/debian/changelog ${PKGDIR}/debian/changelog.org
+       cat changelog.pve ${PKGDIR}/debian/changelog.org > ${PKGDIR}/debian/changelog
        cd ${PKGDIR}; dpkg-buildpackage -rfakeroot -b -us -uc
 
 .PHONY: upload
diff --git a/changelog.pve b/changelog.pve
new file mode 100644 (file)
index 0000000..c878470
--- /dev/null
@@ -0,0 +1,6 @@
+parted (3.2-6~bpo70+1) stable; urgency=low
+
+  * recompile for Debian Wheezy
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Feb 2015 06:28:56 +0100
+