summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2011-03-31 18:48:27 +0200
committerHarald Hoyer <harald@redhat.com>2011-03-31 18:48:27 +0200
commitdb59288d79de7e41e9bf590876562b4dca797dfb (patch)
treeddbaf745ae97e1e495d6326b1bf1609a6e7ffcf4
parent82794b4b9061c9e87cbb672d60d3df8f17ab60d9 (diff)
downloaddracut-db59288d79de7e41e9bf590876562b4dca797dfb.tar.gz
dracut-db59288d79de7e41e9bf590876562b4dca797dfb.tar.bz2
dracut-db59288d79de7e41e9bf590876562b4dca797dfb.zip
PKGBUILD, debian/*: changed URLs to kernel.org
-rw-r--r--PKGBUILD4
-rw-r--r--debian/control4
-rw-r--r--debian/copyright2
3 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 991daa64..f7c3664c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=$(date +%s)
pkgrel=$(git log --pretty=format:%h |head -n 1)
pkgdesc="Initramfs generation utility"
arch=('i686' 'x86_64')
-url="http://sourceforge.net/apps/trac/dracut/"
+url="https://dracut.wiki.kernel.org/"
license=('GPL')
conflicts=('dracut' 'mkinitcpio')
provides=('dracut=9999' 'mkinitcpio=9999')
@@ -18,4 +18,4 @@ build() {
cd ..
make sysconfdir=/etc || return 1
make DESTDIR="${pkgdir}" sysconfdir=/etc install || return 1
-} \ No newline at end of file
+}
diff --git a/debian/control b/debian/control
index 7579c2c0..430d4275 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
Maintainer: Philippe Seewer <philippe.seewer@bfh.ch>
Build-Depends: debhelper (>= 5.0), cdbs
Standards-Version: 3.8.4
-Vcs-Browser: http://dracut.git.sourceforge.net/git/gitweb-index.cgi
-Vcs-Git: git://dracut.git.sourceforge.net/gitroot/dracut/dracut
+Vcs-Browser: http://git.kernel.org/?p=boot/dracut/dracut.git
+Vcs-Git: git://git.kernel.org/pub/scm/boot/dracut/dracut.git
Package: dracut
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index c1424d02..8d6caf77 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Fri Nov 20 15:45:00 +0100
Sources can be downloaded from:
- https://sourceforge.net/projects/dracut/
+ http://www.kernel.org/pub/linux/utils/boot/dracut/
Upstream Maintainer:
Harald Hoyer <harald@redhat.com>