Skip to content

Commit

Permalink
PKGBUILD, debian/*: changed URLs to kernel.org
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldh committed Mar 31, 2011
1 parent 82794b4 commit db59288
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Expand Up @@ -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')
Expand All @@ -18,4 +18,4 @@ build() {
cd ..
make sysconfdir=/etc || return 1
make DESTDIR="${pkgdir}" sysconfdir=/etc install || return 1
}
}
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Expand Up @@ -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>
Expand Down

0 comments on commit db59288

Please sign in to comment.