]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
PKGBUILD, debian/*: changed URLs to kernel.org
authorHarald Hoyer <harald@redhat.com>
Thu, 31 Mar 2011 16:48:27 +0000 (18:48 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 31 Mar 2011 16:48:27 +0000 (18:48 +0200)
PKGBUILD
debian/control
debian/copyright

index 991daa64fb4e2d438d8421624aadc880d869b088..f7c3664c94e6da03a861c8a026aae0a2afdf0b4a 100644 (file)
--- 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
+}
index 7579c2c0cdd6822f8b912f9ba406cf9defb4fa87..430d42752519f6d9121b3859388d27dffc080be7 100644 (file)
@@ -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
index c1424d02c41567326079e8aa1b21d0f3a8693ff1..8d6caf7779b12a7b78d1362edef0cd98d4b8f32b 100644 (file)
@@ -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>