[arch-commits] Commit in systemd/trunk (PKGBUILD initcpio-install-systemd)

Dave Reisner dreisner at nymeria.archlinux.org
Thu Sep 19 22:19:40 UTC 2013


    Date: Friday, September 20, 2013 @ 00:19:40
  Author: dreisner
Revision: 194635

upgpkg: systemd 207-5

- fix systemd install hook (FS#36995)
- add debug package (not hosted in testing/core)

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--------------------------+
 PKGBUILD                 |    8 +++++---
 initcpio-install-systemd |    4 ++--
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-19 20:03:34 UTC (rev 194634)
+++ PKGBUILD	2013-09-19 22:19:40 UTC (rev 194635)
@@ -4,13 +4,13 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=207
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 'gobject-introspection' 'gperf'
              'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt'  'libmicrohttpd' 'libxslt'
              'linux-api-headers' 'pam' 'python' 'quota-tools' 'xz')
-options=('!libtool')
+options=('!libtool' 'strip' 'debug')
 source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
         'initcpio-hook-udev'
         'initcpio-install-systemd'
@@ -20,7 +20,7 @@
         0002-swap-create-.wants-symlink-to-auto-swap-devices.patch)
 md5sums=('7799f3cc9d289b8db1c1fa56ae7ecd88'
          '29245f7a240bfba66e2b1783b63b6b40'
-         '3ded8dde31e9449567cf205c50d91c89'
+         '8b68b0218a3897d4d37a6ccf47914774'
          'bde43090d4ac0ef048e3eaee8202a407'
          '9eb0a46aa2a3a6d74117f9a174dbe168'
          '182be4c729aaecde249b7b05b48a481f'
@@ -37,6 +37,8 @@
 build() {
   cd "$pkgname-$pkgver"
 
+  CFLAGS+=' -g'
+
   ./configure \
       --libexecdir=/usr/lib \
       --localstatedir=/var \

Modified: initcpio-install-systemd
===================================================================
--- initcpio-install-systemd	2013-09-19 20:03:34 UTC (rev 194634)
+++ initcpio-install-systemd	2013-09-19 22:19:40 UTC (rev 194635)
@@ -115,7 +115,7 @@
             99-systemd.rules \
 
     map add_systemd_unit \
-            ctrl-alt-del.target
+            ctrl-alt-del.target \
             initrd-cleanup.service \
             initrd-fs.target \
             initrd-parse-etc.service \
@@ -132,7 +132,7 @@
             systemd-udev-trigger.service \
             systemd-udevd-control.socket \
             systemd-udevd-kernel.socket \
-            systemd-udevd.service \
+            systemd-udevd.service
 
     add_symlink "/usr/lib/systemd/system/default.target" "initrd.target"
 




More information about the arch-commits mailing list