[SCM] Debian packaging of Wx-Scintilla CPAN distribution branch, master, updated. 3f9b15af6c4ed3f4e18bb17c613cb9d03f488a5f
Dominique Dumont
dod at debian.org
Mon Dec 19 13:41:41 UTC 2011
The following commit has been merged in the master branch:
commit eb53820642f578e5826ad83407b1e252f1289e0e
Author: Dominique Dumont <dod at debian.org>
Date: Mon Dec 19 14:21:22 2011 +0100
do not create postinst or postrm for shared libs
diff --git a/debian/copyright b/debian/copyright
index 07cfcf7..7201269 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -67,7 +67,7 @@ License: wxWindows
.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public Licence for more details.
.
- You should have received a copy of the GNU Library General Public Licence along with this software, usually in a file named COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+ You should have received a copy of the GNU Library General Public Licence along with this software, usually in a file named COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
.
EXCEPTION NOTICE
.
diff --git a/debian/rules b/debian/rules
index c4765b3..499b757 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@
override_dh_auto_test:
xvfb-run -a dh_auto_test
+
+override_dh_makeshlibs:
+ dh_makeshlibs --noscripts
--
Debian packaging of Wx-Scintilla CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list