]> matita.cs.unibo.it Git - helm.git/commitdiff
* convert package to a non-native one (closes: #457353)
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 28 Dec 2007 14:19:30 +0000 (14:19 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 28 Dec 2007 14:19:30 +0000 (14:19 +0000)
helm/software/DEVEL/gdome_xslt/Makefile.am
helm/software/DEVEL/gdome_xslt/debian/changelog

index f2f31110fbf67c1f15d89a22c56dcae55e054bae..17c7067a2f68fd2fed10e8cb142afc92173ca50c 100644 (file)
@@ -1,6 +1,6 @@
 DISTDIR = @PACKAGE@-@VERSION@
 
-EXTRA_DIST = BUGS LICENSE aclocal.m4 debian gdome2-xslt.pc.in gdome2-xslt-cpp-smart.pc.in
+EXTRA_DIST = BUGS LICENSE aclocal.m4 gdome2-xslt.pc.in gdome2-xslt-cpp-smart.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = gdome2-xslt.pc gdome2-xslt-cpp-smart.pc
@@ -11,6 +11,8 @@ SUBDIRS = C C++ ocaml test_files
 deb: dist
        if [ -d $(DISTDIR)/ ]; then rm -rf $(DISTDIR); else true; fi
        tar xvzf $(DISTDIR).tar.gz
+       ln -s $(DISTDIR).tar.gz @PACKAGE@_@VERSION@.orig.tar.gz
+       svn export debian $(DISTDIR)/debian
        (cd $(DISTDIR)/ && find . -type d -name .svn -exec rm -rf {} \; ; debuild)
        rm -rf $(DISTDIR)
 
index 22f50494462cefcac10e18ddb4e420cfd143740c..5beda61b8ea8e2ca47c8f7b919a6e4d906f52573 100644 (file)
@@ -3,8 +3,9 @@ gdome2-xslt (0.0.8-3) unstable; urgency=low
   * add Homepage debian/control field
   * promote Vcs-* fields to real debian/control fields
   * update standards-version, no changes needed
+  * convert package to a non-native one (closes: #457353)
 
- -- Stefano Zacchiroli <zack@debian.org>  Fri, 28 Dec 2007 15:11:36 +0100
+ -- Stefano Zacchiroli <zack@debian.org>  Fri, 28 Dec 2007 15:14:16 +0100
 
 gdome2-xslt (0.0.8-2) unstable; urgency=low