Package: release.debian.org The normal fonts-font-awesome package installs a range of files
The original drupal7-mod-fontawesome only symlinked the css files into drupal7, the latest upload in unstable symlinks the remaining css files into drupal7 so they can also be used by other dependencies http://bugs.debian.org/768630 --- drupal7-mod-fontawesome-1.0/debian/changelog 2014-08-28 13:46:17.000000000 +0200 +++ drupal7-mod-fontawesome-1.0/debian/changelog 2014-11-08 20:28:27.000000000 +0100 @@ -1,3 +1,9 @@ +drupal7-mod-fontawesome (1.0-2) unstable; urgency=medium + + * Symlink the rest of Font Awesome into Drupal. (Closes: #768630) + + -- Daniel Pocock <[email protected]> Sat, 08 Nov 2014 20:19:33 +0100 + drupal7-mod-fontawesome (1.0-1) unstable; urgency=low * Initial packaging (Closes: #759547)
diff -Nru drupal7-mod-fontawesome-1.0/debian/changelog drupal7-mod-fontawesome-1.0/debian/changelog --- drupal7-mod-fontawesome-1.0/debian/changelog 2014-08-28 13:46:17.000000000 +0200 +++ drupal7-mod-fontawesome-1.0/debian/changelog 2014-11-08 20:28:27.000000000 +0100 @@ -1,3 +1,9 @@ +drupal7-mod-fontawesome (1.0-2) unstable; urgency=medium + + * Symlink the rest of Font Awesome into Drupal. (Closes: #768630) + + -- Daniel Pocock <[email protected]> Sat, 08 Nov 2014 20:19:33 +0100 + drupal7-mod-fontawesome (1.0-1) unstable; urgency=low * Initial packaging (Closes: #759547) diff -Nru drupal7-mod-fontawesome-1.0/debian/control drupal7-mod-fontawesome-1.0/debian/control --- drupal7-mod-fontawesome-1.0/debian/control 2014-08-28 13:30:27.000000000 +0200 +++ drupal7-mod-fontawesome-1.0/debian/control 2014-11-08 20:18:29.000000000 +0100 @@ -4,7 +4,7 @@ Maintainer: Debian Javascript Maintainers <[email protected]> Uploaders: Daniel Pocock <[email protected]> Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: https://www.drupal.org/project/fontawesome Vcs-Browser: https://github.com/dpocock/drupal-mod-fontawesome Vcs-Git: https://github.com/dpocock/drupal-mod-fontawesome diff -Nru drupal7-mod-fontawesome-1.0/debian/drupal7-mod-fontawesome.links drupal7-mod-fontawesome-1.0/debian/drupal7-mod-fontawesome.links --- drupal7-mod-fontawesome-1.0/debian/drupal7-mod-fontawesome.links 2014-08-28 13:37:52.000000000 +0200 +++ drupal7-mod-fontawesome-1.0/debian/drupal7-mod-fontawesome.links 2014-11-08 20:12:17.000000000 +0100 @@ -1 +1,4 @@ /usr/share/fonts-font-awesome/css usr/share/drupal7/libraries/fontawesome/css +/usr/share/fonts-font-awesome/fonts usr/share/drupal7/libraries/fontawesome/fonts +/usr/share/fonts-font-awesome/less usr/share/drupal7/libraries/fontawesome/less +/usr/share/fonts-font-awesome/scss usr/share/drupal7/libraries/fontawesome/scss diff -Nru drupal7-mod-fontawesome-1.0/debian/README.source drupal7-mod-fontawesome-1.0/debian/README.source --- drupal7-mod-fontawesome-1.0/debian/README.source 1970-01-01 01:00:00.000000000 +0100 +++ drupal7-mod-fontawesome-1.0/debian/README.source 2014-11-08 20:09:14.000000000 +0100 @@ -0,0 +1,10 @@ + +It can be helpful to create tags in the Debian format, e.g: + + git tag -m 'Upstream 7.x v1.0' upstream/1.0 7.x-1.0 + +and then build the package: + + git-buildpackage --git-upstream-branch=7.x-1.x --git-debian-branch=debian -rfakeroot + +

