From fdd8036ba32ad88e83a61191cc4597ae060355d2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 14:46:42 +0200 Subject: Adding live-initramfs 1.99.2-1. --- debian/changelog | 8 ++++++++ debian/control | 5 +++-- debian/rules | 5 ++--- 3 files changed, 13 insertions(+), 5 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ce74be6..146c560 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +live-initramfs (1.99.2-1) unstable; urgency=medium + + * New upstream release: + - Contains patch from Jim Paris to fix wrong ipconfig usage + (Closes: #440235). + + -- Daniel Baumann Mon, 10 Sep 2007 00:00:00 +0200 + live-initramfs (1.99.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index adc35c9..52cb94e 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,9 @@ Maintainer: Debian Live Uploaders: Daniel Baumann Build-Depends: debhelper (>= 5), lsb-release Standards-Version: 3.7.2 -XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-initramfs/ -XS-VCS-Browse: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-initramfs/ +XS-Upstream-Depends: git-core +XS-VCS-Git: git://git.debian.org/git/users/daniel/live-initramfs.git +XS-VCS-Browse: http://git.debian.org/?p=users/daniel/live-initramfs.git Package: live-initramfs Architecture: all diff --git a/debian/rules b/debian/rules index b1801be..b90bb07 100755 --- a/debian/rules +++ b/debian/rules @@ -4,9 +4,8 @@ #export DH_VERBOSE=1 upstream: - # Needs: subversion - cd .. && svn co svn://svn.debian.org/debian-live/dists/trunk/live-initramfs || true - find . -type d -name .svn | xargs rm -rf + cd .. && git clone git://git.debian.org/git/users/daniel/live-initramfs.git || true + rm -rf ../live-initramfs/.git build: build-stamp build-stamp: -- cgit v1.2.3