PKGBUILD, debian/*: changed URLs to kernel.org

master
Harald Hoyer 2011-03-31 18:48:27 +02:00
parent 82794b4b90
commit db59288d79
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ pkgver=$(date +%s)
pkgrel=$(git log --pretty=format:%h |head -n 1) pkgrel=$(git log --pretty=format:%h |head -n 1)
pkgdesc="Initramfs generation utility" pkgdesc="Initramfs generation utility"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://sourceforge.net/apps/trac/dracut/" url="https://dracut.wiki.kernel.org/"
license=('GPL') license=('GPL')
conflicts=('dracut' 'mkinitcpio') conflicts=('dracut' 'mkinitcpio')
provides=('dracut=9999' 'mkinitcpio=9999') provides=('dracut=9999' 'mkinitcpio=9999')
@ -18,4 +18,4 @@ build() {
cd .. cd ..
make sysconfdir=/etc || return 1 make sysconfdir=/etc || return 1
make DESTDIR="${pkgdir}" sysconfdir=/etc install || return 1 make DESTDIR="${pkgdir}" sysconfdir=/etc install || return 1
} }

4
debian/control vendored
View File

@ -4,8 +4,8 @@ Priority: optional
Maintainer: Philippe Seewer <philippe.seewer@bfh.ch> Maintainer: Philippe Seewer <philippe.seewer@bfh.ch>
Build-Depends: debhelper (>= 5.0), cdbs Build-Depends: debhelper (>= 5.0), cdbs
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Vcs-Browser: http://dracut.git.sourceforge.net/git/gitweb-index.cgi Vcs-Browser: http://git.kernel.org/?p=boot/dracut/dracut.git
Vcs-Git: git://dracut.git.sourceforge.net/gitroot/dracut/dracut Vcs-Git: git://git.kernel.org/pub/scm/boot/dracut/dracut.git


Package: dracut Package: dracut
Architecture: all Architecture: all

2
debian/copyright vendored
View File

@ -3,7 +3,7 @@ Fri Nov 20 15:45:00 +0100


Sources can be downloaded from: Sources can be downloaded from:


https://sourceforge.net/projects/dracut/ http://www.kernel.org/pub/linux/utils/boot/dracut/


Upstream Maintainer: Upstream Maintainer:
Harald Hoyer <harald@redhat.com> Harald Hoyer <harald@redhat.com>