Use existing debian scripts
authorJoachim Wiedorn <ad_debian@joonet.de>
Sat, 7 May 2011 12:40:57 +0000 (14:40 +0200)
committerJoachim Wiedorn <ad_debian@joonet.de>
Sat, 7 May 2011 12:40:57 +0000 (14:40 +0200)
debian/changelog
debian/patches/10_disable-upstream-scripts.patch [new file with mode: 0644]
debian/patches/series
debian/patches/ubuntu.series

index fc0ba72d591b4c1060fb6be1c215ee135b152134..87e073cf58b3130b450805f090171e3002c33b07 100644 (file)
@@ -3,7 +3,6 @@ lilo (1:23.2-1) unstable; urgency=low
   * New upstream release:
     - Fix for larger kernel setup code. (Closes: #625266)
     - Update of manpages (mkrescue.8, lilo.conf.5).
-    - Add new scripts 'liloconfig' and 'lilo-uuid-diskid'.
   * Update of some patches; remove of some patches (now in upstream).
   * debconf scripts:
     - Update of French translation (fr.po). (Closes: #621845)
diff --git a/debian/patches/10_disable-upstream-scripts.patch b/debian/patches/10_disable-upstream-scripts.patch
new file mode 100644 (file)
index 0000000..f519f54
--- /dev/null
@@ -0,0 +1,27 @@
+Package:     lilo
+Subject:     disable upstream scripts
+Author:      Joachim Wiedorn <ad_debian at joonet.de>
+Forwarded:   no
+Last-Update: 2011-05-07
+
+---
+
+diff -urN s09/Makefile s10/Makefile
+--- s09/Makefile       2011-05-06 17:45:57.304713832 +0200
++++ s10/Makefile       2011-05-07 12:09:45.181057197 +0200
+@@ -109,7 +109,7 @@
+       $(MAKE) -C images install
+       $(MAKE) -C hooks install
+       $(MAKE) -C sample install
+-      $(MAKE) -C scripts install
++      #$(MAKE) -C scripts install
+       $(MAKE) -C man install
+       $(MAKE) -C dos install
+@@ -138,5 +138,5 @@
+       $(MAKE) -C images uninstall
+       $(MAKE) -C hooks uninstall
+       $(MAKE) -C sample uninstall
+-      $(MAKE) -C scripts uninstall
++      #$(MAKE) -C scripts uninstall
+       $(MAKE) -C man uninstall
index c75961c561fcad81447fe052c588ca48ead1536e..4710199bf1b11addcac9cf0bdd1157131d36c344 100644 (file)
@@ -7,3 +7,4 @@
 07_bad-partition-warn.patch
 08_install-also-dat-files.patch
 09_use-of-newer-debhelper.patch
+10_disable-upstream-scripts.patch
index c396c3c9cd3a93a40c75c455bad9d5a1ce246ce0..709710ed53329de2c0a37f5f03c73f3b2ec257d4 100644 (file)
@@ -7,3 +7,4 @@
 07_bad-partition-warn.patch
 08_install-also-dat-files.patch
 09_use-of-newer-debhelper.patch
+10_disable-upstream-scripts.patch