]> git.proxmox.com Git - libnet-http-perl.git/commitdiff
initial import
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 28 Mar 2013 11:47:49 +0000 (12:47 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 28 Mar 2013 11:53:16 +0000 (12:53 +0100)
Makefile [new file with mode: 0644]
Net-HTTP-6.06.tar.gz [new file with mode: 0644]
libnet-http-perl_6.03-2.debian.tar.gz [new file with mode: 0644]
update-changelog.patch [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..9d5f5ba
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,48 @@
+# Source from CPAN 
+
+RELEASE=3.0
+
+VERSION=6.06
+PKGREL=1
+
+PACKAGE=libnet-http-perl
+
+DEBSRC=libnet-http-perl_6.03-2.debian.tar.gz
+PKGDIR=Net-HTTP-${VERSION}
+PKGSRC=${PKGDIR}.tar.gz
+
+ARCH=all
+DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb
+
+all: ${DEB}
+
+.PHONY: dinstall
+dinstall: deb
+       dpkg -i ${DEB}
+
+.PHONY: deb
+deb ${DEB}: 
+       rm -rf ${PKGDIR}
+       tar xf ${PKGSRC}
+       cd ${PKGDIR}; tar xf ../${DEBSRC}
+       cd ${PKGDIR}; patch -p1 <../update-changelog.patch
+       cd ${PKGDIR}; dpkg-buildpackage -rfakeroot -b -us -uc
+       lintian ${DEB}
+
+.PHONY: clean
+clean:
+       rm -rf *~ *.deb *.changes ${PKGDIR}
+
+.PHONY: distclean
+distclean: clean
+
+.PHONY: upload
+upload: ${DEB}
+       umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw 
+       mkdir -p /pve/${RELEASE}/extra
+       rm -f /pve/${RELEASE}/extra/${PACKAGE}_*.deb
+       rm -f /pve/${RELEASE}/extra/Packages*
+       cp ${DEB} /pve/${RELEASE}/extra
+       cd /pve/${RELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz
+       umount /pve/${RELEASE}; mount /pve/${RELEASE} -o ro
+
diff --git a/Net-HTTP-6.06.tar.gz b/Net-HTTP-6.06.tar.gz
new file mode 100644 (file)
index 0000000..5f5dcaa
Binary files /dev/null and b/Net-HTTP-6.06.tar.gz differ
diff --git a/libnet-http-perl_6.03-2.debian.tar.gz b/libnet-http-perl_6.03-2.debian.tar.gz
new file mode 100644 (file)
index 0000000..98d951b
Binary files /dev/null and b/libnet-http-perl_6.03-2.debian.tar.gz differ
diff --git a/update-changelog.patch b/update-changelog.patch
new file mode 100644 (file)
index 0000000..86c9b85
--- /dev/null
@@ -0,0 +1,12 @@
+--- Net-HTTP-6.06/debian/changelog.org 2013-03-28 12:40:05.000000000 +0100
++++ Net-HTTP-6.06/debian/changelog     2013-03-28 12:41:42.000000000 +0100
+@@ -1,3 +1,9 @@
++libnet-http-perl (6.06-1) unstable; urgency=low
++
++  * New upstream release (fixes problems with LWP::UserAgent)
++
++ -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Mar 2013 12:40:31 +0100
++
+ libnet-http-perl (6.03-2) unstable; urgency=low
+   * Team upload.