Package: readahead-fedora
Version: 1.5.6-5.1
Tags: patch
Severity: wishlist

Hi.  I just NMU-ed this package to the 5 day delayed upload queue to
fix the RC bug and avoid autoremoval.  The patch used is attached.

-- 
Happy hacking
Petter Reinholdtsen
diff -u readahead-fedora-1.5.6/debian/changelog 
readahead-fedora-1.5.6/debian/changelog
--- readahead-fedora-1.5.6/debian/changelog
+++ readahead-fedora-1.5.6/debian/changelog
@@ -1,3 +1,10 @@
+readahead-fedora (2:1.5.6-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix build problem caused by new automake (Closes: #750270).
+
+ -- Petter Reinholdtsen <[email protected]>  Wed, 02 Jul 2014 20:50:57 +0200
+
 readahead-fedora (2:1.5.6-5) unstable; urgency=low
 
   * Build-depend on libauparse-dev (closes: #698603)
diff -u readahead-fedora-1.5.6/debian/patches/debianise.patch 
readahead-fedora-1.5.6/debian/patches/debianise.patch
--- readahead-fedora-1.5.6/debian/patches/debianise.patch
+++ readahead-fedora-1.5.6/debian/patches/debianise.patch
@@ -264,15 +264,15 @@
  
 -# collect on rpm database change
 -READAHEAD_COLLECT_ON_RPM="yes"
--
--# Delay these services for the readahead-collector.
--# At least "auditd" has to be delayed, for the collector
--# to run, if it is enabled on the system.
--READAHEAD_DELAY_SERVICES="auditd"
 +# enable to run readahead in the background instead of blocking
 +# useful for SSDs
 +#RUN_IN_BACKGROUND="yes"
  
+-# Delay these services for the readahead-collector.
+-# At least "auditd" has to be delayed, for the collector
+-# to run, if it is enabled on the system.
+-READAHEAD_DELAY_SERVICES="auditd"
+-
 -# Minimum memory the machine has to have (kB)
 -# to run readahead.
 -READAHEAD_MIN_MEM=393216
@@ -287,8 +287,10 @@
-@@ -9,5 +9,5 @@ dist_sysconfcron_SCRIPTS = readahead.cro
- sysconfcronmonthlydir = $(sysconfdir)/cron.monthly
- dist_sysconfcronmonthly_SCRIPTS = readahead-monthly.cron
+@@ -1,7 +1,7 @@
+ include $(top_srcdir)/config/include-Makefile.am
+ 
+-dnl sysconfrcdir = $(sysconfdir)/rc.d/init.d
+-dnl dist_sysconfrc_SCRIPTS = readahead_early readahead_later
++# sysconfrcdir = $(sysconfdir)/rc.d/init.d
++# dist_sysconfrc_SCRIPTS = readahead_early readahead_later
  
--initdir = $(sysconfdir)/init
--dist_init_DATA = readahead-collector.conf readahead-disable-services.conf 
readahead.conf
-+dnl initdir = $(sysconfdir)/init
-+dnl dist_init_DATA = readahead-collector.conf readahead-disable-services.conf 
readahead.conf
+ sysconfcrondir = $(sysconfdir)/cron.daily
+ dist_sysconfcron_SCRIPTS = readahead.cron

Reply via email to