[sr-dev] git:master: pkg debian: Provide generic ChangeLog file

Jon Bonilla manwe at aholab.ehu.es
Thu Oct 21 10:21:30 CEST 2010


Module: sip-router
Branch: master
Commit: 344fc0c769ce1c90da80cc511df6b0555c554782
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=344fc0c769ce1c90da80cc511df6b0555c554782

Author: Jon Bonilla <manwe at aholab.ehu.es>
Committer: Jon Bonilla <manwe at aholab.ehu.es>
Date:   Thu Oct 21 10:18:39 2010 +0200

pkg debian: Provide generic ChangeLog file
  Instead of providing  debian/changelog, the system will install the generic and much more informative ./ChangeLog in /usr/share/doc/kamailio/changelog.gz.
  debian/changelog will be installed as /usr/share/doc/kamailio/changelog.Debian.gz

---

 pkg/kamailio/deb/debian/rules  |    2 +-
 pkg/kamailio/deb/lenny/rules   |    2 +-
 pkg/kamailio/deb/lucid/rules   |    2 +-
 pkg/kamailio/deb/squeeze/rules |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkg/kamailio/deb/debian/rules b/pkg/kamailio/deb/debian/rules
index 5ec2077..fbaccf6 100755
--- a/pkg/kamailio/deb/debian/rules
+++ b/pkg/kamailio/deb/debian/rules
@@ -187,7 +187,7 @@ binary-common:
 	dh_installman
 	dh_installinfo
 #	dh_undocumented
-	dh_installchangelogs 
+	dh_installchangelogs ChangeLog 
 	dh_link
 	dh_strip
 	dh_compress 
diff --git a/pkg/kamailio/deb/lenny/rules b/pkg/kamailio/deb/lenny/rules
index 4ed1149..84ebd65 100755
--- a/pkg/kamailio/deb/lenny/rules
+++ b/pkg/kamailio/deb/lenny/rules
@@ -187,7 +187,7 @@ binary-common:
 	dh_installman
 	dh_installinfo
 #	dh_undocumented
-	dh_installchangelogs 
+	dh_installchangelogs ChangeLog 
 	dh_link
 	dh_strip
 	dh_compress 
diff --git a/pkg/kamailio/deb/lucid/rules b/pkg/kamailio/deb/lucid/rules
index 5ec2077..fbaccf6 100755
--- a/pkg/kamailio/deb/lucid/rules
+++ b/pkg/kamailio/deb/lucid/rules
@@ -187,7 +187,7 @@ binary-common:
 	dh_installman
 	dh_installinfo
 #	dh_undocumented
-	dh_installchangelogs 
+	dh_installchangelogs ChangeLog 
 	dh_link
 	dh_strip
 	dh_compress 
diff --git a/pkg/kamailio/deb/squeeze/rules b/pkg/kamailio/deb/squeeze/rules
index d54e7fb..a64793a 100755
--- a/pkg/kamailio/deb/squeeze/rules
+++ b/pkg/kamailio/deb/squeeze/rules
@@ -187,7 +187,7 @@ binary-common:
 	dh_installman
 	dh_installinfo
 #	dh_undocumented
-	dh_installchangelogs 
+	dh_installchangelogs ChangeLog 
 	dh_link
 	dh_strip
 	dh_compress 




More information about the sr-dev mailing list