Added dh-make-perl tip
authorMichael Prokop <mika@grml.org>
Sat, 22 Sep 2007 12:55:22 +0000 (14:55 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 22 Sep 2007 12:55:22 +0000 (14:55 +0200)
debian/changelog
grml_tips

index 9e647eb..d794d3f 100644 (file)
@@ -1,15 +1,11 @@
-grml-tips (0.4.7) unstable; urgency=low
-
-  * Added blacklist tip.
-
- -- Michael Prokop <mika@grml.org>  Sun,  9 Sep 2007 00:16:28 +0200
-
 grml-tips (0.4.6) unstable; urgency=low
 
   * Added tips:
     - Create netboot package for grml-terminalserver
     - Rotate pictures
     - Calculate network / netmask
+    - Blacklist tip.
+    - Create Debian package of perl module.
 
  -- Michael Prokop <mika@grml.org>  Sat, 18 Aug 2007 23:48:05 +0200
 
index f833472..d497654 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2889,3 +2889,7 @@ To remove the module from the blacklist again just invoke:
 
 or manually remove the entry from /etc/modprobe.d/grml.
 -- 
+Create a Debian package of a perl module:
+
+% dh-make-perl --cpan Acme::Smirch --build
+--