]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Revert "Remove and symlink the Doxygen-generated jquery copies"
authorRuss Allbery <rra@debian.org>
Wed, 29 Jun 2011 03:14:55 +0000 (20:14 -0700)
committerRuss Allbery <rra@debian.org>
Wed, 29 Jun 2011 03:14:55 +0000 (20:14 -0700)
This reverts commit e0a94baf49c209a8bcd65f0cbd8a760148f9dec3.

debian/changelog
debian/control
debian/rules

index 6d70ab4de6af660f224b01945f61911acc0cc60d..5304676663b92d0c00f6791f5b02c62012edcf0e 100644 (file)
@@ -12,8 +12,6 @@ openafs (1.6.0~pre6-1) unstable; urgency=low
     - Document DNS SRV record usage in afsd man page.
   * Add a dummy debian/rules rule in the kernel module rules file to fix
     builds with make-kpkg.  (Closes: #622260)
-  * Remove and symlink the copies of jquery generated by Doxygen and add a
-    Recommends on libjs-jquery for openafs-doc.
 
  -- Russ Allbery <rra@debian.org>  Thu, 16 Jun 2011 09:07:30 -0700
 
index 7d6963a73490c243e8faaa3b136b50643b626f31..b9ef4aaf28970e9ad9c14fbd095863227ec8da93 100644 (file)
@@ -93,7 +93,6 @@ Package: openafs-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: libjs-jquery
 Description: AFS distributed filesystem documentation
  AFS is a distributed filesystem allowing cross-platform sharing of files
  among multiple computers.  Facilities are provided for access control,
index 83622c0d2806772b3a7ebba8568791efccfa4e99..73f62006c843cd944c49c19b315832725f565060 100755 (executable)
@@ -226,14 +226,6 @@ override_dh_installinit:
 override_dh_installdocs:
        dh_installdocs $(DOC_PACKAGES) --link-doc=openafs-client
        dh_installdocs --remaining-packages
-       set -e; if [ -d "$(DOCS)" ] ; then \
-           for d in arch-overview bos-spec fs-cm-spec rx-spec \
-                    vldb-vol-spec ; do \
-               rm $(DOCS)/html/$$d/jquery.js ; \
-               ln -s /usr/share/javascript/jquery/jquery.min.js \
-                   $(DOCS)/html/$$d/jquery.js ; \
-           done ; \
-       fi
 
 # Install the upstream NEWS file as the upstream changelog.
 override_dh_installchangelogs: